Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 605 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 605 Bytes

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!