Skip to content

This Python 3 code is to establish a TCP connection between Server and Client for real-time data transfer.

License

Notifications You must be signed in to change notification settings

FahadRazaKhan/TCP-Communication-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP-Communication-in-Python

This Python3 code can be used to establish a TCP connection between Server and Client for real-time data transfer. Make sure that Client and Server can ping eachother (You may need to turn off Windows firewall). Run Server first and then run the Client file to establish the communication link.


In my case, I used Raspberry Pi 3 as server and my Laptop as client.


About

This Python 3 code is to establish a TCP connection between Server and Client for real-time data transfer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages