diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-01-08 16:08:02 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-01-08 16:08:02 +0100 |
| commit | 5845a5be3c0cc86d6fca3c44e26f9cbf77931a05 (patch) | |
| tree | 658a7bc8e91554f10c154573b56a2c440ca16b09 /_posts/2017-08-11-simple-iot-application.md | |
| parent | 1d321a51fdadf4c409d7e7d00096c51754bd0113 (diff) | |
| download | mitjafelicijan.com-5845a5be3c0cc86d6fca3c44e26f9cbf77931a05.tar.gz | |
Added author and update on editor
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) |
