Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 441 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 441 Bytes

RemoteDesktop

Implemented with Netty. Client can receive capture image from server in real time. It just like remote desktop. Client can click on panel or type the keyboard and then remote control server.

Step to make it runnable

  1. In order to make it more clear, you can download the project again on another computer. One act as client and the other act as server.
  2. Run Server.java on server.
  3. Run RemoteDesktop.java on client.