Go to file
2013-04-20 16:40:43 +02:00
debian bump version to 1.0-4 2013-04-20 16:40:43 +02:00
tigerpatches set trusted-lib in manifest to avoid security popup 2013-04-20 16:25:57 +02:00
vncpatches imported from svn 'vncterm/pve2' 2011-08-23 07:52:28 +02:00
copyright imported from svn 'vncterm/pve2' 2011-08-23 07:52:28 +02:00
genfont.c imported from svn 'vncterm/pve2' 2011-08-23 07:52:28 +02:00
glyphs.h imported from svn 'vncterm/pve2' 2011-08-23 07:52:28 +02:00
LibVNCServer-0.9.7.tar.gz imported from svn 'vncterm/pve2' 2011-08-23 07:52:28 +02:00
Makefile bump version to 1.0-4 2013-04-20 16:40:43 +02:00
README imported from svn 'vncterm/pve2' 2011-08-23 07:52:28 +02:00
tigervnc-1.1.0.tgz imported from svn 'vncterm/pve2' 2011-08-23 07:52:28 +02:00
TODO imported from svn 'vncterm/pve2' 2011-08-23 07:52:28 +02:00
vncterm.c do not create a process group with setsid 2011-09-13 10:55:40 +02:00
vncterm.h imported from svn 'vncterm/pve2' 2011-08-23 07:52:28 +02:00
vncterm.pod imported from svn 'vncterm/pve2' 2011-08-23 07:52:28 +02:00
VncViewer.jar bump version to 1.0-4 2013-04-20 16:40:43 +02:00

Simple VNC terminal emulator (inspired by VncCommand)

We try to simulate a 'xterm', because we want to support:

	- unicode
	- mouse
	
and xterm seems to be the best solution for that.

some code is inspired by: qemu, VncCommand, xterm, linux kernel, ...

libvncserver
============

LibVNCServer does not suppurt TLS currently. So we staically link to a
patched versions on that library instead of using the debian shared
libraries.

VNC Java Applet (for use in web based applications):
====================================================

We use patched VncViewer files (latest TigerVNC sources):

http://www.tigervnc.com/

We sign the applet to make clipboard working.


TODO:
=====

Useful sources for terminal emulation:
	
   xterm source: ctlseqs.txt
   http://vt100.net/docs/vt220-rm
   man 5 terminfo
   infocmp xterm
   man console_codes

Fonts: 

we currently use fonts provided by the debian console-data package:
see /usr/share/consolefonts/*

Only 8x16 fonts are supported

TODO contains a list of unimplemented things.