Skip to content

DenisD3D/USN-IOT-LAB2

Repository files navigation

Internet of Things and Cybersecurity

Lab 2 - Internet of Things and Raspberry - University of South Eastern Norway

Raspberry

To run this project, make sure to make the following connections: Project Sketch.png Rename the file .env.example to .env and fill in the required service identifiers. Also make sur to install the required dependencies:

cp .env.example .env # Copy the example config file
pip3 install -r requirements.txt  # Install dependencies

Then execute the python script on the Raspberry Pi

python3 main.py

Data analysis

To run the data analysis, make sure to have the following dependencies installed and the .env file filled out.

cp .env.example .env # Copy the example config file
pip3 install -r requirements.txt  # Install dependencies

Then execute one of the python script on your computer For real time data analysis:

python3 data_analysis_mqtt.py

For database data analysis:

python3 data_analysis_mongodb.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages