How to customize DDS?
Last updated
Last updated
NodeRed Development Ui
InfluxDB NodeRed Development Ui
Grafana
Genrally speaking, there a re many points where you can start. The code is well commented and the structure of the repository is described on the github repository. You can find it here:
NodeRed - LowCode developer platform
Python code on the Raspberry Pi (code_nodered and code_local)
local = handling sensors (gps, anemometer, magnetometer...)
nodered = nodered support for data handling (connected via API)
Grafana - Visualisations
Raspberry Pi - Base
BoatTracker and Buoye Tracker both have the same software with a slightly different configuration
Code
./code/main.py - loop, trigger and timing handling
./code/datamanager.py - data handling (logging, streaming...)
./code/errrordebuglogger.py - error and debug handling
./code/logfiles/* - all error and debug files
./code/debugprint.py - debugging (print to console)
./code/config/config.py - configuration
./code/modules/* - the code for each attached module
Configuration of the modules
Raspberry Pi
Have fun and share it 🎉