An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.4% on proxy.golang.org
Top 7.0% dependent packages on proxy.golang.org
Top 5.0% forks on proxy.golang.org

proxy.golang.org : github.com/pascaldekloe/mqtt

Package mqtt provides a client for the Message Queuing Telemetry Transport protocol. http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html Publish and Disconnect do a fire-and-forget submission. ErrClosed, ErrDown, ErrCanceled or an IsDeny [Publish only] imply no request submission. Any other error implies that the request submission was interrupted by either a connection failure or a by PauseTimeout appliance. Ping, Subscribe and Unsubscribe await response from the broker. ErrClosed, ErrDown, ErrMax, ErrCanceled or an IsDeny [Subscribe and Unsubscribe only] imply no request submission. ErrBreak and ErrAbandoned leave with the broker response unknown. Subscribe responses may cause an SubscribeError. All other errors imply that the request submission was interrupted by either a connection failure or by a PauseTimeout appliance. PublishAtLeastOnce and PublishExactlyOnce enqueue requests to a Persistence. Errors [either ErrClosed, ErrMax, IsDeny, or a Save return] imply that the message was dropped. Once persisted, the client will execute the transfer with endless retries, and report to the respective exchange channel.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/pascaldekloe/mqtt
Keywords: mqtt , mqtt-client , mqtt-library
License: CC0-1.0
Latest release: 3 months ago
First release: over 4 years ago
Namespace: github.com/pascaldekloe
Dependent packages: 1
Stars: 28 on GitHub
Forks: 4 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 18 days ago

    Loading...
    Readme
    Loading...