[ University Project | Spring 2020 ]
Program to execute commands at regular time intervals. C programming project.
- Download
Periodic.zip
here and extract it - Localize the dynamic libraries :
export LD_LIBRARY_PATH=${PWD}
- Launch
period
as a daemon withlaunch_damon
- Use
periodic
to interact withperiod
- Launch period :
./launch_daemon ${PWD}/period
- Add a command :
./periodic start period command [args...]
- Get the commands list :
./periodic
- Remove a command from list :
./periodic remove command_id
- Process
- Pipes
- Signals