This is a Python package intended to simulate a swarm of IoT device communications via MQTT, enabling stress testing of cloud infrastructure with loads close to production level. Read the docs
To use the live cosmos data tool you must create a config file in the format:
dsn='<dsn>'
user='<username>'
pass='<password>'
The module script can then be triggered by running the module with an argument:
python -m iotswarm.livecosmos <config_src>