Wialon SDK Demobrowser
Samples list
Sample
Source code

Welcome

Welcome to a portal designed for developers who work with JavaScript API for Wialon Hosting, a product by Gurtam.

About

With JavaScript API, you can access Wialon Hosting functions from your web application using JavaScript. It considerably decreases time to create a web application because basic procedures have been already implemented.

JavaScript API is based on JavaScript language and open source Ajax web application framework Qooxdoo. You can find JavaScript API documentation on docs.gurtam.com.

Useful links

Here on the portal, you will find a great number of samples showing how to use telematic features of Wialon Hosting. The catalog is constantly growing, so we hope developers will find answers to their questions here.

Various tools known in the area of web development have been used to produce those samples. Therefore you are supposed to be familiar with the following terms and sources:

  • HTML is the main markup language for displaying web pages and other information that can be displayed in a web browser.
  • XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.
  • JSON is a text-based open standard designed for human-readable data interchange.
  • AJAX is a group of interrelated web development techniques used on the client-side to create asynchronous web applications.
  • CSS is a style sheet language used for describing the presentation semantics (the look and formatting) of a document written in a markup language.
  • JavaScript is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions. It is a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles.

Frameworks:

  • jQuery is a cross-browser JavaScript library designed to simplify the client-side scripting of HTML.
  • Qooxdoo is an open source Ajax web application framework.

Demobrowser description

Demobrowser is divided into three sections:

  • Samples list.
    This section acts as a navigation bar and contains a list of available samples. Choose a sample you would like to study and click on it.
  • Sample.
    This section represents how the selected sample will look like. It gives not only some graphical interface but provides you with possibility to execute actions implemented in the sample.
  • Source code.
    In this section you can observe the source code of the selected sample.