go-waku/examples/peer_events
Anthony Laibe 94e8b9cf86 test: build example in jenkins
Add command for generating coverage
2021-11-01 20:40:39 +01:00
..
build refactor: change filter function parameters to not use protobuffers 2021-10-10 18:53:25 -04:00
Makefile Add peer connectivity notifications 2021-06-29 16:35:01 +03:00
README.md Add peer connectivity notifications 2021-06-29 16:35:01 +03:00
go.mod chore: upgrade examples 2021-10-12 09:44:40 -04:00
go.sum chore: upgrade examples 2021-10-12 09:44:40 -04:00
main.go test: build example in jenkins 2021-11-01 20:40:39 +01:00

README.md

Using the peer_events application

Background

The peer_events application is a basic example app that demonstrates how peer event handling works in go-waku

Preparation

make

Basic application usage

To start the peer_events application run the following from the project directory

./build/peer_events

The app will run the following nodes sequentially:

  • relayNode1 and relayNode2
  • relayNode2 is stopped, and relayNode3 is started
  • relayNode3 is stopped, and storeNode is started