GitHub / 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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shojiyao12%2FBasic-Socket-Programming
PURL: pkg:github/Shojiyao12/Basic-Socket-Programming
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 6.84 KB
Dependencies parsed at: Pending
Created at: 3 months ago
Updated at: 3 months ago
Pushed at: 3 months ago
Last synced at: 3 months ago
Topics: networking-in-python, python, socket-programming