Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lsalzman/enet
ENet reliable UDP networking library
https://github.com/lsalzman/enet
Last synced: 2 days 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 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T18:06:05.000Z (4 months ago)
- Last Synced: 2024-10-29T15:34:49.905Z (about 1 month 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
- AwesomeCppGameDev - enet
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