MQTT
MQTT SUBSCRIBE
# Server-side
hello
# Client-side
mqtt
mqtt
MQTT SUBSCRIBE 2k topic
mqtt://%HOSTIP:%MQTTPORT/%repeat[2048 x A]%/%TESTNUMBER
# 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/^(.* 00044d5154540402003c000c6375726c).*/$1/
client CONNECT 18 00044d5154540402003c000c6375726c
server CONNACK 2 20020000
client SUBSCRIBE 80a 000108054%repeat[2047 x 14]%12f3131393200
server SUBACK 3 9003000100
server PUBLISH 80d 308d1008054%repeat[2047 x 14]%12f3131393268656c6c6f0a
server DISCONNECT 0 e000