netcode.io is a simple protocol for creating secure client/server connections over UDP.
It’s designed for games that shunt players from a main website or web backend to a number of dedicated server instances, with each dedicated server having some maximum number of players.
It has the following features:
- Connection oriented
- Encrypts and sign packets
- All packets are delivered over UDP
- Only authenticated clients can connect to dedicated servers
This repository holds the reference implementation of netcode.io in C.
Other netcode.io repositories include:
- netcode.io C# implementation
- netcode.io Golang implementation
- netcode.io Rust implementation
- netcode.io for Unity
- netcode.io for UE4
- netcode.io browser plugin
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.01 standard.
This is an open source project and we welcome contributions. Please join us!
Here are some things that we think would be helpful:
- Provide feedback on the reference implementation
- Study the code, and look for flaws and weaknesses
- Port netcode.io to your favorite language (eg. Java, Lua, Python, Ruby...)
- We welcome anybody who would like to volunteer to perform a security audit of the code
- Develop a testing framework to guarantee that different languages implementations conform to the standard
Please let me know if you have any more ideas, and feel free to ask questions and get involved by logging issues.
These people are awesome:
- Val Vanders - Rust Implementation
- Isaac Dawson - Golang Implementation
- June Rhodes - C# bindings, browser support, UE4 integration.
- Alan Stagner - Unity integration, C# implementation.
Thank you for your contributions to netcode.io!
The author of this library is Glenn Fiedler, a recognized expert in the field of game network programming with over 15 years experience in the game industry.
Glenn wrote an article series about the development of this library called Building a Game Network Protocol.
Open source libraries by the same author include: yojimbo and reliable.io
netcode.io is generously sponsored by:
-
Gold Sponsors
-
Silver Sponsors
-
Bronze Sponsors
And by individual supporters on Patreon. Thank you. You made this possible!