pfranke...@gmail.com wrote: > What kind of protocol do you recommend for this? UDP or TCP? Do you > recommend the use of frameworks such as twisted?
I don't recommend something as low-level as inventing your own protocol, or as heavy-weight as Twisted. Have you considered a remote-procedure call library like rpyc or pyro? http://rpyc.readthedocs.org/ https://pypi.python.org/pypi/Pyro4 -- Steven -- https://mail.python.org/mailman/listinfo/python-list