package
1.5.0
Repository: https://github.com/wind-c/comqtt.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

New returns a new instance of MQTT server with no options.
NewServer returns a new instance of an MQTT broker with optional values where applicable.

# Constants

No description provided by the author
Single The running environment is single node or cluster mode.
No description provided by the author
No description provided by the author
Version indicates the current server version.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
ErrConnectNotAuthorized indicates that the connection packet had incorrect authentication parameters.
ErrInvalidTopic indicates that the specified topic was not valid.
ErrListenerIDExists indicates that a listener with the same id already exists.
ErrReadConnectInvalid indicates that the connection packet was invalid.
ErrRejectPacket indicates that a packet should be dropped instead of processed.
No description provided by the author
No description provided by the author
SysTopicInterval is the number of milliseconds between $SYS topic publishes.

# Structs

Options contains configurable options for the server.
Server is an MQTT broker server.