MQTT Traffic
#First start the receiver
receiver.py --protocol mqtt --source <broker_address> --topic <topic>
#Start the generator
generator.py --time <time> --mean <messages_per_second> --interface <output_interface> --protocol mqtt --topic <topic> --target <broker_address>Last updated