Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
/ coverage-mapper Public archive

Data importing from LoRaWAN-based gps logger to gist geojson

License

Notifications You must be signed in to change notification settings

decentlab/coverage-mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coverage mapper

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

Installation

$ pip install git+https://github.com/decentlab/coverage-mapper

Running

There are two operating modes:

  1. Import from json file:
$ cmgist --gist-token YOUR_TOKEN --gist-user YOUR_USER --neui NEUI import datapoints.json
  1. 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

References

About

Data importing from LoRaWAN-based gps logger to gist geojson

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages