diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 07:32:39 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-28 07:32:39 +0200 |
| commit | c0f3c4af730a96582667c63e60ea402cf7545459 (patch) | |
| tree | 1d03dafa1fd2b7762f7a7cc82c196fffe9bf83e9 /content/posts/2017-08-11-simple-iot-application.md | |
| parent | 59e214bfe2f805baf4ff14eae328d2927b4619e7 (diff) | |
| download | mitjafelicijan.com-c0f3c4af730a96582667c63e60ea402cf7545459.tar.gz | |
Adde TOC to a bunch of posts
Diffstat (limited to 'content/posts/2017-08-11-simple-iot-application.md')
| -rw-r--r-- | content/posts/2017-08-11-simple-iot-application.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/content/posts/2017-08-11-simple-iot-application.md b/content/posts/2017-08-11-simple-iot-application.md index b34fe6b..1107228 100644 --- a/content/posts/2017-08-11-simple-iot-application.md +++ b/content/posts/2017-08-11-simple-iot-application.md | |||
| @@ -5,6 +5,17 @@ date: 2017-08-11 | |||
| 5 | draft: false | 5 | draft: false |
| 6 | --- | 6 | --- |
| 7 | 7 | ||
| 8 | **Table of contents** | ||
| 9 | |||
| 10 | 1. [Initial thoughts](#initial-thoughts) | ||
| 11 | 2. [Simple Python API](#simple-python-api) | ||
| 12 | 1. [Basic web application](#basic-web-application) | ||
| 13 | 2. [Web application security](#web-application-security) | ||
| 14 | 3. [Simple API for writing data-points](#simple-api-for-writing-data-points) | ||
| 15 | 3. [Sending data to API with Arduino MKR1000](#sending-data-to-api-with-arduino-mkr1000) | ||
| 16 | 4. [Data visualization](#data-visualization) | ||
| 17 | 5. [Conclusion](#conclusion) | ||
| 18 | |||
| 8 | ## Initial thoughts | 19 | ## Initial thoughts |
| 9 | 20 | ||
| 10 | I have been developing these kind of application for the better part of my last 5 years and people keep asking me how to approach developing such application and I will give a try explaining it here. | 21 | I have been developing these kind of application for the better part of my last 5 years and people keep asking me how to approach developing such application and I will give a try explaining it here. |
