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
277 views 0 comments
by anonymous
Hi, we have many RUt850 in the company and we need to monitor GPS position  of vehicles to do so we need to get GSP latidute and longitude via MQTT as we do with other TELETONIKA routers how can we do?

We can see correctly positions on Teltonika webpage but we cannot get ith our server

2 Answers

0 votes
by anonymous

Hello,

RUT850 does not have MQTT functionality as other Teltonika Network devices. This is the reason why you cannot monitor information through MQTT.

Nonetheless, RUT850 have other means of transferring GPS information to your servers:

 - From "Services -> GPS -> AVL" menu you can enable AVL service, which would send AVL records to your server. In order to parse the data, you might need to make few changes on your server. Information about AVL protocol and how to decode it can be found here:

https://wiki.teltonika-networks.com/view/RUT850_GPS_Protocols

 - Another option is to send RAW NMEA data to your server via TCP or HTTP/HTTPS protocols, so that your server could GPS information itself. These options can be enabled from "Services -> GPS -> HTTPS" and "Services -> GPS -> NMEA" menus.

0 votes
by anonymous
I've written a simple tool for taking the raw NMEA data of my RUT850 and forwarding it to MQTT a while ago: https://github.com/bwachter/gps-proxy

I use it via a VPN connection, though I guess it might also be possible to compile it to a binary capable of running on the RUT850 itself.