Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui adjustment #11

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<a name="readme-top"></a>

<p align="center">
<img src="./images/logo_Logo.png" width="400"/>
<img src="./images/logo_Logo.png" width="600"/>
</p>

<!-- TABLE OF CONTENTS -->
## Demo
<div align="center">
<a href="https://www.youtube.com/watch?v=Y-Kq7G6Sz5Q"><img src="https://img.youtube.com/vi/Y-Kq7G6Sz5Q/0.jpg" alt="Demo"></a>
</div>

## 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

Expand Down Expand Up @@ -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

                                                                                   <p align="right">(<a href="#readme-top">back to top</a>)</p>

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## Network Layer

Expand Down Expand Up @@ -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/)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand All @@ -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.

                                                                                   <p align="right">(<a href="#readme-top">back to top</a>)</p>

<p align="right">(<a href="#readme-top">back to top</a>)</p>
2 changes: 1 addition & 1 deletion docs/SENSOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down