aboutsummaryrefslogtreecommitdiff
path: root/catbus.go (follow)
AgeCommit message (Collapse)Author
2020-06-30dedupe repeat messages by default for catbus.Subscribe()v0.0.6Ethel Morgan
this is configurable with ClientOptions.SubscribeEveryMessage.
2020-06-30run ConnectHandler and DisconnectHandler in goroutinesEthel Morgan
2020-06-28add a default client ID of binary_hostname_pidv0.0.5Ethel Morgan
2020-06-28run callback in a goroutinev0.0.4Ethel Morgan
2020-06-24make Client an interface, make Message a plain structv0.0.3Ethel Morgan
2020-06-24use string instead of []bytev0.0.2Ethel Morgan
subsequently, create a catbus.Message wrapper struct for mqtt.Message.
2020-06-23import catbus library from catbus-wakeonlanEthel Morgan