Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 857 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 857 Bytes

Temperature Sensor Simulation

This example demonstrate a sensor data emitting real-time temperature. User can provide a config to chose a scale (Fahrenheit, Celsius, Kelvin)

please follow instruction @ https://docs.docker.com/get-docker/

To build docker container use follownig commands:

cd sensor

sudo docker build . -t sensor `

#To run the container:

sudo docker run -p 80:80 sensor:latest

Open a browser and type http://127.0.0.1:80

For windows versions before windows 10

Run without docker

  1. Install Python (3.8.5) from https://www.python.org/downloads/
  2. Install Flask using steps listed here. See section for Windows.

Install Virtualbox and create a ubuntu virtual machine using

https://www.krizna.com/windows-7/install-ubuntu-windows-7-virtualbox/