Subscribe to peer pubsub snapshots
This commit is contained in:
parent
bc0ba4d169
commit
df70b81a1d
8 changed files with 332 additions and 20 deletions
|
|
@ -177,8 +177,10 @@ presence channel, not authoritative storage. `geth pubsub pub <topic> <message>
|
|||
--node <node-id>` can publish to an imported peer over the protected Iroh
|
||||
control ALPN. The remote daemon validates endpoint/card binding and requires
|
||||
`pubsub.publish` on `resource:pubsub:<topic>` before recording the message in
|
||||
its local ring buffer. Iroh-gossip replication and private topics are future
|
||||
work.
|
||||
its local ring buffer. `geth pubsub sub <topic> --node <node-id>` can read an
|
||||
authorized peer's current snapshot for that topic over the same protected path
|
||||
when the caller has `pubsub.subscribe` on `resource:pubsub:<topic>`. Iroh-gossip
|
||||
replication and private topics are future work.
|
||||
|
||||
`geth-pipe` currently supports `pipe listen/connect` against a daemon-lifetime
|
||||
registry. `geth pipe connect <name> --node <node-id>` sends an authorized remote
|
||||
|
|
|
|||
Loading…
Reference in a new issue