insane-adding-machines / frosted

Frosted: Free POSIX OS for tiny embedded devices
GNU General Public License v2.0
214 stars 39 forks source link

Userland scheduling mech #133

Open brabo opened 7 years ago

brabo commented 7 years ago

Since we cannot loop in fresh scripts, in order to schedule applications to run at certain intervals, like cron does, we could add a simple utility to schedule -i 300 ntpc which can be added to init.sh. Thoughts?