After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.1.0, 1.6.3.0-dev versions
A new stable version, UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38095
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
Feedback is welcome

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

Search found 5 matches

by larytet
2016-09-12 09:20
Forum: Developer discussions (mainly user-mode)
Topic: UltraVNC SC
Replies: 4
Views: 37055

Re: UltraVNC SC

Patch the function vncEncoding::SetEncoding() use HexT encoder in the case rfbEncodingTigh.
Works with noVNC client.
by larytet
2016-09-12 08:35
Forum: Developer discussions (mainly user-mode)
Topic: UltraVNC SC
Replies: 4
Views: 37055

Re: UltraVNC SC

This is the full log until connection:
Mon Sep 12 11:31:46 2016
c:\users\sub-7\downloads\z_sc\winvnc\winvnc\winvnc.cpp : sockets initialised
--The operation completed successfully.
c:\users\sub-7\downloads\z_sc\winvnc\winvnc\winvnc.cpp : test... 192.168.0.111 5901
--The operation completed ...
by larytet
2016-09-12 07:35
Forum: Developer discussions (mainly user-mode)
Topic: UltraVNC SC
Replies: 4
Views: 37055

Re: UltraVNC SC

I still can not understand how the server in single click mode decides to use ZRLE and where I can patch the code and force, for example, raw enconding
by larytet
2016-09-11 11:18
Forum: Developer discussions (mainly user-mode)
Topic: UltraVNC SC
Replies: 4
Views: 37055

Re: UltraVNC SC

More research:

* All SingleClick patches are under SINGLECLICKULTRA
* Message MENU_ADD_CLIENT_MSG causes adding a new client to the server in single click mode

How the "dummy" chooses the encoding?
by larytet
2016-09-08 09:41
Forum: Developer discussions (mainly user-mode)
Topic: UltraVNC SC
Replies: 4
Views: 37055

UltraVNC SC

Hello,

I am trying to run UltraVNC SC_II_RC23 with https://kanaka.github.io/noVNC/

I have to patch the noVNC to allow accept the connections from the VNC server instead of connected by itself.
The patches in noVNC are:
https://github.com/larytet/websockify/commit ...