Skip to content

ThomasPappas00/upatras-ece-iot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UPatras-ECE-IoT

Requirements

Optional:

Usage

git clone https://github.com/thanospan/upatras-ece-iot.git
cd upatras-ece-iot
git checkout fall-2021
docker compose --env-file ./config/env/.env up
Node-RED: http://localhost:1880
Orion Context Broker: http://localhost:1026/v2
MongoDB: localhost:27017
Mosquitto MQTT Broker: localhost:1883

When referenced from another Docker container in the same network, localhost has to be replaced with the container_name assigned in docker-compose.yml.

E.g., in order to connect to the Mosquitto MQTT Broker using Node-RED, localhost:1883 has to be replaced with mosquitto:1883.

About

Demos for the IoT Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%