diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-25 12:47:34 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2018-09-25 12:47:34 +0200 |
| commit | 9dd768079fb41627e322217565f74b22095f8395 (patch) | |
| tree | 843448d5147cda8eb622bfc4f64652913ff514ad /_posts/2017-08-11-simple-iot-application.md | |
| parent | 67fb534297a27f897e067e8078aeb8f68c3c5589 (diff) | |
| download | mitjafelicijan.com-9dd768079fb41627e322217565f74b22095f8395.tar.gz | |
content update
Diffstat (limited to '_posts/2017-08-11-simple-iot-application.md')
| -rw-r--r-- | _posts/2017-08-11-simple-iot-application.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/_posts/2017-08-11-simple-iot-application.md b/_posts/2017-08-11-simple-iot-application.md index 68d6e70..4c506f3 100644 --- a/_posts/2017-08-11-simple-iot-application.md +++ b/_posts/2017-08-11-simple-iot-application.md | |||
| @@ -6,14 +6,14 @@ description: Develop simple IOT application with Arduino MKR1000 and Python | |||
| 6 | 6 | ||
| 7 | **Table of contents** | 7 | **Table of contents** |
| 8 | 8 | ||
| 9 | - [Initial thoughts](#initial-thoughts) | 9 | 1. [Initial thoughts](#initial-thoughts) |
| 10 | - [Simple Python API](#simple-python-api) | 10 | 2. [Simple Python API](#simple-python-api) |
| 11 | - [Basic web application](#basic-web-application) | 11 | 1. [Basic web application](#basic-web-application) |
| 12 | - [Web application security](#web-application-security) | 12 | 2. [Web application security](#web-application-security) |
| 13 | - [Simple API for writing data-points](#simple-api-for-writing-data-points) | 13 | 3. [Simple API for writing data-points](#simple-api-for-writing-data-points) |
| 14 | - [Sending data to API with Arduino MKR1000](#sending-data-to-api-with-arduino-mkr1000) | 14 | 3. [Sending data to API with Arduino MKR1000](#sending-data-to-api-with-arduino-mkr1000) |
| 15 | - [Data visualization](#data-visualization) | 15 | 4. [Data visualization](#data-visualization) |
| 16 | - [Conclusion](#conclusion) | 16 | 5. [Conclusion](#conclusion) |
| 17 | 17 | ||
| 18 | ## Initial thoughts | 18 | ## Initial thoughts |
| 19 | 19 | ||
