ANS Reseach MS20920272
A NodeJS application which simulates a temperature sensor. It can be refractored to work with Raspberry PI module with package Node Gyp. Follow the steps below for start the simulator.
npm install
node index.js
A Python application to provide functionalities of a IoT hub. The configurations are in config directory. The program is only supporting Python3. Use pip3 version to install the dependancies needed. Try install the extract packages included in the requirement.txt folder. Follow the steps below for start the simulator.
pip3 install requirements.txt
python3 main.py