Go implementation of Waku v2 protocol
Go to file
Richard Ramos 783ad01d92
Use a ticker for getting next message
2021-03-15 19:59:18 -04:00
tests Initial commit 2021-03-11 16:27:12 -04:00
waku/v2 Use a ticker for getting next message 2021-03-15 19:59:18 -04:00
.gitignore Initial commit 2021-03-11 16:13:36 -04:00
CHANGELOG.md Initial commit 2021-03-11 16:27:12 -04:00
LICENSE-APACHEv2 Initial commit 2021-03-11 16:27:12 -04:00
LICENSE-MIT Initial commit 2021-03-11 16:27:12 -04:00
go.mod Handle unsubscriptions and encoding of messages 2021-03-15 17:17:36 -04:00
go.sum Handle unsubscriptions and encoding of messages 2021-03-15 17:17:36 -04:00
main.go Use a ticker for getting next message 2021-03-15 19:59:18 -04:00