简体   繁体   中英

How to get data from Teltonika FMB 640 GPS Tracking Device in Laravel? any clues?

I am starting a project and the first step is to receive data from the Teltonika FMB 640 GPS Tracking Device. How can I do this in Laravel? Like how to configure the ports and all and then decode the data and store it in database?

Check the flespi service ( https://flespi.com/ ). If you point your Teltonika FMB640 to a dedicated IP:port in your account, it will parse messages into standard JSON format. Then you can either consume it via API ( https://flespi.com/rest-api ) or set up a stream to push the data to your server (eg https://flespi.com/kb/how-to-get-data-in-your-platform-via-flespi-http-stream ).

BTW, they also have great support chat.

我使用核心 PHP 和https://github.com/lbarrous/TeltonikaPHPDecoder包完成了这项工作

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM