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

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.

Awesome Lists containing this project