enet

Network communication library providing reliable UDP-based messaging

brewmacoslinux
Try with needOr install directly
Source

About

Provides a network communication layer on top of UDP

Commands

enet

Examples

Link against enet library in a C/C++ project$ gcc -o myapp myapp.c -lenet
Include enet headers in compilation$ gcc -o myapp myapp.c -I$(brew --prefix enet)/include -L$(brew --prefix enet)/lib -lenet
Check enet library version and location$ pkg-config --modversion enet