MarcusW.VncClient icon indicating copy to clipboard operation
MarcusW.VncClient copied to clipboard

High-performance cross-platform VNC-Client library for C#

Results 17 MarcusW.VncClient issues
Sort by recently updated
recently updated
newest added

As pointed out in #6, .NET 5.0 is not yet available on all platforms. I'll have to check, if I could also target .NET Standard 2.1 and if all required...

enhancement

I should probably ship the native TurboJPEG binaries for the most common operating systems directly with the NuGet packages to make usage and deployment of the library for application developers...

When the TCP socket is open, but the server is not responding (wrong port or server process is paused/broken) the ConnectTimeout should still have an effect. Currently, the server is...

enhancement

When processing a ZRLE tile with subencoding 128 - the code incorrectly assumes each pixel is 3 bytes (CPIXEL). Modified the code to read the correct number of bytes per...

- Migrated to Avalonia v11 and .NET6

- Added viewonly mode