Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 288 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 288 Bytes

Sodasrv Client

Compilation is straightforward:

$ gcc -o probetimer src/probetimer.c

Crontabs look something like this:

*/1  * * * * scripts/cron.sh
*/30 * * * * scripts/alarm.sh

Lotsa stuff is hardcoded in lotsa places. You're smart; you'll figure it out.