Add protocol identifer

This commit is contained in:
Oskar Thoren 2020-07-03 13:25:30 +08:00
parent bd0c88f7a6
commit 3a2f14a693
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 9 additions and 1 deletions

View File

@ -85,10 +85,16 @@ TODO
*NOTE: Should highlight use of libp2p, PubSub (with WakuSub<FloodSub initiailly), and optionally bridging with Waku v1.*
Waku v2 is using PubSub in Libp2p. See [PubSub interface for libp2p (r2, 2019-02-01, 958beeed6a90a3cf39db2bb089724d0d44d32296)](https://github.com/libp2p/specs/blob/master/pubsub/README.md) for more details on that.
Waku v2 is using PubSub in Libp2p. See [PubSub interface for libp2p (r2, 2019-02-01, 958beeed6a90a3cf39db2bb089724d0d44d32296)](https://github.com/libp2p/specs/blob/master/pubsub/README.md** for more details on that.
We are using protobuf RPC messages between peers.
### Protocol Identifier
The current protocol identifier is: `/wakusub/0.0.1` [xx1].
**TODO Update to 2.0.0-alpha0**
## Wire Specification
TODO
@ -106,3 +112,5 @@ Copyright and related rights waived via [CC0](https://creativecommons.org/public
## Footnotes
TODO
xx1: https://docs.libp2p.io/concepts/protocols/