README.md

May 11, 2025 ยท View on GitHub

This project is a pure C# translation of enet, no binaries.

Where udp implementation: NativeSockets.

Why?

The original ENet relies on platform-specific native binaries,

which poses challenges for cross-platform distribution and deployment.

This project eliminates that dependency while preserving full compatibility with the original implementation.

NuGet