From c0f3c4af730a96582667c63e60ea402cf7545459 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 28 Aug 2022 07:32:39 +0200 Subject: Adde TOC to a bunch of posts --- content/posts/2017-08-11-simple-iot-application.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'content/posts/2017-08-11-simple-iot-application.md') 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 draft: false --- +**Table of contents** + +1. [Initial thoughts](#initial-thoughts) +2. [Simple Python API](#simple-python-api) + 1. [Basic web application](#basic-web-application) + 2. [Web application security](#web-application-security) + 3. [Simple API for writing data-points](#simple-api-for-writing-data-points) +3. [Sending data to API with Arduino MKR1000](#sending-data-to-api-with-arduino-mkr1000) +4. [Data visualization](#data-visualization) +5. [Conclusion](#conclusion) + ## Initial thoughts 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. -- cgit v1.2.3