FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
682 views 0 comments
by anonymous
Hello,

We want to develop a custom HTTP server to receive GPS data from RUT955. Can you help us with? Is there any tutorial, description, etc.?

We need a description of the format of data we will receive. Can you send any explanation?

How can we know from which device we received GPS data? Is there any unique ID that we receive together with GPS data? Where can we read it?

Thank you in advace.

Best,

Dusko

2 Answers

0 votes
by anonymous
Hello,

you can setup a MQTT Broker anywhere.

Then send the Position from your devices over MQTT to this Broker.

Follow this tutorial to send the position from the RTU955 over MQTT: https://community.teltonika-networks.com/31998/publish-gps-data-to-mqtt-with-rutx11
If you setup different Topics for you devices, its easy to separate it.
Like: GPS_RUT955_1
And setup the URL of your Broker.

The most MQTT Broker are able to send data also over websockets.
You need websockets if you want to access the MQTT trafic on a webiste.
There are also javascript based MQTT client for you website to access easy the MQTT messages from your router.

Best regards,
David
0 votes
by anonymous
Hi,

You can find the information you need in the Wiki - https://wiki.teltonika-networks.com/view/RUT955_GPS_Protocols

To identify the device, its IMEI is used. You can read about this in that article.

Additional description of the protocols can be found here https://wiki.teltonika-networks.com/view/VCode

Best regards.