diff options
Diffstat (limited to '_posts/2017-08-11-simple-iot-application.md')
| -rw-r--r-- | _posts/2017-08-11-simple-iot-application.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/_posts/2017-08-11-simple-iot-application.md b/_posts/2017-08-11-simple-iot-application.md index 4c506f3..cd0179e 100644 --- a/_posts/2017-08-11-simple-iot-application.md +++ b/_posts/2017-08-11-simple-iot-application.md | |||
| @@ -1,16 +1,18 @@ | |||
| 1 | --- | 1 | --- |
| 2 | |||
| 2 | layout: post | 3 | layout: post |
| 3 | title: Simple IOT application supported by real-time monitoring and data history | 4 | title: Simple IOT application supported by real-time monitoring and data history |
| 4 | description: Develop simple IOT application with Arduino MKR1000 and Python | 5 | description: Develop simple IOT application with Arduino MKR1000 and Python |
| 6 | |||
| 5 | --- | 7 | --- |
| 6 | 8 | ||
| 7 | **Table of contents** | 9 | **Table of contents** |
| 8 | 10 | ||
| 9 | 1. [Initial thoughts](#initial-thoughts) | 11 | 1. [Initial thoughts](#initial-thoughts) |
| 10 | 2. [Simple Python API](#simple-python-api) | 12 | 2. [Simple Python API](#simple-python-api) |
| 11 | 1. [Basic web application](#basic-web-application) | 13 | 1. [Basic web application](#basic-web-application) |
| 12 | 2. [Web application security](#web-application-security) | 14 | 2. [Web application security](#web-application-security) |
| 13 | 3. [Simple API for writing data-points](#simple-api-for-writing-data-points) | 15 | 3. [Simple API for writing data-points](#simple-api-for-writing-data-points) |
| 14 | 3. [Sending data to API with Arduino MKR1000](#sending-data-to-api-with-arduino-mkr1000) | 16 | 3. [Sending data to API with Arduino MKR1000](#sending-data-to-api-with-arduino-mkr1000) |
| 15 | 4. [Data visualization](#data-visualization) | 17 | 4. [Data visualization](#data-visualization) |
| 16 | 5. [Conclusion](#conclusion) | 18 | 5. [Conclusion](#conclusion) |
