This is a simulator to develop the setup client without the actual hardware.
pip install -r requirements.txt
You also need to run the SensorAPI - https://github.com/CodeforChemnitz/SensorAPI
If this runs on a different host you need to change the variable API_HOST
in api.py.
python api.py
Now you can connect to the simulator on http://localhost:5001.
It behaves like https://git.dinotools.org/poc/SensorNodeESP8266/about/
The WebConfig is a simple web frontend to configure the sensor node.
- npm
- grunt
Install grunt packages
npm install
Rebuild files for the web frontend.
grunt watch
Build the files for the web frontend.
grunt