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
- Host: GitHub
- URL: https://github.com/kickeddroid/rust-pubsub-lite
- Owner: KickedDroid
- Created: 2020-02-06T01:50:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T22:56:59.000Z (about 6 years ago)
- Last Synced: 2025-07-08T18:09:51.067Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 77.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)