Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chriskohlhoff/networking-ts-impl
An implementation of the C++ Networking Technical Specification
https://github.com/chriskohlhoff/networking-ts-impl
Last synced: about 1 month ago
JSON representation
An implementation of the C++ Networking Technical Specification
- Host: GitHub
- URL: https://github.com/chriskohlhoff/networking-ts-impl
- Owner: chriskohlhoff
- License: other
- Created: 2016-08-24T23:25:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T12:45:51.000Z (almost 6 years ago)
- Last Synced: 2024-12-08T06:32:51.595Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 650 KB
- Stars: 231
- Watchers: 25
- Forks: 25
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# networking-ts-impl
An implementation of the C++ Networking Technical Specification.
Warning: This implementation is automatically generated from the
[Asio](https://github.com/chriskohlhoff/asio) library. Consequently, it may
still be missing small pieces of functionality, or contain artifacts from Asio
that are not part of the TS.## Supported platforms and compilers
Requires C++11 or later. Should work with:
* Recent gcc or clang on Linux, macOS and other similar POSIX platforms.
* Recent versions of Microsoft Visual Studio on Windows.## Scope
A testsuite, examples and documentation are considered out-of-scope for this
repository, as these should be independent of a particular TS implementation.
However, some generated reference documentation can be found here:[Reference documentation](https://chriskohlhoff.github.io/networking-ts-doc/doc/index.html)