Skip to content

An implementation of the C++ Networking Technical Specification

License

Notifications You must be signed in to change notification settings

qxiang88/networking-ts-impl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An implementation of the C++ Networking Technical Specification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%