Skip to content

Commit

Permalink
add changes to README file
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeaulie committed Jan 8, 2016
1 parent 74bd57c commit d398166
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Hemika

# Pull request sbeaulie
Modified the code to enable a connection to the AWS IoT MQTT broker
-Update dependency to <eclipse.paho.mqtt.version>1.0.2</eclipse.paho.mqtt.version>
-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 <eclipse.paho.mqtt.version>1.0.2</eclipse.paho.mqtt.version>
* 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

0 comments on commit d398166

Please # to comment.