I want to embed a remote control feature to support users of my application.
Currently, I'm using the VNC but I would like to find another solution like a component or VNC delphi implementation.
Now looking for a free or opensource solution.
|
I want to embed a remote control feature to support users of my application. Currently, I'm using the VNC but I would like to find another solution like a component or VNC delphi implementation. Now looking for a free or opensource solution. |
||||
|
Nexus Portal is a good Delphi library for implementing remote support in your applications. It is based on the RTC SDK library for HTTP/HTTPS communication. |
|||||||
|
|
Some time ago, I made an UltraVnc dll (both server and client) and a Delphi wrapper for both dlls. I modified the original Ultra VNC sources to start/stop the server, add a new viewer, etc. Original post: https://plus.google.com/u/0/110131086673878874356/posts/gAmBogWarww https://plus.google.com/u/0/110131086673878874356/posts/dbMRPcUkKAe Direct link to source + binaries: http://asmprofiler.googlecode.com/svn/trunk/-Other-/UltraVncAsDll/ |
|||
|
|
|
Another option is Remote Assistant from Context Software: |
|||
|
|
|
I decided use Ultra VNC Repeater. http://www.uvnc.com/products/uvnc-repeater.html With it I can use only one port for all remote controls, and force the server (customer side) to request remote control (vncviewer). Also, the customer doesn't needs to open ports for input at his firewall. Works great and it's free. |
|||
|
|
delphi vncthe first hit is: sourceforge.net/projects/delphivnc Did you look at that? – David Heffernan Oct 23 '12 at 18:55