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.
0 votes
426 views
in Vehicle tracking by anonymous
Hi, I would like to know if there is any official nodejs package supporting receiving and parsing AVLs, if not, are there any plans to release it?

There are some packages now that do it partially, and I combine them to get something meaningful.

3 Answers

0 votes
by anonymous

Hi

We use this opensource parser : https://www.npmjs.com/package/teltonika-parser

Not official but it's work fine except for element with ids beyond 256

If you have any better, I am interested to know

Regards

0 votes
by anonymous
by anonymous
Have you tried to receive/parse ASCII data? For example VIN?
0 votes
by anonymous
Hi, I found both and I use a combination of those, and it is inconvenient, that's why this topic was created.

Thanks!