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

https://github.com/frando/async-udx


https://github.com/frando/async-udx

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# async-udx

udx is reliable, multiplex, and congestion controlled streams over udp. This crate is a port of [libudx](https://github.com/hyperswarm/libudx/) to Rust. It uses the Tokio async runtime.

## Status

This is an alpha release. The wire protocol works and is compatible to the Node.js version.
It misses testing, some congestion control features and does not implement the network interface detection features of libudx.

## Usage

See [this example](examples/simple.rs) for an example.

## End-to-end example

The repo includes an [end to end example script](end-to-end/README.md) that runs the protocol between Rust and Node.js implementations.

## Development

Contributions are welcome!

The repo includes a [Wireshark](https://www.wireshark.org/) dissector that may help debugging protocol issues. See the [docs](docs/wireshark/README.md).

## Thanks

This implementation was possible in part due to support from the [NLNet foundation](https://nlnet.nl)

![NLNet logo](https://nlnet.nl/logo/banner-160x60.jpg)