This tool converts gps logger data (Adeunis-RF ARF8084 BA) received from LoRaWAN network (thingsnetwork.org) to geojson format, and pushes it to a github gist for visualizing the map.
- Development stage
- Supports python 2.7
$ pip install git+https://github.com/decentlab/coverage-mapper
There are two operating modes:
- Import from json file:
$ cmgist --gist-token YOUR_TOKEN --gist-user YOUR_USER --neui NEUI import datapoints.json
- Receive in realtime from thingsnetwork.org using MQTT client:
$ cmgist --gist-token YOUR_TOKEN --gist-user YOUR_USER --neui NEUI --gist-suffix test mqtt croft.thethings.girovito.nl
To stop the daemon, press Ctrl+C twice. For further information:
$ cmgist --help