Skip to content

i-DAT/lorawan-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoRaWAN Sensor Visualiser

A demo application to receive sensor data from LoRaWAN devices from an MQTT broker and visualise it on a realtime interactive map.

Usage

Install the dependencies:

pip install -r requirements.txt

Create a secrets.json file with the following structure:

{
    "connections": [
        {
            "username": "...",
            "password": "...",
            "url": "...",
            "port": 1234,
            "topics": {
                "topic-name-1": "...",
                ...
            }
        },
        ...
    ]
}

Create an empty data file:

echo {} > data.json

Run the app:

python3 main.py

Then visit http://127.0.0.1:8050/ in a web browser.

About

LoRaWAN sensor data visualiser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages