An open API service indexing awesome lists of open source software.

https://github.com/kickeddroid/rust-pubsub-lite

POC of a pubsub suibscriber using IPFS
https://github.com/kickeddroid/rust-pubsub-lite

Last synced: 11 months ago
JSON representation

POC of a pubsub suibscriber using IPFS

Awesome Lists containing this project

README

          

# rust-pubsub-lite

### Usage

In the root repo folder run:

```cargo run --example pub -- /ip4/206.116.153.42/tcp/4004/ipfs/QmePr8gxUswSsD7anQCm8P1F599CrmK2Wze1DjoN8LaLAx```

Give it a few seconds. It should then estabilish a connection with the node and subcribe to topic
"coronavirus-latest-location-data-topic".

---

Docs for rust-libp2p [Here](https://docs.rs/libp2p/0.16.2/libp2p/gossipsub/index.html)