From 553ccc398c0285f2cbc575c2553de2c009a316b3 Mon Sep 17 00:00:00 2001 From: Dilafdo Date: Sat, 25 Nov 2023 01:48:31 +0200 Subject: [PATCH] ui adjustment --- README.md | 13 +++++++------ docs/SENSOR.md | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7d2b2ba..c21b1be 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@

- +

- ## Demo
Demo @@ -12,7 +11,7 @@ ## How to Run -- https://github.com/KRVPerera/sense/wiki/How-to-run-the-project +- [Wiki page](https://github.com/KRVPerera/sense/wiki/How-to-run-the-project) ## High Level Architecture @@ -56,7 +55,8 @@ More details about sensor layer is here : [docs/Sensor](./docs/SENSOR.md) - Parity bit is added as extra precaution to recognize corrupted data -                                                                                   

(back to top)

+                                                                                    +

(back to top)

## Network Layer @@ -109,7 +109,7 @@ The integration of InfluxDB and Grafana within the EC2 environment provides a ro ### References -[NoSQL Database | InfluxData](https://www.influxdata.com/glossary/nosql-database/) +[NoSQL Database - InfluxDB](https://www.influxdata.com/glossary/nosql-database/)

(back to top)

@@ -125,4 +125,5 @@ The integration of InfluxDB and Grafana within the EC2 environment provides a ro - Data is not encrypted. Even when you use DTLS still from application layer your server and node can decide on a encryption mechanism to secure the data further. -                                                                                   

(back to top)

+                                                                                    +

(back to top)

diff --git a/docs/SENSOR.md b/docs/SENSOR.md index 81a7f7d..80ebba3 100644 --- a/docs/SENSOR.md +++ b/docs/SENSOR.md @@ -39,7 +39,7 @@ In our project we used only the LPS331AP sensor to measure temperature values. ## IOT-LAB M3 board architecture -![IOT test bed m3 architecture | 500](../images/m3-archi.png) +![IOT test bed m3 architecture](../images/m3-archi.png) More details about IOT-LAB M3 board can be found here: [IoT-LAB M3 · FIT IoT-LAB](https://www.iot-lab.info/docs/boards/iot-lab-m3/)