rpdswtk / mqtt_recorder

Simple cli tool for recording and replaying MQTT messages.
https://pypi.org/project/mqtt-recorder/
MIT License
22 stars 10 forks source link

Add new feature: client_id and tls_insecure_set #5

Closed Tester2009 closed 1 year ago

Tester2009 commented 1 year ago

I just added a feature where you can define client_id and tls_insecure_set in parameter. I also have updated the version in setup.py and the usage doc.