Linux C Daemon

I need a linux daemon written in C. This is exactly the job the the daemon must perform.

Program Flow
1. Must perform a https get every 5 seconds against a url on a test server that I will provide.
2. Upon receiving a 302 redirect you will then system execute a ssh connection to a test server that I will provide. Once the ssh connection is free it will keep pinging until it gets another 302 redirect.
3. ssl certificate check is not required or wanted

The daemon must not disconnect the …

Leave a Reply

Your email address will not be published. Required fields are marked *