Binary parser for the GT06 protocol
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
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
$ npm test
- 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 😎
We use SemVer for versioning. For the versions available, see the tags on this repository.
- The Kito Inc - Initial work - TheKitoInc
See also the list of contributors who participated in this project.