All Projects → angt → Mud

angt / Mud

Licence: bsd-2-clause
Multipath UDP library

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Mud

Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+2515%)
Mutual labels:  network, protocol, udp
Whatpulse
WhatPulse reverse engineered
Stars: ✭ 30 (-70%)
Mutual labels:  hacktoberfest, network, protocol
Ruffles
Lightweight and fully managed reliable UDP library.
Stars: ✭ 131 (+31%)
Mutual labels:  network, protocol, udp
Kalm.js
The socket manager
Stars: ✭ 155 (+55%)
Mutual labels:  hacktoberfest, network, udp
Pypacker
📦 The fastest and simplest packet manipulation lib for Python
Stars: ✭ 216 (+116%)
Mutual labels:  network, protocol, udp
Glorytun
Multipath UDP tunnel
Stars: ✭ 437 (+337%)
Mutual labels:  hacktoberfest, network, crypto
Node Minecraft Protocol
Parse and serialize minecraft packets, plus authentication and encryption.
Stars: ✭ 697 (+597%)
Mutual labels:  network, protocol
Tech Refrigerator
🍰 기술 냉장고입니다. 🛒 기술 면접 , 전공 시험 , 지식 함양 등 분명 도움될 거예요! 🤟
Stars: ✭ 699 (+599%)
Mutual labels:  hacktoberfest, network
Senseme
Python Library for Haiku SenseMe app controlled fans/lights
Stars: ✭ 19 (-81%)
Mutual labels:  hacktoberfest, protocol
Mts
Project of Multi-protocol Test Tool opensourced by Ericsson
Stars: ✭ 34 (-66%)
Mutual labels:  protocol, udp
Llama Archive
Loss & LAtency MAtrix
Stars: ✭ 44 (-56%)
Mutual labels:  network, udp
Kcp
⚡ KCP - A Fast and Reliable ARQ Protocol
Stars: ✭ 10,473 (+10373%)
Mutual labels:  udp, protocol
Dhcpwn
All your IPs are belong to us.
Stars: ✭ 642 (+542%)
Mutual labels:  protocol, udp
Ngtcp2
ngtcp2 project is an effort to implement IETF QUIC protocol
Stars: ✭ 589 (+489%)
Mutual labels:  protocol, udp
Lsquic
LiteSpeed QUIC and HTTP/3 Library
Stars: ✭ 727 (+627%)
Mutual labels:  protocol, udp
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (+487%)
Mutual labels:  protocol, udp
Laminar
A simple semi-reliable UDP protocol for multiplayer games
Stars: ✭ 530 (+430%)
Mutual labels:  protocol, udp
Tinybirdnet Unity
A high level API for making networked games in Unity, utilizes https://github.com/RevenantX/LiteNetLib
Stars: ✭ 72 (-28%)
Mutual labels:  network, udp
Oscpy
An efficient OSC implementation compatible with python2.7 and 3.5+
Stars: ✭ 65 (-35%)
Mutual labels:  network, udp
I2p.i2p
I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.
Stars: ✭ 1,186 (+1086%)
Mutual labels:  network, crypto

MUD

MUD is a secure, multipath network protocol over UDP. See 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.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].