Skip to content

Conversation

asmit27rai
Copy link

@asmit27rai asmit27rai commented Sep 30, 2025

How To Test:

cd tests/interop/go_libp2p/go_node
go build -o interop_node .
// On Terminal 1
./interop_node -listen "/ip4/127.0.0.1/tcp/9001"
// On Terminal 2
cd py-libp2p
python -m tests.interop.go_libp2p.py_node --connect "/ip4/127.0.0.1/tcp/9001/p2p/{PEER_ID_FROM_TERMINAL_1}" --topic test --count 3 --message "Hello from Python!"

Fixes: #947

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gossipsub Interoperability: py-libp2p ↔ go-libp2p

2 participants