Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

RFB protocol compatible problem

Post Reply
melon1234
Posts: 3
Joined: 2006-11-19 08:11

RFB protocol compatible problem

Post by melon1234 »

Recently, I'm digesting the source code of UltraVNC. I noticed that, UltraVNC uses a strange set of versions of RFB protocols that do not listed in the documentation of RFB. I downloaded RFB doc from
http://www.realvnc.com/docs/rfbproto.pdf that v3.8, 3.7. 3.3 are documented. But UltraVNC NegotiateProtocolVersion uses v3.6, 3.4, 3.14, 3.16... Finally, C/S handshakes with v3.4.

I'm a little confused. How can I build a VNC_client to deal with compatibility? Where can I find the RFB doc about all versions mentioned above?

Thank you.
ShenLei
Last edited by melon1234 on 2006-11-21 04:02, edited 1 time in total.
Post Reply