modulepackage
0.0.0-20220821195016-ba1461fe14d5
Repository: https://github.com/cjenp/goqtt.git
Documentation: pkg.go.dev
# README
Goqtt
Goqtt is a simple wrapper for the https://github.com/eclipse/paho.mqtt.golang MQTT Client library. It can run in two different modes:
- Interactive client
Example:go run main.go iclient
- Load testing
Example:go run main.go ltester --path devices.json --messageDely 10 --runFor 60