Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julienr/libenet-android
A port of libenet for Android NDK
https://github.com/julienr/libenet-android
Last synced: 8 days ago
JSON representation
A port of libenet for Android NDK
- Host: GitHub
- URL: https://github.com/julienr/libenet-android
- Owner: julienr
- License: mit
- Created: 2010-12-02T14:25:38.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-02T14:26:08.000Z (almost 14 years ago)
- Last Synced: 2024-07-31T22:56:36.555Z (3 months ago)
- Language: C
- Homepage:
- Size: 129 KB
- Stars: 27
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
ENet for Android
================
This is a repackaging of the ENet 1.3 network library for Android NDK by Julien Rebetez.ENet has been written by Lee Salzman and the original ENet homepage is http://enet.bespin.org
Assuming the 'ndk-build' tool is in your path, you can build the enet as a static library by simply using the 'build.sh' script.