An open API service indexing awesome lists of open source software.

https://github.com/tobie-rathbun/socket_networking_ip_tcp_udp--method-testing

Multiple coded examples of local and online socket networking
https://github.com/tobie-rathbun/socket_networking_ip_tcp_udp--method-testing

Last synced: about 1 year ago
JSON representation

Multiple coded examples of local and online socket networking

Awesome Lists containing this project

README

          

Sockets are used to communicate data across a local area network or the internet
Run a Python file, then run another, and observe the Terminal outputs
Internet example sends a video file across the internet, and the server must be run on a separate machine (WIP)
Local examples all work as expected, but make sure to start the servers (receiving) before the clients (sending)