Command Line Tools - fhnw-imvs/fhnw-idb GitHub Wiki

curl

Install cURL

Usage

Resources

mqtt

Install MQTT.js CLI

Usage

  • Publish
    $ mqtt pub -t 'mytopic' -h 'test.mosquitto.org' -m 'Hello, world!'
  • Subscribe
    $ mqtt sub -t 'mytopic' -h 'test.mosquitto.org'
⚠️ **GitHub.com Fallback** ⚠️