aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-12update Paho from v1.2.0 to v1.3.0HEADv0.0.7latestEthel Morgan
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-30update go modulesEthel 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-23add a basic READMEv0.0.1Ethel Morgan
2020-06-23correct .reuse/dep5 descriptionEthel Morgan
2020-06-23import catbus library from catbus-wakeonlanEthel Morgan
2020-06-23set up pre-commit and reuse-toolEthel Morgan
2020-06-23add MIT LICENSEethulhu
2020-06-23initial commitEthel Morgan