Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angt/mud
Multipath UDP library
https://github.com/angt/mud
c crypto hacktoberfest multipath network protocol udp
Last synced: about 2 months ago
JSON representation
Multipath UDP library
- Host: GitHub
- URL: https://github.com/angt/mud
- Owner: angt
- License: bsd-2-clause
- Created: 2016-01-29T08:52:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T18:11:37.000Z (about 4 years ago)
- Last Synced: 2024-08-02T02:12:12.091Z (5 months ago)
- Topics: c, crypto, hacktoberfest, multipath, network, protocol, udp
- Language: C
- Homepage:
- Size: 608 KB
- Stars: 127
- Watchers: 16
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MUD
MUD is a secure, multipath network protocol over UDP.
See [glorytun](https://github.com/angt/glorytun) for details.### Compatibility
Linux is the platform of choice but it was successfully ported to OpenBSD and OSX.
### Dependencies
* A recent version of GCC or Clang.
* [libsodium](https://github.com/jedisct1/libsodium).### Security
Encryption and authentication is done with AEGIS256 when aesni is available otherwise ChaCha20-Poly1305 is used.
The Diffie-Hellman function X25519 is used for key exchange.### Issues
For feature requests and bug reports, please create an [issue](https://github.com/angt/mud/issues).