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
- Host: GitHub
- URL: https://github.com/tobie-rathbun/socket_networking_ip_tcp_udp--method-testing
- Owner: Tobie-Rathbun
- Created: 2022-12-16T16:04:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T14:20:02.000Z (over 2 years ago)
- Last Synced: 2025-01-22T20:15:42.692Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 4.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)