Skip to content

tim-oster/rmnp-csharp

Repository files navigation

RMNP C# - Realtime Multiplayer Networking Protocol C#

This is the basic C# port of RMNP. For documentation or more details check out the original version of RMNP.

WARNING: It is not the best possible port and not very optimized. This version is meant to be used on the client side only although it has server support.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • This port uses the Crc32.NET library for fast and easy hash calculation!