Skip to content

ttn-zh/ttn-coverage-tracker

Repository files navigation

TTN Coverage

This script parses node data from The Things Network API and creates GeoJSON files of the effective network coverage.

Installation

Make sure you have Python 3 installed, clone this repository and create a virtualenv to install dependencies:

$ virtualenv -p python3 .env
$ source .env/bin/activate
$ pip install -r requirements.txt

Usage

Run the import for your node:

$ python import.py <node_eui>

For now, this only understands a very specific format of encoding coordinates in the data_plain field, but this will be improved soon.

About

Parses API data to build GeoJSON files of network coverage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages