Send and monitor MQTT messages with powershell
· One min read
I've put together a new powershell module which allows you to send and receive MQTT messages with the ease of powershell. The script utilizes the library of M2MQTT.
Install-Module PSMQTT -Scope CurrentUser