Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 632 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 632 Bytes

SilverHairSaver

The goal of this project is monitoring and get information about life status of old people

How to use?

You have a pipfile with all the dependencies needed to run the project but you may need a device to send data to the 'topic' in the HiveMQ server. To get the things ready to run the code:
  • Run "python -m pip install pipenv"
  • Run "pipenv shell"
  • Run "pipenv install --dev"
  • Run "python manage.py runserver"

How to send data?

You can use a python script with paho-mqtt just for testing purpose and debugging. I'll add the arduino file soon