Does anyone know of a good cross platform VNC client library (the viewer end)?
I'm not terribly picky about language, but I would prefer something with C++ or Python. I would need it to work on Linux, Mac, and Windows.
Does anyone know of a good cross platform VNC client library (the viewer end)?
I'm not terribly picky about language, but I would prefer something with C++ or Python. I would need it to work on Linux, Mac, and Windows.
RealVNC has a Java Viewer (Java is cross platform), which is included in the free version, I am unsure about the license, though. Other VNC solutions might have something similar.
Edit: I found that thightvnc.com has a java viewer which seems to be GPL licensed. See: http://www.tightvnc.com/download.html
libvncclient that comes with libvncserver is C and cross-platform: http://sourceforge.net/projects/libvncserver/