about this USB KVM in English:
http://www.engadget.com/2008/08/25/iogears-usb-laptop-kvm-switch-provides-your-portable-with-impre/
Its software in working:
http://chinese.engadget.com/2008/11/10/3c-aten-cs661-kvm-04/
It looks very similar to UltraVNC, especially the file transfer dialog. Any ...
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.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
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.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
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 29 matches
- 2008-11-10 14:36
- Forum: VNC-related products
- Topic: IOGEAR/ATEN's USB KVM using UltraVNC's code?
- Replies: 0
- Views: 2122
- 2007-06-20 17:16
- Forum: Feature requests
- Topic: Option for fallbacking to nonencrypted connection
- Replies: 7
- Views: 10330
Re: Option for fallbacking to nonencrypted connection
if server has DSM plugins, what about using DSM plugins for that session automaticly?UltraSam wrote:All data sent by the viewer would be encrypted... so the server would have to implement and return a special error code to the viewer to tell it not to encrypt its data... a lot of work...
- 2007-06-18 17:49
- Forum: Feature requests
- Topic: Option for fallbacking to nonencrypted connection
- Replies: 7
- Views: 10330
Re: Option for fallbacking to nonencrypted connection
And what about vice versa condition?
Client side using DSM plugins to connect to server, server side has DSM plugins but not enable them.
Will they connect?
Client side using DSM plugins to connect to server, server side has DSM plugins but not enable them.
Will they connect?
- 2007-06-07 11:09
- Forum: Feature requests
- Topic: Option for fallbacking to nonencrypted connection
- Replies: 7
- Views: 10330
Re: Option for fallbacking to nonencrypted connection
IMHO it's a security risk to allow non encrypted connections even when an encryption plugin is required on a server.
That's why we haven't allowed the JavaViewer (that doesn't support DSM yet) to connect when a DSM plugin is used on the server. It would be easy to do, but I really think it's ...
That's why we haven't allowed the JavaViewer (that doesn't support DSM yet) to connect when a DSM plugin is used on the server. It would be easy to do, but I really think it's ...
- 2007-06-07 07:36
- Forum: Feature requests
- Topic: Option for fallbacking to nonencrypted connection
- Replies: 7
- Views: 10330
Option for fallbacking to nonencrypted connection
With encryption enabled, all connections requires encrypted with DSM plugins.
But it is nice to have a option that allowing nonencrypted connections connecting to server. It would be more flexible for users.
But it is nice to have a option that allowing nonencrypted connections connecting to server. It would be more flexible for users.
- 2007-02-14 15:10
- Forum: Feature requests
- Topic: Introduction of New VNC codec
- Replies: 11
- Views: 20485
Re: Introduction of New VNC codec
I updated my binary with ZYWRLE codec support.
Enjoy!
P.S.: the JPEG copression quality controls ZYWRLE's quality too.
Enjoy!

P.S.: the JPEG copression quality controls ZYWRLE's quality too.
- 2007-02-14 14:59
- Forum: Feature requests
- Topic: Introduction of New VNC codec
- Replies: 11
- Views: 20485
Re: Introduction of New VNC codec
continuing last post, I made patches for this patch:
from:
+ long zywrle;
+ long zywrle_level;
+ long zywrleBuf[rfbZRLETileWidth*rfbZRLETileHeight];
to:
+ int zywrle;
+ int zywrle_level;
+ int zywrleBuf[rfbZRLETileWidth*rfbZRLETileHeight];
from:
*** ../UltraVNC-102-Src\UltraVNC/vncviewer ...
from:
+ long zywrle;
+ long zywrle_level;
+ long zywrleBuf[rfbZRLETileWidth*rfbZRLETileHeight];
to:
+ int zywrle;
+ int zywrle_level;
+ int zywrleBuf[rfbZRLETileWidth*rfbZRLETileHeight];
from:
*** ../UltraVNC-102-Src\UltraVNC/vncviewer ...
- 2007-02-14 14:18
- Forum: Feature requests
- Topic: Introduction of New VNC codec
- Replies: 11
- Views: 20485
Re: Introduction of New VNC codec
I got a question about the patch:
diff -rcN -x winvnc___Win32_Http -x Release -x Debug -x *.plg -x *.dsw -x *.ncb -x *.opt -x buildtime.h ../UltraVNC-102-Src\UltraVNC/vncviewer/ClientConnection.h UltraVNC/vncviewer/ClientConnection.h
*** ../UltraVNC-102-Src\UltraVNC/vncviewer/ClientConnection.h Wed ...
diff -rcN -x winvnc___Win32_Http -x Release -x Debug -x *.plg -x *.dsw -x *.ncb -x *.opt -x buildtime.h ../UltraVNC-102-Src\UltraVNC/vncviewer/ClientConnection.h UltraVNC/vncviewer/ClientConnection.h
*** ../UltraVNC-102-Src\UltraVNC/vncviewer/ClientConnection.h Wed ...
- 2006-06-18 15:16
- Forum: Feature requests
- Topic: File Transfer Window Size
- Replies: 17
- Views: 16933
- 2006-06-18 03:06
- Forum: Feature requests
- Topic: File Transfer Window Size
- Replies: 17
- Views: 16933
- 2006-06-17 16:35
- Forum: Feature requests
- Topic: File Transfer Window Size
- Replies: 17
- Views: 16933
- 2006-06-09 10:35
- Forum: VNC-related products
- Topic: UltraVNC Japanese edition(JP)
- Replies: 16
- Views: 12358
- 2006-06-02 08:03
- Forum: Feature requests
- Topic: File Transfer Window Size
- Replies: 17
- Views: 16933
- 2006-06-01 14:58
- Forum: VNC-related products
- Topic: UltraVNC Japanese edition(JP)
- Replies: 16
- Views: 12358
- 2006-06-01 05:30
- Forum: VNC-related products
- Topic: UltraVNC Japanese edition(JP)
- Replies: 16
- Views: 12358
- 2006-06-01 04:16
- Forum: VNC-related products
- Topic: UltraVNC Japanese edition(JP)
- Replies: 16
- Views: 12358
- 2006-06-01 02:28
- Forum: Feature requests
- Topic: Sending Alt PrintScreen howto...
- Replies: 14
- Views: 60429
- 2006-05-31 09:17
- Forum: Feature requests
- Topic: File Transfer Window Size
- Replies: 17
- Views: 16933
- 2006-05-31 08:54
- Forum: Feature requests
- Topic: File Transfer Window Size
- Replies: 17
- Views: 16933
- 2006-05-31 07:56
- Forum: Feature requests
- Topic: File Transfer Window Size
- Replies: 17
- Views: 16933
- 2006-05-31 03:28
- Forum: Feature requests
- Topic: "Menu" button/menuitem in full screen title bar
- Replies: 3
- Views: 4152
- 2006-05-30 15:39
- Forum: VNC-related products
- Topic: UltraVNC Japanese edition(JP)
- Replies: 16
- Views: 12358
- 2006-05-30 01:40
- Forum: Feature requests
- Topic: "Menu" button/menuitem in full screen title bar
- Replies: 3
- Views: 4152
- 2006-05-24 14:50
- Forum: Feature requests
- Topic: Upgrading MiniLZO library
- Replies: 4
- Views: 5084
- 2006-05-24 14:40
- Forum: Feature requests
- Topic: Upgrading MiniLZO library
- Replies: 4
- Views: 5084
- 2006-05-24 12:47
- Forum: VNC-related products
- Topic: UltraVNC Japanese edition(JP)
- Replies: 16
- Views: 12358
- 2006-05-22 15:10
- Forum: VNC-related products
- Topic: UltraVNC Japanese edition(JP)
- Replies: 16
- Views: 12358
- 2006-05-21 08:56
- Forum: VNC-related products
- Topic: UltraVNC Japanese edition(JP)
- Replies: 16
- Views: 12358
Re: UltraVNC Japanese edition(JP)
Hi,
UltraVNC JP is modified UltraVNC for Japanese environment.
This is GPL.
+ Messages are translated into Japanese.
+ Japanese 106 keyboard supported.
+ Multibyte characters supported at UltraVNC's file transfer.
+ Fixed -- SHIFT+SPACE doesn't work well at remote machine.
+ New option added ...
UltraVNC JP is modified UltraVNC for Japanese environment.
This is GPL.
+ Messages are translated into Japanese.
+ Japanese 106 keyboard supported.
+ Multibyte characters supported at UltraVNC's file transfer.
+ Fixed -- SHIFT+SPACE doesn't work well at remote machine.
+ New option added ...
- 2006-05-16 08:56
- Forum: Feature requests
- Topic: Upgrading MiniLZO library
- Replies: 4
- Views: 5084
Upgrading MiniLZO library
The MiniLZO version used in UltraVNC, 1.08, is a bit old.
the new version, 2.02, has a speedup.
I hope the devs will upgrade to this version of MiniLZO.
(P.S. My ICL/ICC build includes that upgrade and the JPEG library is changed to Independent JPEG Group's JPEG software release 6b with x86 SIMD ...
the new version, 2.02, has a speedup.
I hope the devs will upgrade to this version of MiniLZO.
(P.S. My ICL/ICC build includes that upgrade and the JPEG library is changed to Independent JPEG Group's JPEG software release 6b with x86 SIMD ...