https://github.com/mfaizanse/reliable-udp
Implementation of a reliable communication protocol over UDP.
https://github.com/mfaizanse/reliable-udp
computer-networks python udp
Last synced: 11 months ago
JSON representation
Implementation of a reliable communication protocol over UDP.
- Host: GitHub
- URL: https://github.com/mfaizanse/reliable-udp
- Owner: mfaizanse
- Created: 2021-01-03T10:59:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-03T11:09:46.000Z (over 5 years ago)
- Last Synced: 2025-03-27T06:13:53.818Z (over 1 year ago)
- Topics: computer-networks, python, udp
- Language: Python
- Homepage:
- Size: 871 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reliable-UDP
Implementation of a reliable communication protocol over UDP
More details [here](python/docs).