Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.24 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.24 KB

IoT (Internet of Things) input sensor simulator

Description

This application is part of a Proof of Concept that involves 3 components:

How to run it

There are two alternatives

  • Hard one: you'll have to pull every image and run the containers
  • Easy one: use fig.sh [1] with a provided configuration file which will download the images, configure access between containers and run them

Easy one

Install FIG following instructions in www.fig.sh

git clone https://github.com/mgarciap/iot-sensor-simulator.git
cd iot-sensor-simulator
fig up

Open your browser and go to :9393 and enjoy a cold beer.

You can also check out Node red: :1880

[1] Still didn't migrated to Docker Compese, sorry. It is almost the same