diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-01-26 11:36:44 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-01-26 11:36:44 +0100 |
| commit | d95fc5ca9e6a9c28894514b77e77b6b0eb58fbe9 (patch) | |
| tree | 7a4280e072382c09ac76b9da4e7b82f4170699db /content/posts/2017-08-11-simple-iot-application.md | |
| parent | c67c1800f22e66b7f11c904ff8fdee6947f91c07 (diff) | |
| download | mitjafelicijan.com-d95fc5ca9e6a9c28894514b77e77b6b0eb58fbe9.tar.gz | |
A bunch of theme changes and removal of Cactus comments
Diffstat (limited to 'content/posts/2017-08-11-simple-iot-application.md')
| -rwxr-xr-x | content/posts/2017-08-11-simple-iot-application.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/content/posts/2017-08-11-simple-iot-application.md b/content/posts/2017-08-11-simple-iot-application.md index 1107228..b34fe6b 100755 --- a/content/posts/2017-08-11-simple-iot-application.md +++ b/content/posts/2017-08-11-simple-iot-application.md | |||
| @@ -5,17 +5,6 @@ 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 | |||
| 19 | ## Initial thoughts | 8 | ## Initial thoughts |
| 20 | 9 | ||
| 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. | 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. |
