mqtthing

command module
v0.0.0-...-811c35a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

README

MQTThing

A command line tool to subscribe to The Things Network MQTT brokers.

Installation

A recent version of Go is required to build the program.

Compile the app with go build . and you will get a mqtthing binary in this folder.

Run go install to install the app in you Go bin folder or copy the binary to somewhere on your $PATH.

Usage

The app will recognize these flags:

  • -b Broker to connect to (defaults to 127.0.0.1:1883)
  • -u Username
  • -p Password (API key)
  • -t Topic (defaults to #)
  • -raw Prints the entire message

Without the -raw flag the app will parse the decoded payload and print it.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL