https://github.com/corvusoft/network
Suite of communication adaptors designed for asynchronous operation.
https://github.com/corvusoft/network
asynchronous asyncio network tcp-ip tcp-socket
Last synced: 2 months ago
JSON representation
Suite of communication adaptors designed for asynchronous operation.
- Host: GitHub
- URL: https://github.com/corvusoft/network
- Owner: Corvusoft
- License: other
- Created: 2017-05-13T00:07:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T11:31:18.000Z (about 8 years ago)
- Last Synced: 2025-12-27T01:59:20.100Z (6 months ago)
- Topics: asynchronous, asyncio, network, tcp-ip, tcp-socket
- Language: C++
- Homepage: https://www.corvusoft.co.uk
- Size: 88.9 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Network
=============================================================================================================================
Example
-------
License
-------
© 2013-2018 Corvusoft Limited, United Kingdom. All rights reserved.
The Network framework is dual licensed; See [LICENSE](LICENSE) for full details.
Support
-------
Please contact sales@corvusoft.co.uk, for support and licensing options including bespoke software development, testing, design consultation, training, mentoring and code review.
Build
-----
```bash
git clone --recursive https://github.com/corvusoft/network.git
mkdir network/build
cd network/build
cmake ..
make [-j CPU_CORES+1] install
make test
```
You will now find all required components installed in the distribution folder.
Please submit all enhancements, proposals, and defects via the [issue](http://github.com/corvusoft/network/issues) tracker.
Documentation
-------------
This codebase is intended to be as self documenting as possible. We have supplied many [test cases](https://github.com/corvusoft/network/tree/master/test) to help aid developers.
You can locate the latest API documentation [here](https://github.com/Corvusoft/network/tree/master/documentation).
Minimum Requirements
--------------------
| Resource | Requirement |
|:--------:|:-----------------------------------------------:|
| Compiler | C++14 compliant or above |
| OS | BSD, Linux, Mac OSX, Windows |
Contact
-------
| Method | Description |
|:--------------------------------------------|:--------------------------------------------|
| [Twitter](http://www.twitter.com/corvusoft) | Tweet us your questions & feature requests. |
| support@corvusoft.co.uk | Support related queries. |
| sales@corvusoft.co.uk | Sale related queries. |