• Stars
    star
    227
  • Rank 169,507 (Top 4 %)
  • Language
    C++
  • License
    Other
  • Created over 7 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An implementation of the C++ Networking Technical Specification

networking-ts-impl

An implementation of the C++ Networking Technical Specification.

Warning: This implementation is automatically generated from the 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