Java API gives you access to Wialon Hosting functions from your Java application. It considerable decreases time of creation a web application because basic procedures have been already implemented.
- Gson: A Java library to convert JSON to Java objects and vice-versa(https://code.google.com/p/google-gson/)
- Apache HttpComponents (optional): The Apache HttpComponents™ project is responsible for creating and maintaining a toolset of low level Java components focused on HTTP and associated protocols(http://hc.apache.org/)
- OkHttp (optional): An HTTP & SPDY client for Android and Java applications (http://square.github.io/okhttp/)
First of all: look at the examples and read the source. We also provide Javadocs online. The Javadocs are also bundled as Jars with every Java Wialon SDK distribution.
Download the latest JAR
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.