aboutsummaryrefslogtreecommitdiff
path: root/toc.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-04-24 09:23:08 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-04-24 09:23:08 +0200
commitf64b81fed9702c41af4cec14d91f38ce5ad3384e (patch)
tree63e91bbcd80c75f2239e7313284fcc9b1f42f22d /toc.md
parent83f6af8f26bd51844d5e83640e81d9d80dc467d4 (diff)
downloadiot-workshop-f64b81fed9702c41af4cec14d91f38ce5ad3384e.tar.gz
iot-workshop-f64b81fed9702c41af4cec14d91f38ce5ad3384e.tar.bz2
iot-workshop-f64b81fed9702c41af4cec14d91f38ce5ad3384e.tar.xz
iot-workshop-f64b81fed9702c41af4cec14d91f38ce5ad3384e.zip
o Moving everything under slides.
Diffstat (limited to 'toc.md')
-rw-r--r--toc.md40
1 files changed, 0 insertions, 40 deletions
diff --git a/toc.md b/toc.md
deleted file mode 100644
index 9a22105..0000000
--- a/toc.md
+++ /dev/null
@@ -1,40 +0,0 @@
-* What is IoT
- * What is IoT
- * IoT is just a concept
- * What is an IoT Device?
- * What is an IoT Device?
- * Typical IoT chips - Bluetooth 4/5
- * Typical IoT chips - Wi-Fi
- * ESP8266 details - Power usage
- * ESP8266 details - Arduino
-* Going back to basics
- * What is the internet again?
- * OSI model
- * Layer 1: Physical Layer
- * Layer 2: Data Link Layer
- * Layer 3: Network Layer
- * Layer 4: Transport Layer
- * Layer 5: Session Layer
- * Layer 6: Presentation Layer
- * Layer 7: Application Layer
- * Details: IP
- * Details: IP
-* Lecture: ESP8266
- * ESP8266 software layers
-* Lecture: MQTT
- * MQTT
- * MQTT - The protocol
- * MQTT - The protocol - MQTT Topic
- * MQTT - The protocol - MQTT Topic
- * MQTT - The protocol - MQTT Packet
- * MQTT - The protocol - MQTT Topic - more
- * MQTT - The protocol - Retained message
- * MQTT - The protocol - Will message
- * MQTT - Patterns
- * MQTT - Implementations
- * MQTT Cloud Connectors
-* Assignments
- * Assignment 1: Blink a led
- * Assignment 2: Connect to Wi-Fi
- * Assignment 3: Connect to MQTT broker
- * Assignment 4: Network play time