Nothing much to see here yet!
    Server (pyrailway)
    Written using Python.  Provides a JSON-RPC interface for API calls, serves the web interface, provides a local console, and controls automatically driven trains.
     
    Web interface (pyjsrailway)
    Written using pyjamas and connecting to the server using JSON-RPC.
     
    Automated dispatcher (timetable)
    Again, written in Python, and using the JSON-RPC API.  Allocates routes and dispatches trains.
 
3 October 2009.