Skip to content
/ VncSharp Public
forked from humphd/VncSharp

VncSharp is a GPL implementation of the VNC Remote Framebuffer (RFB) Protocol for the .NET Framework

License

Notifications You must be signed in to change notification settings

dpse/VncSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VncSharp

This a fork of VncSharp that adds support for asynchronous connection operations. This makes it possible to use the RemoteDesktop control without blocking the UI thread. Just await ConnectAsync rather than calling Connect. It is also possible to connect through a Stream, which makes it possible to easily route traffic through e.g. a proxy server.

The implementation makes use of the AsyncBinaryReader and AsyncBinaryWriter implementations from AsyncBinaryReaderWriter.

VncSharp is a Free and Open Source (GPL) implementation of the VNC Remote Framebuffer (RFB) Protocol for the .NET Framework. Virtual Network Computing (VNC) is a cross-platform client/server protocol allowing remote systems to be controlled over a network. VncSharp is a VNC Client Library and custom Windows Forms Control. VncSharp is also Free Software, released under the GPL. You can freely use VncSharp to bundle VNC functionality into your own .NET applications simply by dragging and dropping a control onto your form.

About

VncSharp is a GPL implementation of the VNC Remote Framebuffer (RFB) Protocol for the .NET Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%