https://github.com/nuilab/cppsocketwraper
This is basic C++ wrapper for Posix Socket. It has been tested in Ubuntu 18.04 -- it can be improved.
https://github.com/nuilab/cppsocketwraper
Last synced: 9 months ago
JSON representation
This is basic C++ wrapper for Posix Socket. It has been tested in Ubuntu 18.04 -- it can be improved.
- Host: GitHub
- URL: https://github.com/nuilab/cppsocketwraper
- Owner: NuiLab
- Created: 2018-10-04T22:46:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T23:05:21.000Z (about 7 years ago)
- Last Synced: 2025-01-28T21:46:05.555Z (11 months ago)
- Language: C++
- Size: 170 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CppSocketWraper
This is basic C++ wrapper for Posix Socket. It has been tested in Ubuntu 18.04 -- it can be improved.
License is GNU General Public License's Version 3.
Project1-Skeleton contains the code. Read the .vscode folder as it has my settings. Change them as needed.