Socket
Socket
Sign inDemoInstall

mqtt-tools

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mqtt-tools

mqtt command line functions


Version published
Maintainers
1
Created
Source

node-mqtt-tools

simple command line interaction w. mqtt servers

use

mqtt_sub [mqtt_url] -t [topic] -p [show payload]
> mqtt_sub -t messages
subscribed to topic: messages
topic=messages message="foo"
topic=messages message="bar"
mqtt_pub [mqtt_url] -t [topic] -m [message]
> mqtt_pub -t messages -m foo
> mqtt_pub mqtt://localhost:1883 -t messages -m bar

FAQs

Package last updated on 01 Jul 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc