Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.
/ remoteviewing Public archive

RemoteViewing is a .NET-native VNC client and server library.

License

Notifications You must be signed in to change notification settings

quamotion/remoteviewing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RemoteViewing (Quamotion branch)

Build status

RemoteViewing is a .NET-native VNC client and server library.

You can use RemoteViewing to write your own VNC server or client.

It supports Raw, Hextile, Copyrect, and Zlib encodings, and includes a Windows Forms control to make embedding VNC in your program extremely easy.

RemoteViewing uses the BSD license.

Installation

Install using the command line:

Install-Package Quamotion.RemoteViewing

Samples

This repository contains three sample projects:

  • RemoteViewing.NoVncExample implements a noVNC server using RemoteViewing. The server itself is implemented using ASP.NET Core
  • RemoteViewing.ServerExample implements a VNC server which allows you to share your desktop
  • RemoteViewing.Example implements a VNC client using Windows Forms.

Credits

The code in this repository is based on the download available at http://www.zer7.com/software/remoteviewing