moien007 / enet

ENet reliable UDP networking library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENet fork

Yet another enet maintained fork.
This fork is being used by ENet.Managed.

Building

To build this library install CMake and run following commands in the bash or cmd:

git clone <THIS-REPO> --recursive
cd ./enet
cmake -S . -B ./build
cmake --build ./build --config Release

Features

  • This fork is compatible with original library.
  • Supports IPv6 (thanks to @SirLynix).

Discord

You can join ENet.Managed discord to discuss and get support for native ENet and ENet.Managed here:
Discord

About

ENet reliable UDP networking library

License:MIT License


Languages

Language:C 98.8%Language:CMake 1.0%Language:C++ 0.2%