aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2017-08-11-simple-iot-application.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2017-08-11-simple-iot-application.md')
-rw-r--r--content/posts/2017-08-11-simple-iot-application.md11
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
5draft: false 5draft: false
6--- 6---
7 7
8**Table of contents**
9
101. [Initial thoughts](#initial-thoughts)
112. [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)
153. [Sending data to API with Arduino MKR1000](#sending-data-to-api-with-arduino-mkr1000)
164. [Data visualization](#data-visualization)
175. [Conclusion](#conclusion)
18
8## Initial thoughts 19## Initial thoughts
9 20
10I 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. 21I 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.