/Remote-Desktop

Remote desktop app, incorporating features such as image transmission, data transfer, remote monitor control, establishing and managing multiple connections, ...

Primary LanguageC++MIT LicenseMIT

Remote Desktop Control

👋🏻 Getting Started

We are from fit@hcmus, and this is our final project for Computer Networking course (CSC10008).
Our application is designed with the aim of connecting individuals by enabling users to remotely control one computer from another, incorporating features such as image transmission, data transfer, remote monitor control, establishing and managing multiple connections, ...
The application is written in C++17. We utilize the Networking Technical Specification of ASIO for building the network architecture of the application, along with wxWidgets used for the User Interface, and handling various events

Note

Please be aware that this project is currently under active development, and feedback is welcome for any issues encountered.

Table of contents


⚡️ Try our app

Get the latest version of our app by following these steps

curl -fsSL github.com/LongBaoCoder2/HCMUS-Project-Remote-Desktop/releases/latest/download/Remote-Control.zip -O
unzip -q Remote-Control.zip -d Remote-Control

🛳 Build from source code

Important

We utilize CMake for building, testing, and packaging automatically. Therefore, the initial step involves installing this tool. Ensure that your language version is C++17.

Clone the repository:

git clone github.com/LongBaoCoder2/Remote-Desktop
cd HCMUS-Project-Remote-Desktop

Everything has been configured and automated. So your task is to use the following script to download the necessary packages and build the project:

cmake -S. -Bbuild
cmake --build build

This will create a directory named build and create all build artifacts there. The main executable can be found in the build/subprojects/Build/Remote_desktop folder.