A small replacement (or supplement) for the system at daemon.
Go to file
Laurence Withers b2739c367a WIP on the at client 2006-10-10 13:25:45 +01:00
scripts Initial import 2006-10-09 16:21:24 +01:00
src WIP on the at client 2006-10-10 13:25:45 +01:00
.gitignore Initial import 2006-10-09 16:21:24 +01:00
COPYING Initial import 2006-10-09 16:21:24 +01:00
README Initial import 2006-10-09 16:21:24 +01:00
make.sh Initial import 2006-10-09 16:21:24 +01:00
mini-at.kdevelop Initial import 2006-10-09 16:21:24 +01:00
mini-at.kdevelop.filelist Initial import 2006-10-09 16:21:24 +01:00
run-test.sh Initial import 2006-10-09 16:21:24 +01:00
version Initial import 2006-10-09 16:21:24 +01:00

README

mini-at
========================================================================
(c)2006, Laurence Withers, <l@lwithers.me.uk>.
Released under the GNU GPLv2. See file COPYING or 
http://www.gnu.org/copyleft/gpl.html for details.

Really Quick Instructions
-------------------------

To build: ./make.sh
To install: ./make.sh install
    (you might want to set PREFIX, by default it's /usr/local)

Rationale
---------

Why this and not the standard `at' suite?

 1) Deals with non-monotonic time (unfortunately this means we have to
    wake up once every so often to check if our time is too far out).
 2) Simpler specification of timestamp (uses ISO8601).
 3) Allows redirection of stdin from a file which is automatically
    deleted.
 4) Flexible user control through use of Uinx sockets.