Skip to content
forked from any1/neatvnc

A liberally licensed VNC server library with a clean interface

License

Notifications You must be signed in to change notification settings

robincarlisle/neatvnc

 
 

Repository files navigation

Neat VNC

Introduction

This is a liberally licensed VNC server library that's intended to be fast and neat.

Goals

  • Speed.
  • Clean interface.
  • Interoperability with the Freedesktop.org ecosystem.

Building

Runtime Dependencies

Build Dependencies

  • meson
  • pkg-config
  • libdrm

To build just run:

meson build
ninja -C build

Client Compatibility

Name ZRLE Encoding Tight Encoding Crypto & Auth SSH Tunneling
bVNC Yes ? Yes Yes
RealVNC Yes ? ? ?
Remmina Yes Yes ? Yes
TigerVNC Yes Yes Yes ?
TightVNC No Yes ? ?
UltraVNC ? ? ? ?

About

A liberally licensed VNC server library with a clean interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 82.6%
  • C++ 15.6%
  • Meson 1.8%