/iotdemo

Web application used to view data from a LoraWAN network

Primary LanguagePythonMIT LicenseMIT

iotdemo

Web application used to view data from a LoraWAN network

Build Status Code Coverage

Features / Planned Features

  • Well tested

Nodes / Measurements

  • Temperature monitoring
  • Air quality monitoring

LoraWAN backend

  • TheThingsNetwork.org
  • loraserver.io
  • LoRaWAN Server by gotthardp

Limitations

  • Doesn't do anything at this time

Installation

Install Python 3.6, and then run:

pip install -r requirements.txt

Contributing

Reporting issues

Use this link: Create a new issue

Developing new features / bug fix

For beginner

This application is developed using the Django web framework and the TDD (Test Driven Development) methodology. The best way to learn Python, Django and TDD is to learn this great book:

Test-Driven Development with Python.

For average programmer

We use the Django Web Framework, our test are written to run with PyTest and we use Selenium to do our fonctional testing.