We need socket based communications. For starters we can have a simple TCP socket connection. Implement a simple Server / Client system. Place all code in a file called cluster/comms.py
Resources:
http://www.tutorialspoint.com/python/python_networking.htm
https://docs.python.org/3.5/howto/sockets.html
We need socket based communications. For starters we can have a simple TCP socket connection. Implement a simple Server / Client system. Place all code in a file called
cluster/comms.pyResources:
http://www.tutorialspoint.com/python/python_networking.htm
https://docs.python.org/3.5/howto/sockets.html