Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 612 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 612 Bytes

Be sure to have two computers for this project.

To run this project you have to run it in two computers and edit some variables in both scripts in both computers: Computer A:

client.py host .- ip from the other computer port .- 13007 portTemp 13004

server.py hostTemp .- ip from the other computer port .- 13007 portTemp .- 13006

Computer B:

client.py host .- ip from the other computer port .- 13007 portTemp 13006

server.py hostTemp .- ip from the other computer port .- 13007 portTemp .- 13004

You can use whatever port you want but you have to be sure to have follow the ports parity.

Cheers.