https://github.com/perbu/mygg
Miminal MQTT library for Go
https://github.com/perbu/mygg
mqtt mqtt-client
Last synced: 3 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T10:01:59.000Z (almost 3 years ago)
- Last Synced: 2025-12-29T05:51:13.423Z (7 months ago)
- Topics: mqtt, mqtt-client
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- 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
- correctness
Since 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.