Libvncserver
Encyclopedia
LibVNCServer and LibVNCClient are cross-platform C
libraries that allow to easily implement VNC server or client functionality in an application. Both libraries support version 3.8 of the Remote Framebuffer Protocol
and can handle most known VNC encodings. LibVNCClient furthermore supports IPv6
and encrypted connections. Both libraries are GPL-licensed and can be ported to many different operating systems.
C (programming language)
C is a general-purpose computer programming language developed between 1969 and 1973 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system....
libraries that allow to easily implement VNC server or client functionality in an application. Both libraries support version 3.8 of the Remote Framebuffer Protocol
RFB Protocol
RFB is a simple protocol for remote access to graphical user interfaces. Because it works at the framebuffer level it is applicable to all windowing systems and applications, including X11, Windows and Macintosh...
and can handle most known VNC encodings. LibVNCClient furthermore supports IPv6
IPv6
Internet Protocol version 6 is a version of the Internet Protocol . It is designed to succeed the Internet Protocol version 4...
and encrypted connections. Both libraries are GPL-licensed and can be ported to many different operating systems.