6. – API and Plug-In
6.1 – Reporting API (query server status, client side JavaScript API)
Include "gateway.js" in your web page: var gw = new Gateway("192.168.9.118"); gw.login("password...
6.2 – RDP library (client side JavaScript API)
Further links to the coresponding subpages: 6.2.1 – RDP parameters 6.2.2 – Passing parameter ...
6.2.1 – RDP parameters
Parameter ...
6.2.2 – Passing parameters via URL (Connection String)
URL components ❗️ Important Please use "on" and "off" for Boolean value if you are using URL to ...
6.2.3 – Passing parameter via object or cookie
Rdp2 class can be used to replace Rdp class. You can pass a object to Rdp2: varobj = {gateway: "1...
6.2.4 – Usage of RDP class
Properties: Name ...
6.2.5 – Extend RDP: Virtual Channel and Dynamic Virtual Channel
You can create multiple virtual channels and dynamic virtual channels on client side using JavaSc...
6.2.6 – Extend Gateway: Gateway Channel
You can create multiple gateway channels to create a communication layer between client browser a...
6.3 – Plug-ins (server side Java API)
Your plug-in must implement com.toremote.gateway.plugin.ManagerInterface. With the plugin, you ca...
6.4 – HTTP Request API (server side)
You can use HTTP request to create server, symlink dynamically if you don't want to write a plug-...