Use assets2036go to communicate with other assets following the assets2036 standard used on Arena2036.
assets2036 is based on very lean MQTT and JSON conventions - you can even participate using only standard MQTT and JSON libs. This is a convenience library, simplifying participation with any go software.
Simply add the line
require github.com/boschresearch/assets2036go v0.3.2
to your go.mod file.
Enter
go mod download
to get the lib sources.
See ./example/example_1.go for details of usage.
- Eclipse Paho MQTT Go client 1.2.0 Eclipse Public License - v 1.0
- UUID package for Go language 1.2.0 MIT
assets2036go is open-sourced under the Apache-2.0 license. See the LICENSE file for details. For a list of other open source components assets2036go depends on, see Dependencies.
Thanks to Daniel Ewert for the inspiration, conceptual work and preliminary python library.