Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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
- 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

repeater/NAT Helper connector + multicast

Any features you would like to see in UltraVNC? Propose it here
Post Reply
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

repeater/NAT Helper connector + multicast

Post by redge »

new features for save bandwith of repeater:
  • NAT Helper (only help to initate connection client -> techncian as peer2peer)

    viewer+NVCplugin listen <-- repeater as NH <--- winvnc+NSCplugin initate connection (SingleClick)
    or/and
    viewer+NVCplugin initate connection --> repeater as NH---> winvnc+NSCplugin (listen normal)
  • MultiCast
    (class room, demo, less network traffic jam)
Last edited by redge on 2005-06-14 02:09, edited 3 times in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6879
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

AFter v1 i need to review and consolidate the different connection
option as some auto connection...

+add upnp: If routers support it, this is the easiest way.
+add auto firewall registration (XP)
(code is only 200 lines :) )

Repeater
Instead of using the plugins i would option for something like this...
server_connector+SSL<--(https proxy)--->helper(act as https server,key manager)<--(https proxy)--->viewer_connector+SSL
You still could run the plugins (double encryption)
Nat2Nat -->integrate in repeater

Connectors should know (repeater+nat2nat) and try
-direct, upnp,nat2nat,repeater

Multicast: RTP: can be used as uni and multicast, but a lot of the network work is done within the RTP protocol. RTP also can give some advantage for long distance connections (less latency)
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

Fabulous new features of next build repeater.
I'm exciting for use the new repeater with the objectiv need, more than I asked.

Great futur work.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

vnc server for remote control don't contain feature like SCIII
vnc viewer_ssl for remote control contain feature of NVC

so distributer5 or repeater_ssl act as NH
it would like to be great and complete full requirement to vnc server:
virtual "direct" connection mode I+II+III

1st step connector NH
(vnc viewer - localhost ID) --> repeater/connectorNH Internet --> (localhost ID - vnc server)

2nd step direct mode II
(vnc viewer - localhost ID) --> Internet (localhost ID - vnc server)

or

reverse connection mode mode I and III

1step
(vnc viewer - localhost ID) <-- repeater/connectorNH Internet<-- (localhost ID - vnc server)

2nd step connection mode II and III
(vnc viewer - localhost ID) <-- Internet <-- (localhost ID - vnc server)

any sense of my request ?
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply