• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bench/H06-Dec-2020-153104

doc/H03-May-2022-18419

examples/H06-Dec-2020-274187

include/H06-Dec-2020-1,8841,153

src/H06-Dec-2020-4,0843,093

test-images/H03-May-2022-32

.gitignoreH A D06-Dec-202098 98

COPYINGH A D06-Dec-2020739 1411

README.mdH A D06-Dec-20201 KiB4133

_clang-formatH A D06-Dec-2020384 2517

meson.buildH A D03-May-20222.5 KiB133109

meson.build.nogitH A D06-Dec-20202.5 KiB133109

test-zrle.cH A D06-Dec-20203.4 KiB169134

README.md

1# Neat VNC
2
3## Introduction
4This is a liberally licensed VNC server library that's intended to be fast and
5neat.
6
7## Goals
8 * Speed.
9 * Clean interface.
10 * Interoperability with the Freedesktop.org ecosystem.
11
12## Building
13
14### Runtime Dependencies
15 * pixman
16 * aml - https://github.com/any1/aml/
17 * zlib
18 * gnutls (optional)
19 * libturbojpeg (optional)
20
21### Build Dependencies
22 * meson
23 * pkg-config
24 * libdrm
25
26To build just run:
27```
28meson build
29ninja -C build
30```
31
32## Client Compatibility
33 Name    | ZRLE Encoding | Tight Encoding | Crypto & Auth | SSH Tunneling
34---------|---------------|----------------|---------------|--------------
35bVNC     |           Yes |              ? |           Yes |          Yes
36RealVNC  |           Yes |              ? |             ? |            ?
37Remmina  |           Yes |            Yes |             ? |          Yes
38TigerVNC |           Yes |            Yes |           Yes |            ?
39TightVNC |            No |            Yes |             ? |            ?
40UltraVNC |             ? |              ? |             ? |            ?
41