简体   繁体   中英

Cross platform VNC Client Library?

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.

libvncserver附带的libvncclient是C和跨平台: https//github.com/LibVNC/libvncserver

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

https://code.google.com/p/python-vnc-viewer/ - should be cross-platform.

https://github.com/sibson/vncdotool - contains more enhancements on top of that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM