diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-04-27 00:39:19 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-04-27 00:39:19 +0200 |
commit | 284a60cf65523b3a868a58cf2edc97d190a95608 (patch) | |
tree | e51a5502faf49a5ab94f7249ca43a8bd340089a7 /assignments/mqtt3 | |
parent | 02e2780d233c2d73fcbd32a2a970d5a6f3696224 (diff) | |
download | iot-workshop-284a60cf65523b3a868a58cf2edc97d190a95608.tar.gz iot-workshop-284a60cf65523b3a868a58cf2edc97d190a95608.tar.bz2 iot-workshop-284a60cf65523b3a868a58cf2edc97d190a95608.tar.xz iot-workshop-284a60cf65523b3a868a58cf2edc97d190a95608.zip |
wip
Diffstat (limited to 'assignments/mqtt3')
-rw-r--r-- | assignments/mqtt3/mqtt3.md | 12 | ||||
-rw-r--r-- | assignments/mqtt3/mqtt3.pdf | bin | 0 -> 53509 bytes |
2 files changed, 12 insertions, 0 deletions
diff --git a/assignments/mqtt3/mqtt3.md b/assignments/mqtt3/mqtt3.md new file mode 100644 index 0000000..2994e9a --- /dev/null +++ b/assignments/mqtt3/mqtt3.md @@ -0,0 +1,12 @@ +# Assignment: MQTT + +## Goal + +Connect two devices with MQTT + +## Steps + +1. Publish an alert +1. Subscribe to alert topic, blink a led when you get a message +1. Implement subscription to reconfigure device + 1. Change temperature report interval diff --git a/assignments/mqtt3/mqtt3.pdf b/assignments/mqtt3/mqtt3.pdf Binary files differnew file mode 100644 index 0000000..e156bcf --- /dev/null +++ b/assignments/mqtt3/mqtt3.pdf |