1

how to consume the wialon api to bring information from a unit

Тема: how to consume the wialon api to bring information from a unit

I'm doing an application where it is required to bring the data of a unit for a client

2

how to consume the wialon api to bring information from a unit

Re: how to consume the wialon api to bring information from a unit

You need to get token, then login to get sid.

Then there is search_item, or update_data_flags with avl_evts.

First for single-time fetch, second for real-time monitoring.

3

how to consume the wialon api to bring information from a unit

Re: how to consume the wialon api to bring information from a unit

rual пишет:

You need to get token, then login to get sid.

Then there is search_item, or update_data_flags with avl_evts.

First for single-time fetch, second for real-time monitoring.

Helpfull answer