topics

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2019 License: Apache-2.0 Imports: 2 Imported by: 6

Documentation

Overview

Package topics deals with MQTT topic names, topic filters and subscriptions.

  • "Topic name" is a / separated string that could contain #, * and $
  • / in topic name separates the string into "topic levels"
  • # is a multi-level wildcard, and it must be the last character in the topic name. It represents the parent and all children levels.
  • + is a single level wildcard. It must be the only character in the topic level. It represents all names in the current level.
  • $ is a special character that says the topic is a system level topic

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

New topic provider

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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