SDK

Top  Previous  Next

 

The SDK library allows you to integrate your own website or web application with ThinRDP Server, so that you can have a fully functional remote desktop or remote application inside your application .

 

 

ThinRDP Server HTML5, Web-based RDP desktop remote control sdk architecture

 

 

Requirements for the SDK Library:

 

1. The website or application target has to be HTML5 compliant.

2. The integration has to be done at a programming level. This is why you will need someone who can modify the target website or application source.

 

You can use the SDK library with any ThinRDP authentication mode: None, Username/password or Access Profiles.

 

The integration of ThinRDP with your application will require the edition of an HTML page, adding a few tags and some JavaScript code.

From this point on, we consider you already have ThinRDP installed and configured. Otherwise, please go back to the Getting Started topic.

 

To learn how to use the SDK library read the next topics:

 

Deploying

Using the SDK

The Connect Method

Events

Keystrokes methods

SSL Certificate

Demos

 

Tip: You can also take a look at the sdk.html file available in the ThinRDP Server installation directory, under the 'webrdp' folder. After configuring the parameters for the connect method, located inside this html example file, you can try it out from the browser through the address https://server_IP:port/sdk.html.