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

ChunkVNC for Linux: UltraVNC Viewer + Perl Repeater + X11VNC

Simple, Free, Open Source UltraVNC Wrapper Supporting Windows and Mac OSX
Post Reply
Rat
80
80
Posts: 182
Joined: 2004-11-01 02:11

ChunkVNC for Linux: UltraVNC Viewer + Perl Repeater + X11VNC

Post by Rat »

For anyone interested, I recently tried the combination of "UltraVNC Viewer + (my) Perl Repeater + X11VNC" to connect to a Linux box and it worked fine.

Also UltraVNC Viewer worked well under Wine on Linux. You only require the "vncviewer.exe" program. See my example command line below:

Code: Select all

vncviewer.exe -proxy 111.222.333.444:5901 ID:123456 -quickoption 3 -keepalive 1 -fullscreen -notoolbar > /dev/null 2>&1 &
Presumably it should be possible to build a "ChunkVNC for Linux", (using perhaps "Python + TKinter").

I tried to get the Linux "vncviewer" and also "ssvnc" to work with it, (instead of the UltraVNC Viewer) but couldn't get it to work properly in the limited time I had available...
indeec
Posts: 5
Joined: 2015-01-29 12:00

Re: ChunkVNC for Linux: UltraVNC Viewer + Perl Repeater + X1

Post by indeec »

Hello, Rat. Could you please provide more information about your scheme? What did you do to make your x11vnc work with chunckvnc id?

Thank you!
xman
Posts: 3
Joined: 2015-02-14 03:16

Re: ChunkVNC for Linux: UltraVNC Viewer + Perl Repeater + X1

Post by xman »

indeec wrote:Hello, Rat. Could you please provide more information about your scheme? What did you do to make your x11vnc work with chunckvnc id?

Thank you!
Hi @indeec

Do you have chunkvnc installer ? or its source code ?

If yes please share a link.. It will be a great help for me as I am doing some rnd on it :)
indeec
Posts: 5
Joined: 2015-01-29 12:00

Re: ChunkVNC for Linux: UltraVNC Viewer + Perl Repeater + X1

Post by indeec »

Hi xman. Sorry for the long answer. Link is here: https://yadi.sk/d/5OmK3mwKfhFkc
Post Reply