1.0.1 • Published 8 years ago

@elyez/meitrack v1.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
8 years ago

Elyez - Meitrack

build status

Data parsers for Meitrack / Meiligao devices

Example

'app.js'

const Elyez = require('@elyez/gateway');
const Meitrack = require('@elyez/meitrack');

const app = Elyez();
app
  .set('parser', Meitrack.MVT800)
  .listen(PORT);

Packages

  • MVT800 / MVT600 (Protocol 1.8 2016-08-09)

TODO

  • More tests & code coverage
  • More device types

License

The MIT License (MIT)

1.0.1

8 years ago

1.0.0

8 years ago