https://github.com/shojiyao12/basic-socket-programming
A simple implementation of a UDP-based client-server communication system in Python. The system includes: A UDP Client that sends messages to the server, encapsulating them with a custom header and checksum. A UDP Server that receives messages, verifies their checksum, and responds with an acknowledgment.
https://github.com/shojiyao12/basic-socket-programming
networking-in-python python socket-programming
Last synced: 2 months ago
JSON representation
A simple implementation of a UDP-based client-server communication system in Python. The system includes: A UDP Client that sends messages to the server, encapsulating them with a custom header and checksum. A UDP Server that receives messages, verifies their checksum, and responds with an acknowledgment.
- Host: GitHub
- URL: https://github.com/shojiyao12/basic-socket-programming
- Owner: Shojiyao12
- Created: 2025-03-14T06:23:42.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T06:42:21.000Z (2 months ago)
- Last Synced: 2025-03-14T07:30:04.732Z (2 months ago)
- Topics: networking-in-python, python, socket-programming
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0