research/hello_gossipsub
Oskar Thoren 149c7133a0
Log peerinfo and listening on
2020-04-27 12:43:41 +08:00
..
src Fix syntax highlight 2020-04-21 13:44:09 +08:00
vendor Use vendor and submodules 2020-04-20 13:47:15 +08:00
waku Log peerinfo and listening on 2020-04-27 12:43:41 +08:00
Makefile Use waku dir; adjust Makefile 2020-04-22 10:38:52 +08:00
README.md Import waku 2020-04-21 13:29:56 +08:00
hello_gossipsub.nimble Makefile and import start network 2020-04-21 12:38:52 +08:00

README.md

Hello GossipSub

Playing around with GossipSub in Nim to check feasibility of moving over Waku to libp2p.

Let's start small:

  • Node that broadcast message
  • Node that receives it

Running

nim c -r src/hello_gossipsub.nim

Alt, Waku (imported):

make start_network quicksim
# ./build/start_network --topology:FullMesh --amount:6 --test-node-peers:2
./build/start_network
./build/quicksim

What I want to do

Use Waku stuff from Nimbus here, Get quicksim working Then try to do similar with libp2p gossipsub

waku folder is Waku imported from Nimbus, not using right now (need to fix Nimbus links etc).