You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/12 15:35:00 UTC

[jira] [Commented] (CLOUDSTACK-10025) To create a better VNC client for Cloudstack using noVNC

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-10025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16360892#comment-16360892 ] 

ASF GitHub Bot commented on CLOUDSTACK-10025:
---------------------------------------------

syed commented on issue #2204: [CLOUDSTACK-10025] Adding Support for NoVNC Console for KVM and XENSERVER
URL: https://github.com/apache/cloudstack/pull/2204#issuecomment-364958976
 
 
   @rhtyd Sorry for dropping the ball on this. We will be looking at working on this in the coming months.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> To create a better VNC client for Cloudstack using noVNC
> --------------------------------------------------------
>
>                 Key: CLOUDSTACK-10025
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10025
>             Project: CloudStack
>          Issue Type: New Feature
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: VNC Proxy
>    Affects Versions: 4.11.0.0
>            Reporter: Sachin
>            Priority: Minor
>              Labels: features
>
> I have implemented this feature as my GSoC'17 project. noVNC is written in javascript and uses websockets to connect to VNC server. We have modified the ConsoleProxy server to accept websocket request from noVNC client, which then forwards the request request to VNC server.
> Javascript cannot make plain tcp request, hence the websocket request have to be forwarded to the VNC server via a proxy server that basically converts websocket request from client to plain tcp request for VNC server.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)