Hello. I need some support about your product. My partner in business set to me task to create some like module to our exists ticket system: create interface to connect to guacamole server with next creating remote desktop connection. Our system is writen on PHP with jQuery. As you unserstand, i have a lot of problems with it. But can do many. So, at end i have some technical questions. 1. How generate hash at end of "user link" (like "#/client/MwBjAG15c3Fs"), if i received from guacamole such data as: ip (name), protocol, identifier, parentIndetifier? I receive it from http://sever_name/guacamole/api/data/mysql/connectionGroups/ROOT/tree?token= <token>. 2. How to use this hash next? 3. Your web interface solution receive some data from http://sever_name/guacamole/websocket-tunnel?token= <token>&GUAC_DATA_SOURCE=mysql&GUAC_ID=5&GUAC_TYPE=c&GUAC_WIDTH=1920&GUAC_HEIGHT=904&GUAC_DPI=96&GUAC_AUDIO=audio%2Fogg&GUAC_AUDIO=audio%2Fmp4&GUAC_AUDIO=audio%2Fmpeg&GUAC_AUDIO=audio%2Fwebm&GUAC_AUDIO=audio%2Fwav&GUAC_VIDEO=video%2Fogg&GUAC_VIDEO=video%2Fmp4&GUAC_VIDEO=video%2Fwebm So, from where it get such params as: GUAC_WIDTH, GUAC_HEIGHT, GUAC_AUDIO, GUAC_VIDEO? 4. And the main question: how i can create view for remote desktop connection using PHP, native JS or jQuery and your clear Guacamole lib (without AngularJS and so on)? I have find such article in your manual: https://guacamole.incubator.apache.org/doc/gug/guacamole-common-js.html But here is no answer, how create connect by user params.
Please, help me with this problems or give links on exists solutions.
