Device Adapter for Concox devices written in Node.js with Express.js framework.
- Receives & decodes the login packet using the concox protocol document
- Responds to the login packet using the concox protocol document
- Receives & decodes the heartbeat packet using the concox protocol document
- Responds to the heartbeat packet using the concox protocol document
- Receives & decodes the GPS location packet using the concox protocol document
- Responds to GPS location packet using the concox protocol document
- Saves GPS location packet in a file storage
Ensure you have node 12 or higher.
npm install
npm start
Please refer to the config/default.json
file for default values.
Visit the following URL after running the project to see the api endpoint docs.
http://127.0.0.1:3000/api-docs