Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowlicks/udx
UDX in Rust
https://github.com/cowlicks/udx
Last synced: 15 days ago
JSON representation
UDX in Rust
- Host: GitHub
- URL: https://github.com/cowlicks/udx
- Owner: cowlicks
- Created: 2024-10-30T15:35:08.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-30T15:40:56.000Z (2 months ago)
- Last Synced: 2024-11-07T03:46:01.396Z (2 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UDX is reliable, multiplexed, and congestion-controlled streams over UDP. Originally designed for use with [hypercore](https://github.com/holepunchto/hypercore). Based on the original implementation in [C here](https://github.com/holepunchto/libudx).
## Concept
* Readable code for documentating the protocol
* Fully tested against the C library
* Usable through Rust FFI from any language