go-waku/examples/basic2
harsh jain 73bcb2e78a
feat: add dns discovery in lib (#884)
2023-11-13 19:17:43 +07:00
..
build basic2 example 2021-04-04 15:33:21 -04:00
Makefile basic2 example 2021-04-04 15:33:21 -04:00
README.md basic2 example 2021-04-04 15:33:21 -04:00
go.mod feat: add dns discovery in lib (#884) 2023-11-13 19:17:43 +07:00
go.sum feat: add dns discovery in lib (#884) 2023-11-13 19:17:43 +07:00
main.go fix: content topic validation as per rfc 51 (#874) 2023-11-08 18:24:24 +05:30

README.md

Using the basic2 application

Background

The basic2 application is a basic example app that demonstrates how to subscribe to and publish messages

Preparation

make

Basic application usage

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

./build/basic2

The app will send a "Hello world!" through the wakurelay protocol every 2 seconds and display it on the terminal as soon as it receives the message