git clone https://github.com/thanospan/upatras-ece-iot.git
cd upatras-ece-iot
git checkout fall-2022
docker compose up
Node-RED: http://localhost:1880
Orion Context Broker: http://localhost:1026/v2
MongoDB: localhost:27017
Mosquitto MQTT Broker: localhost:1883
- Visit http://localhost:1880
- Press
alt+shift+p
, switch to theInstall
tab and install thenode-red-contrib-web-worldmap
module. - Copy the Node-RED flows provided in the
node-red
directory. - Press
ctrl+i
and paste the JSON in order to import the flows.