Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomcat-42/networkssy
A simple network library and application for C++
https://github.com/tomcat-42/networkssy
Last synced: 25 days ago
JSON representation
A simple network library and application for C++
- Host: GitHub
- URL: https://github.com/tomcat-42/networkssy
- Owner: Tomcat-42
- Created: 2023-05-29T20:17:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-10T14:35:26.000Z (over 1 year ago)
- Last Synced: 2023-07-17T02:27:08.703Z (over 1 year ago)
- Language: C++
- Size: 2.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
networkssy
> A simple network library and application for C++,
## 📚 Table of Contents
## 📝 Introduction
## 📦 Installation
## 📖 Documentation/Examples
## 📜 License
## 📃 References
## 📌 TODO
- [ ] API Design of the library
- [ ] Basic network utilities
- [ ] TCP and UDP protocols implementation
- [ ] Delivery guarantee for UDP
- [ ] Functions for statistics
- [ ] Application examples (client/server)