From 284a60cf65523b3a868a58cf2edc97d190a95608 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 27 Apr 2018 00:39:19 +0200 Subject: wip --- assignments/mqtt/mqtt.md | 5 +---- assignments/mqtt/mqtt.pdf | Bin 105234 -> 104784 bytes 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'assignments/mqtt') diff --git a/assignments/mqtt/mqtt.md b/assignments/mqtt/mqtt.md index e89e88c..f52eed3 100644 --- a/assignments/mqtt/mqtt.md +++ b/assignments/mqtt/mqtt.md @@ -11,9 +11,6 @@ Get aquainted with MQTT. 1. Connect to MQTT broker 1. Publish temperature -1. Implement last will to indicate online status -1. Implement subscription to reconfigure device - 1. Change temperature report interval ## Tips @@ -32,7 +29,7 @@ char *cStr = myString.c_str(); ## Bonus -**1:** Print the heap at regular intervals. +**1:** Print the heap free size at regular intervals. **2:** Implement min, max and average temperature over configured interval. diff --git a/assignments/mqtt/mqtt.pdf b/assignments/mqtt/mqtt.pdf index 4c578f9..35ecd0b 100644 Binary files a/assignments/mqtt/mqtt.pdf and b/assignments/mqtt/mqtt.pdf differ -- cgit v1.2.3