FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

4167 questions

4739 answers

3460 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.
+2 votes
2,490 views
in Vehicle tracking by
Good day,

I have FMB120 device and I want to tie it to my own server. This would store data to database and would be in PHP.

For this I need a library for communication with devices (e.g. receiving gps data).

Do you have any? I found uro/teltonika-fm-parser but it seems outdated and buggy.

Thanks

1 Answer

0 votes
by anonymous

Hello,

Thank you for your question,

The full data transfer description can be found in our wiki: 

https://wiki.teltonika.lt/view/Codec

The ID description of each parameter can be found here:

https://wiki.teltonika.lt/view/FMB_AVL_ID

There are no known issues with the FM - parser, please specify what version you are using and what kind of issues you are having.

Regards, Teltonika Support.

by
"name": "uro/teltonika-fm-parser",
            "version": "1.0.2",

and it does not support any data other than gps

Im getting errors like this:

First element count check is different than last element count check in vendor/uro/teltonika-fm-parser/src/TcpDecoder.php on line 48

is there anything else to use?