Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 675 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 675 Bytes

remote-desktop-viewer

Simple remote desktop viewer written in C#

alt text

Requirement

Visual Studio 2013

How to compile

1) Client application

  1. Go to client directory
  2. Open client.sln with Visual Studio
  3. Then build and run.

2) Server application

  1. Go to server directory
  2. Open server.sln with Visual Studio
  3. Then build and run.

How to use

  1. First open server application and click listen buton with your desire port number or keep as it is.
  2. Then open client application and click connect with server port. And then click Share My Screen. That's it.