You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ Network Library example code and documentation
This page is an attempt to allow the community to develop (at least) 50 examples using the C++ Network Library. Here are some suggestions for examples:
Examples may be simple or reasonably hard
Example stubs are allowed, particularly if the functionality isn't present - this might be a good way to propose a new feature
These pages can be edited and updated by the community
Any mature examples will eventually be released with the source code - the project owners make this decision
General procedure
Examples can be proposed here and discussed on the mailing list
To start developing a new example, create a new issue and mark it with the label "Example"
Use RST format so we can transfer them easily to our docs
Create a new branch for the example in order that others can follow