https://github.com/neolegends/sutp
Simple UDP transport protocol
https://github.com/neolegends/sutp
transport-protocol udp udp-protocol
Last synced: 9 months ago
JSON representation
Simple UDP transport protocol
- Host: GitHub
- URL: https://github.com/neolegends/sutp
- Owner: NeoLegends
- Created: 2018-12-04T17:03:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T16:10:41.000Z (over 7 years ago)
- Last Synced: 2025-08-31T10:32:44.003Z (9 months ago)
- Topics: transport-protocol, udp, udp-protocol
- Language: Rust
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sutp
The Simple UDP Transport Protocol.
The technical specification can be found in [`standard/SUTP.md`](https://laboratory.comsys.rwth-aachen.de/sutp/sutp/blob/master/standard/SUTP.md).
The implementation can be found in [`implementation/sutp`](https://laboratory.comsys.rwth-aachen.de/sutp/sutp/tree/master/implementation/sutp).