All Projects → networkprotocol → Netcode

networkprotocol / Netcode

Licence: bsd-3-clause
A protocol for secure client/server connections over UDP

Programming Languages

c
50402 projects - #5 most used programming language
lua
6591 projects

Projects that are alternatives of or similar to Netcode

Reliable
A packet acknowledgement system for UDP
Stars: ✭ 446 (-78.97%)
Mutual labels:  game-development, protocol, udp
Yojimbo
A network library for client/server games written in C++
Stars: ✭ 2,041 (-3.77%)
Mutual labels:  protocol, udp, client-server
Pypacker
📦 The fastest and simplest packet manipulation lib for Python
Stars: ✭ 216 (-89.82%)
Mutual labels:  protocol, udp, packets
rmnp
Realtime Multiplayer Networking Protocol
Stars: ✭ 41 (-98.07%)
Mutual labels:  packets, udp, protocol
Enet Csharp
Reliable UDP networking library
Stars: ✭ 464 (-78.12%)
Mutual labels:  protocol, udp
Polymorph
Polymorph is a real-time network packet manipulation framework with support for almost all existing protocols
Stars: ✭ 364 (-82.84%)
Mutual labels:  protocol, packets
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (-72.32%)
Mutual labels:  protocol, udp
Ngtcp2
ngtcp2 project is an effort to implement IETF QUIC protocol
Stars: ✭ 589 (-72.23%)
Mutual labels:  protocol, udp
Dhcpwn
All your IPs are belong to us.
Stars: ✭ 642 (-69.73%)
Mutual labels:  protocol, udp
Node Minecraft Protocol
Parse and serialize minecraft packets, plus authentication and encryption.
Stars: ✭ 697 (-67.14%)
Mutual labels:  protocol, packets
Nbnet
single header C(99) library to implement client-server network code for games
Stars: ✭ 58 (-97.27%)
Mutual labels:  game-development, udp
ethereum-dissectors
🔍Wireshark dissectors for Ethereum devp2p protocols
Stars: ✭ 82 (-96.13%)
Mutual labels:  udp, protocol
Mts
Project of Multi-protocol Test Tool opensourced by Ericsson
Stars: ✭ 34 (-98.4%)
Mutual labels:  protocol, udp
Kcp
⚡ KCP - A Fast and Reliable ARQ Protocol
Stars: ✭ 10,473 (+393.78%)
Mutual labels:  udp, protocol
Laminar
A simple semi-reliable UDP protocol for multiplayer games
Stars: ✭ 530 (-75.01%)
Mutual labels:  protocol, udp
http-connection-lifecycle
Complete and detailed explanation of HTTP connection lifecycle
Stars: ✭ 43 (-97.97%)
Mutual labels:  udp, client-server
STUP-Protocol
Secure/Speedup TCP-like UDP protocol
Stars: ✭ 12 (-99.43%)
Mutual labels:  udp, protocol
dpdk
A comprehensive rust binding for DPDK allowing high speed userspace networking across 256 cores and 32 NICs
Stars: ✭ 30 (-98.59%)
Mutual labels:  packets, udp
Ruffles
Lightweight and fully managed reliable UDP library.
Stars: ✭ 131 (-93.82%)
Mutual labels:  protocol, udp
Lsquic
LiteSpeed QUIC and HTTP/3 Library
Stars: ✭ 727 (-65.72%)
Mutual labels:  protocol, udp

Build status

netcode

netcode is a simple connection based client/server protocol built on top of UDP.

It has the following features:

  • Encrypted and signed packets
  • Secure client connection with connect tokens
  • Connection based protocol built on top of UDP

and protects your game server from the following attacks:

  • Zombie clients
  • Man in the middle
  • DDoS amplification
  • Packet replay attacks

netcode is stable and production ready.

How does it work?

Please refer to the second half of this whitepaper: Why can't I send UDP packets from a browser?

For a complete technical specification, read the netcode 1.02 standard.

Source Code

This repository holds the reference implementation of netcode in C.

This is the primary implementation of netcode, and is always up to date with the latest features.

Other netcode.io repositories include:

Contributors

These people are awesome:

Thanks for your contributions to netcode!

Author

The author of this library is Glenn Fiedler.

Other open source libraries by the same author include: yojimbo and reliable

Glenn is now the founder and CEO of Network Next. Network Next is a radically new way to link networks together. A new internet where networks compete on performance and price to carry your traffic. Check it out at https://networknext.com

Sponsors

netcode was generously sponsored by:

And by individual supporters on Patreon. Thank you. You made this possible!

License

BSD 3-Clause license.

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].