- 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)
After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
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.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
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
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
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.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
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
repeater/NAT Helper connector + multicast
repeater/NAT Helper connector + multicast
new features for save bandwith of repeater:
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
OS Win: xp home + vista business + 7 home
only experienced user, not developer
- Rudi De Vos
- Admin & Developer
- Posts: 6952
- Joined: 2004-04-23 10:21
- Contact:
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)
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)
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 ?
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
OS Win: xp home + vista business + 7 home
only experienced user, not developer