Roundup Tracker

**Raw Server** proposed by Detlev Offenbach

It would be good to have a Roundup server, that sends back the data as raw Python structures (i.e. tuples and list) and accepts commands via a network socket. This would make it possible to write other frontends for Roundup or integrate it into other application (i.e. eric3).

-- You should have a look into "Pyro":https://pypi.python.org/pypi/Pyro4. It seems to me the easiest way to write distributed applications in Python. I started using it to write some kind of "remote notifications" in roundup, i.e. a detector that would notify a distant client of certain changes in the HyperDB... (Georges Martin)


CategoryDevelopment