ayzeecheema
ayzeecheema

Reputation: 1

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?

Upvotes: 0

Views: 1745

Answers (2)

ayzeecheema
ayzeecheema

Reputation: 1

I have done this using core PHP and a package of https://github.com/lbarrous/TeltonikaPHPDecoder

Upvotes: 0

TonyCool
TonyCool

Reputation: 1004

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 (e.g. https://flespi.com/kb/how-to-get-data-in-your-platform-via-flespi-http-stream).

BTW, they also have great support chat.

Upvotes: 0

Related Questions