Skip to content

RePlay-h/WireWayServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WireWayServer

Static Badge Static Badge

WireWayServer - this application is part of the WireWay software system, responsible for transmitting packets between users



Build


___Before building, make sure you have the correct language version and boost

mkdir build 
cd build
cmake ..
cmake --build .


Specification


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



Extra


Description of package functions can be found here

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors