Skip to content

wialon

wialon is a library to connect to Wialon RemoteAPI. Relies on the official Wialon RemoteAPI documentation and the method handler to handle the requests.

How can I convert the svc to a method of the library?

Python allow us to convert a missing method to an svc of the Remote API, so, for example, if you want to call the svc core/search_items you can do it calling the missing method instance.core.search_items and passing the parameters as a dictionary.

Where can I get a Remote API Token?

You can use our token generator available here in this page.

Where can I get the library?

You can get the library from pypi.org.

Can I contribute to the library?

Of course! Feel free to contribute to the library on GitHub.

Where are the source code?

You can find the source code on GitHub.