GPS Forwarding feature

Hello!

Currently I want to forward the GPS data collected by a series of pepwaves to an endpoint. I know that Pepwave offers in Incontrol the GPS forwarding feature and I wanted to know if it is possible to use this feature to make GET or POST petitions.
If it is not possible to do it this way using the GPS forwarding feature, is there an API available that would allow me to do this?. In old post I have read that there is not Api available, but I want to know if this is currently still like this.

Thank you for any help that can be offer.

You can connect to a MAX device locally to get GPS data then POST that to a central service using python on a local device.
You could get the MAX to stream GPS data to a central server and host code there that then retransmits using a POST to another service.
Or you could use theInControl2 API to pull GPS location data from monitored MAX devices.

1 Like