WireWay - this application is part of the WireWay software system, allowing the user to connect to and interact with currently active contacts.
Before building, make sure you have the right version of the language and Qt
mkdir build
cd build
cmake ..
cmake --build .This application allows the user to view current contacts and connect to them. That is, the user can safely control the computer of the selected contact.
P.s. The contact knows that his screen is being watched and can stop broadcasting at any time.
The program converts keystrokes on the keyboard, mouse clicks and mouse movements into various COMMAND packets and sends them. The program also processes incoming SCREEN packets, which store a JPEG image of the contact screen
Description of package functions can be found here