Python Networking

On 25/04/2014 at 08:44, xxxxxxxx wrote:

I am looking into writing a plugin to send data to and from every cinema client on our network. Does anyone have any tips of where to start in terms of communicating with each client?

On 25/04/2014 at 10:54, xxxxxxxx wrote:

There's plenty, plenty of plenty of information on network communication with Python on the
internet. You can use simple modules, full frameworks or the low level socket module.

Or try this.

Best,
-Niklas