30Sep/080
trainControl v0.1 created!
After 3 days of coding/learning/coding-again I managed to whip together a fairly usable *nix console application to control the DCC System.
It is a client for the srcpd service mentioned previously and can control any number of trains.
There's still a fair bit of work to do on it... dynamically resizing windows, mouse input, etc... but I thought I'd post to show some progress.
If anyone is interested the source is here and can be compiled with gcc -o tc main.c -lncurses -lform -lpanel
...work continues...