https://github.com/alejandrorm-dev/cpp-portable-socket
C++ Library for portable Sockets (Linux & Windows)
https://github.com/alejandrorm-dev/cpp-portable-socket
Last synced: 11 months ago
JSON representation
C++ Library for portable Sockets (Linux & Windows)
- Host: GitHub
- URL: https://github.com/alejandrorm-dev/cpp-portable-socket
- Owner: AlejandroRM-DEV
- License: mit
- Created: 2016-07-02T04:06:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T05:38:22.000Z (almost 10 years ago)
- Last Synced: 2025-02-23T15:46:00.549Z (over 1 year ago)
- Language: C++
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Portable Socket Library
The purpose of this library is to simplify the implementation of Sockets in systems GNU / Linux and Windows, allowing write portable code.
## OS Tested
All examples have been tested successfully on the following operating systems
- Windows 10 64 bit
- Ubuntu 16.04 64bit
## Compiler
- GNU GCC Compiler
## Examples
- Multicast
## Contact
* Implemented by Alejandro Ramírez Muñoz
* E-mail: alejandror45@gmail.com
* Github: https://github.com/AlejandroRM94
* Facebook: https://www.facebook.com/Aleckz94
All suggestions for improving the code are welcome!
Todas las sugerencias para mejorar el código son bienvenidas!