Skip to content

A Teltonika FMXY device tcp listener and data decoder in NodeJS

License

Notifications You must be signed in to change notification settings

zelti/teltonikaNodeDecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teltonikaNodeDecode

This is a teltonika FMXY device tcp server and data decoder

Install

Clone this project and run:

npm install

Update conf.json file to desired listen port

{
    "port":6850
}

Run

npm index.js

Send device commands

this command is sended throw redis, so you need to put a key with this format gps_{imei}

Example:

gps_867060032291151

the value has to follow a stric json format too

{
    "hasSended": false,
    "datetime": 1575663460077,
    "command": "00000000000000140C01050000000C7365746469676F7574203F310100007DB4"
}
  • hasSendsed is a Boolean always set it in false.
  • datetime is in unix time format but in microseconds.
  • command is a teltonika codec 12 in hexadecimal string.

About

A Teltonika FMXY device tcp listener and data decoder in NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published