Vishwa
unread,Feb 6, 2012, 9:42:41 AM2/6/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vmware-view-open-client
Is there any method by which we can add custom built protocol for
VmWare desktop [VM] connection like existing RDP & PCoIP.
If so what are the factors to be considered.
Scenario :
When Vmware view client ( open ) is used, it uses VmWare protocol for
desktop share.
Instead of RDP , PCoIP or .., i would like to add my own protocol for
desktop transfer.
After VmWare connection, direct connection to VM Desktop instance
using custom build protocol.
What are the modules needs to be updated.
Here is my way of implementing this.
1. When creating Gold or master image, i add my application as a
service running on some port say [ 8100 ].
2. Once VmWare view client connection broker is done,
3. For direct desktop connection, i would connect to my 8100 port to
get the desktop like RDP or PCoIP.
Please guide me through this,