https://github.com/lsalzman/enet
ENet reliable UDP networking library
https://github.com/lsalzman/enet
Last synced: 7 months ago
JSON representation
ENet reliable UDP networking library
- Host: GitHub
- URL: https://github.com/lsalzman/enet
- Owner: lsalzman
- License: mit
- Created: 2012-05-05T11:21:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T18:06:05.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:34:49.905Z (about 1 year ago)
- Language: C
- Size: 407 KB
- Stars: 2,746
- Watchers: 161
- Forks: 671
- Open Issues: 90
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-cpp - ENet - Reliable UDP networking library. [MIT] [website](http://enet.bespin.org/) (Networking)
- awesome-cpp-cn - ENet
- AwesomeCppGameDev - enet
- awesome-cpp - ENet - Reliable UDP networking library. [MIT] [website](http://enet.bespin.org/) (Networking)
- awesome-cpp - ENet - Reliable UDP networking library. [MIT] [website](http://enet.bespin.org/) (Networking)
README
Please visit the ENet homepage at http://sauerbraten.org/enet/ for installation
and usage instructions.
If you obtained this package from github, the quick description on how to build
is:
# Generate the build system.
autoreconf -vfi
# Compile and install the library.
./configure && make && make install