--- wikisrc/pkgsrc/remote.mdwn 2011/07/18 22:50:32 1.5
+++ wikisrc/pkgsrc/remote.mdwn 2011/08/19 18:05:39 1.12
@@ -14,6 +14,14 @@ As a further goal, documentation will be
FreeBSD port |
+ Remmina |
+ ? |
+ VNC, RDP, NX, XDMCP |
+ ? |
+ ? |
+ ? |
+
+
EchoVNC |
GPL |
VNC, RDP, RAdmin1 |
@@ -22,28 +30,28 @@ As a further goal, documentation will be
no |
- FreeRDP2 |
+ KRDC |
GPL |
- RDP 5 |
+ RDP, VNC |
no |
yes |
- yes |
+ no |
- KRDC |
+ RealVNC |
GPL |
- RDP, VNC |
- no |
+ VNC |
+ yes |
yes |
no |
- QtNX |
+ TightVNC |
GPL |
- NX |
- no |
+ VNC |
yes |
- no |
+ ? |
+ ? |
rdesktop |
@@ -54,28 +62,20 @@ As a further goal, documentation will be
yes |
- RealVNC |
+ FreeRDP2 |
GPL |
- VNC |
+ RDP 5 |
+ no |
yes |
yes |
- no |
- TightVNC |
+ QtNX |
GPL |
- VNC |
+ NX |
+ no |
yes |
- ? |
- ? |
-
-
- Remmina |
- ? |
- VNC, RDP, NX, XDMCP |
- ? |
- ? |
- ? |
+ no |
@@ -91,14 +91,6 @@ As a further goal, documentation will be
FreeBSD port |
- FreeNX |
- GPLv2 |
- NX |
- no |
- yes |
- yes |
-
-
x11vnc |
GPLv2 |
VNC |
@@ -114,9 +106,18 @@ As a further goal, documentation will be
yes |
yes |
+
+ FreeNX |
+ GPLv2 |
+ NX |
+ no |
+ yes |
+ yes |
+
1 Unreliable source (i.e. only Wikipedia).
+
2 FreeRDP is a fork of rdesktop.
## References
@@ -131,7 +132,7 @@ As a further goal, documentation will be
1. [libVNCServer/libVNCClient project homepage on Sourceforge](http://libvncserver.sourceforge.net/)
1. [X11VNC project homepage](http://www.karlrunge.com/x11vnc/)
1. [TightVNC](http://www.tightvnc.com/)
-1. [Remmina](http://remmina.sourceforge.net/)
+1. [Remmina](http://remmina.sourceforge.net/), formerly Grdc.
## TODO
@@ -140,3 +141,15 @@ As a further goal, documentation will be
1. Bring other RDP and VNC software to pkgsrc.
1. Check trends in NX software (I heard free package isn't going to be supported anymore).
1. Check interoperability of servers and clients for NetBSD and other desktop systems (MS Windows, MacOS X).
+1. Check pkgsrc/net/vinagre.
+1. [[!wikipedia UltraVNC]]
+1. [[!wikipedia TigerVNC]]
+1. [[!wikipedia ITALC]]
+1. [[!wikipedia KRDC]]
+1. Check interoperability with stock MacOS X VNC server, it has extensions not handled by TightVNC and RealVNC at least.
+I have to run this to make it possible to connect to MacOS:
+
+sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -verbose -activate -restart -agent -allowAccessFor -allUsers -privs -all -clientopts -setvnclegacy -vnclegacy yes -setvncpw -vncpw some-password
+
+Setting password is essential here.
+Tested on Darwin 10.3.3 x86_64.