Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skywind3000/AsyncNet
AsyncNet
https://github.com/skywind3000/AsyncNet
Last synced: 5 days ago
JSON representation
AsyncNet
- Host: GitHub
- URL: https://github.com/skywind3000/AsyncNet
- Owner: skywind3000
- License: apache-2.0
- Created: 2014-12-01T15:39:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T01:48:03.000Z (7 months ago)
- Last Synced: 2024-08-02T15:29:55.132Z (3 months ago)
- Language: C
- Size: 530 KB
- Stars: 117
- Watchers: 16
- Forks: 49
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AsyncNet
========AsyncNet
Build
=====```bash
# git clone https://github.com/skywind3000/AsyncNet.git AsyncNet
# cd AsyncNet
# python tools/emake.py build/AsyncNet.mak
```Demo
====```bash
python AsyncNet.py
```check test_async_core() and test_async_notify() in AsyncNet.py for more.
C/C++ Library
===========use tools/AsyncLoader.h tools/AsyncLoader.c in your code.