mosquitto_sub -d -t sensors/value
Client mosqsub/16156-pauls-air sending CONNECT
Client mosqsub/16156-pauls-air received CONNACK
Client mosqsub/16156-pauls-air sending SUBSCRIBE (Mid: 1, Topic: sensors/value, QoS: 0)
Client mosqsub/16156-pauls-air received SUBACK
Subscribed (mid: 1): 0
Client mosqsub/16156-pauls-air received PUBLISH (d0, q0, r0, m0, 'sensors/value', ... (4 bytes))
test
Client mosqsub/16156-pauls-air sending PINGREQ
Client mosqsub/16156-pauls-air received PINGRESP
=============
mosquitto_pub -d -t sensors/value -m "test"
Client mosqpub/16180-pauls-air sending CONNECT
Client mosqpub/16180-pauls-air received CONNACK
Client mosqpub/16180-pauls-air sending PUBLISH (d0, q0, r0, m1, 'sensors/value', ... (4 bytes))
Client mosqpub/16180-pauls-air sending DISCONNECT
==============
1398854480: mosquitto version 1.2.90 (build date 2013-11-07 13:52:25+0000) starting
1398854480: Using default config.
1398854480: Opening ipv4 listen socket on port 1883.
1398854480: Opening ipv6 listen socket on port 1883.
1398854490: New connection from ::1 on port 1883.
1398854490: New client connected from ::1 as mosqsub/16156-pauls-air (c1, k60).
1398854503: New connection from ::1 on port 1883.
1398854503: New client connected from ::1 as mosqpub/16180-pauls-air (c1, k60).
============