Web application used to view data from a LoraWAN network
- Well tested
- Temperature monitoring
- Air quality monitoring
- TheThingsNetwork.org
- loraserver.io
- LoRaWAN Server by gotthardp
- Doesn't do anything at this time
Install Python 3.6, and then run:
pip install -r requirements.txtUse this link: Create a new issue
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.
We use the Django Web Framework, our test are written to run with PyTest and we use Selenium to do our fonctional testing.