-
Notifications
You must be signed in to change notification settings - Fork 18
Command Line Tools
Thomas Amberg edited this page Apr 13, 2019
·
27 revisions
-
https://github.com/mcollina/coap-cli/
$ sudo npm install coap-cli -g
- https://curl.haxx.se > Download
- Get
$ curl -v tmb.gr/hello.html
- Put
$ curl -vX PUT ...
- Post
$ curl -v --data '...' ...
-
https://github.com/mqttjs/MQTT.js
$ sudo npm install mqtt -g
- Subscribe
$ mqtt sub -t 'mytopic' -h 'test.mosquitto.org'
- Publish
$ mqtt pub -t 'mytopic' -h 'test.mosquitto.org' -m 'Hello, world!'