The python script, which using as a MQTT producer for RabbitMQ broker.
2.6K
The python script, which using as a MQTT producer for RabbitMQ broker.
docker run -d -P --name producer qapps/mqtt_producer [options]
options:
1 - rabbitmq IP-address (default - 127.0.0.1)
2 - pause, between each message (in sec) (default - 1)
3 - elasticsearch index type (string) (default - "temperature")
4 - min random value (int) (default - 1)
5 - max random value (int) (default - 100)
6 - id car (string) (default - "car")
Content type
Image
Digest
sha256:6c05befe5…
Size
171.3 MB
Last updated
over 11 years ago
docker pull qapps/mqtt_producer