From ebdfda025514990d4bad2de66cad0d470b3484f3 Mon Sep 17 00:00:00 2001 From: quentin Date: Fri, 19 Sep 2025 20:04:19 +0200 Subject: [PATCH] updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a91d62a..47fe8a1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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](https://git.roussel.pro/telecom-paris/GIN206/src/branch/main/report.pdf). + 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