2025-09-19 20:04:19 +02:00
2024-05-01 23:30:56 +02:00
2024-05-07 00:36:41 +02:00
2024-05-07 00:36:41 +02:00
2024-05-07 00:36:41 +02:00
2024-05-07 00:36:41 +02:00
2025-09-19 20:04:19 +02:00
2024-07-08 23:07:41 +02:00

gin206-iot

IOT Project for the GIN206 course of Télécom Paris

Description

This project is the final project of the GIN206 class. This study aims at studying different method of polling IOT sensors data at dynamically computed rates to save power. The full report can be found here.

The main.py file contains the code generating the graphs seen on the document submitted for the project. The implementation.py file contains the code that sends the data to the Thingsboard server.

How to setup the implementation

Install the requirements

pip install -r requirements.txt

Create a .env file in the root directory of the project with the following content:

SENSOR_API_URL= # URL of the sensor API
THINGSBOARD_URL = # URL of the Thingsboard server

Run the application

python implementation.py
Description
IOT Project for the GIN206 course of Télécom Paris
Readme 1.6 MiB
Languages
Python 100%