Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 488 Bytes

File metadata and controls

15 lines (15 loc) · 488 Bytes

You don't need to install anything.

  • To run the server, simply write:
    python server.py
    
    Output:
    Listening as 0.0.0.0:5003 ...
    
  • Running the client (target machine) that connects to 192.168.1.104 (server's IP Address) :
    python client.py 192.168.1.104
    
  • The server will get notified once a client is connected.