index
:
go-catbus
latest
Go client library for Catbus
Ethel Morgan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2020-12-12
update Paho from v1.2.0 to v1.3.0
HEAD
v0.0.7
latest
Ethel Morgan
2020-06-30
dedupe repeat messages by default for catbus.Subscribe()
v0.0.6
Ethel Morgan
this is configurable with ClientOptions.SubscribeEveryMessage.
2020-06-30
run ConnectHandler and DisconnectHandler in goroutines
Ethel Morgan
2020-06-30
update go modules
Ethel Morgan
2020-06-28
add a default client ID of binary_hostname_pid
v0.0.5
Ethel Morgan
2020-06-28
run callback in a goroutine
v0.0.4
Ethel Morgan
2020-06-24
make Client an interface, make Message a plain struct
v0.0.3
Ethel Morgan
2020-06-24
use string instead of []byte
v0.0.2
Ethel Morgan
subsequently, create a catbus.Message wrapper struct for mqtt.Message.
2020-06-23
add a basic README
v0.0.1
Ethel Morgan
2020-06-23
correct .reuse/dep5 description
Ethel Morgan
2020-06-23
import catbus library from catbus-wakeonlan
Ethel Morgan
2020-06-23
set up pre-commit and reuse-tool
Ethel Morgan
2020-06-23
add MIT LICENSE
ethulhu
2020-06-23
initial commit
Ethel Morgan