From d39816696580ed8b3fcabff7408ee0c10b6fc249 Mon Sep 17 00:00:00 2001 From: Samuel Beaulieu Date: Fri, 8 Jan 2016 15:05:04 +0000 Subject: [PATCH] add changes to README file --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8b341d4..cd280d2 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ Hemika # Pull request sbeaulie Modified the code to enable a connection to the AWS IoT MQTT broker --Update dependency to 1.0.2 --Allow for blank username and password in publisher and subscriber --Added clean session checkbox in publisher gui instead of hard coded false +* Update dependency to 1.0.2 +* Allow for blank username and password in publisher and subscriber +* Added clean session checkbox in publisher gui instead of hard coded false Note: AWS IoT needs you to use qos=1, isRetained = false, Clean session = true, username and password blank You also need to load the certificates and keys in the JVM, scope is outside of this document other minor changes: --Fix a NPE with the Util UUID generator substring method --set the Sampler label name in the response sampler for nicer display in View Result Tree Listeners +* Fix a NPE with the Util UUID generator substring method +* set the Sampler label name in the response sampler for nicer display in View Result Tree Listeners