Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for vCloud console access via WebMKS #218

Merged
merged 1 commit into from
Apr 3, 2018

Commits on Apr 3, 2018

  1. Add support for vCloud console access via WebMKS

    With this commit we provide code needed for VMware vCloud Director's (i.e.
    CloudManager) console access to work. The code is similar to that of InfraManger,
    but with some important differences:
    
    * WebMKS SDK requires additional information (vmx location)
    * WebMKS SDK must know it's vCloud's VM to use uint8utf8 protocol (instead binary)
    * websocket proxy must connect to differently formed URL (port is part of URL, while
      actual port is always 443)
    
    Signed-off-by: Miha Pleško <miha.plesko@xlab.si>
    miha-plesko committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    048cff6 View commit details
    Browse the repository at this point in the history