Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perbu/mygg
Miminal MQTT library for Go
https://github.com/perbu/mygg
mqtt mqtt-client
Last synced: about 2 months ago
JSON representation
Miminal MQTT library for Go
- Host: GitHub
- URL: https://github.com/perbu/mygg
- Owner: perbu
- License: bsd-3-clause
- Created: 2023-08-05T11:16:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-06T10:01:59.000Z (over 1 year ago)
- Last Synced: 2024-06-19T23:08:36.953Z (7 months ago)
- Topics: mqtt, mqtt-client
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# mygg
Mygg is a MQTT library for Go. At the moment it's completely basic and not suited for actual use.
## Design goal:
- simplicity
- correctnessSince MQTT is stateful, the library is also stateful. The main difference from other
implementations is that there is no automatic reconnect. The library will not try to
reconnect if the connection is lost. It's up to the user to handle this.