teltonika-data-receiver
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

Teltonika RUT955 data receiver

This is a (simple) data receiver for a Teltonika RUT955 (and probably more of them if they use the same data format). It supports a TCP server right now and it'll decode the AVL packets for you. It'll decode all of the specific elements of the packet except for parsing the values of the IO elements (as of right now), instead it'll give you a Buffer with the raw data in it. It is released and licensed under the Apache License 2.0.

Getting started

To get started I recommend looking at the examples which includes using the tiny event based server I made or making your own using the parsers.

  1. Fork this repo
  2. Decide what kind of server you want
  3. Play with it on your own machine
  4. Host it somewhere (it should be able to run on an instance or serverless)

Have a question?

Shoot me a question on my twitter @eXeDK.

Using the server

Two ways to do it as I see it.

  1. Host it on a normal server
  2. Put it in some cluster of your choice
  3. Go serverless!

Inspiration

A lot of this code is written just using the RUT955 protocols page on Teltonika's wiki.

I've found some related projects around the internet. I'll try to list them here for your enjoyment:

All of them are good in their own way. I might have gotten some ideas from some of them.

Readme

Keywords

none

Package Sidebar

Install

npm i teltonika-data-receiver

Weekly Downloads

2

Version

1.3.0

License

Apache-2.0

Unpacked Size

66.8 kB

Total Files

32

Last publish

Collaborators

  • exedk