protocol-gps-gt06
v1.0.8
Published
Binary parser for the GT06 protocol
Downloads
18
Maintainers
Readme
protocol-gps-gt06
Binary parser for the GT06 protocol
Prerequisites
This project requires NodeJS (version 18 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
$ npm -v && node -v
10.7.1
v20.14.0
Installation
BEFORE YOU INSTALL: please read the prerequisites
Start with cloning this repo on your local machine:
$ git clone https://github.com/TheKitoInc/protocol-gps-gt06.git
$ cd protocol-gps-gt06
To install and set up the library, run:
$ npm install -S protocol-gps-gt06
Running the tests
$ npm test
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Add your changes:
git add .
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :sunglasses:
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- The Kito Inc - Initial work - TheKitoInc
See also the list of contributors who participated in this project.