Take the address of the connected peer to node 1 from log line peer "4932309428148935717" connected and make an HTTP POST request to localhost:{PORT1}/pingpong/{ADDRESS} like:
Package pkg/p2p only contains generalized abstraction of p2p protocol. It does not impose stream encoding.
Package pkg/p2p/libp2p and is only allowed to depend on go-libp2p packages given that it is just one pkg/p2p implementation. No other implementation should depend on go-libp2p packages.
Package pkg/p2p/protobuf provides all the helpers needed to make easer for protocol implementations to use protocol buffers for encoding.