Dispositif permettant de comparer l'évolution du biofilm sur l'estran dans des conditions de réchauffement climatique à 2,5°C.
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
sudo systemctl enable nodered.service
npm install node-red-dashboard
InfluxDB component - https://flows.nodered.org/node/node-red-contrib-influxdb
npm install node-red-contrib-influxdb
sudo apt install -y mosquitto
sudo apt-get -y install python3-pip
sudo pip3 install paho-mqtt --break-system-packages
sudo cp ~/code/PiloteOTT/deploy/piloteOTT.service.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable piloteOTT.service.service
sudo systemctl start piloteOTT.service.service
