peer

Python Sockets Peer to Peer

Python Sockets Peer to Peer Question: I’m trying to make a simple Peer to Peer Network in Python 2.7. The problem is, I can’t seem to be able to create a connection between two machines in which they both act as a server and a client. I can get it to work when one is …

Total answers: 2