CrossSockets C++
Go to file
NightBits dab50aaf41 Initial commit 2018-12-19 20:25:07 +01:00
Example Initial commit 2018-12-19 20:25:07 +01:00
.gitignore Initial commit 2018-12-19 20:24:41 +01:00
BaseCrossSocket.cpp Initial commit 2018-12-19 20:25:07 +01:00
BaseCrossSocket.h Initial commit 2018-12-19 20:25:07 +01:00
CrossSocket.cpp Initial commit 2018-12-19 20:25:07 +01:00
CrossSocket.h Initial commit 2018-12-19 20:25:07 +01:00
CrossSocketConfig.h Initial commit 2018-12-19 20:25:07 +01:00
CrossSocketErrors.cpp Initial commit 2018-12-19 20:25:07 +01:00
CrossSocketErrors.h Initial commit 2018-12-19 20:25:07 +01:00
CrossSocketPlatform.h Initial commit 2018-12-19 20:25:07 +01:00
CrossSockets.h Initial commit 2018-12-19 20:25:07 +01:00
CrossSocketsCore.h Initial commit 2018-12-19 20:25:07 +01:00
CrossSockets_protocol.pdf Initial commit 2018-12-19 20:25:07 +01:00
CrossThreads.cpp Initial commit 2018-12-19 20:25:07 +01:00
CrossThreads.h Initial commit 2018-12-19 20:25:07 +01:00
CrossThreadsHandler.cpp Initial commit 2018-12-19 20:25:07 +01:00
CrossThreadsHandler.h Initial commit 2018-12-19 20:25:07 +01:00
LICENSE Initial commit 2018-12-19 20:24:41 +01:00
README.md Initial commit 2018-12-19 20:25:07 +01:00

README.md

CrossSockets:

CrossSockets is a library for C++ to work with the POSIX and Winsock2 sockets. CrossSockets can help you implement a network communication application. CrossSockets was created to serve as a client - server communication protocol.

Example:

If the server is running you can establish a connection using putty or any other client. (if you use putty you need to connect to the server using a RAW connection)

Port: 2013 Password: welcome