WireWayServer - this application is part of the WireWay software system, responsible for transmitting packets between users
___Before building, make sure you have the correct language version and boost
mkdir build
cd build
cmake ..
cmake --build .With the help of the server, the primary communication between the user and the contact is supported. Its tasks are to process connections of users and contacts and their further interaction using packages.
The server supports the following packages:
- CONNECT
- CONNACK
- INTERCEPT
- INTERCAPT
- SCREEN
- PUBLISH
- DISCONNECT
Server uses boost.asio and STL
Description of package functions can be found here