https://github.com/kickeddroid/ipfs-oxidation
https://github.com/kickeddroid/ipfs-oxidation
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kickeddroid/ipfs-oxidation
- Owner: KickedDroid
- Created: 2022-12-11T18:18:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-15T19:47:43.000Z (over 3 years ago)
- Last Synced: 2025-07-01T07:05:03.525Z (about 1 year ago)
- Language: Rust
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Description
Future use with [iroh](https://github.com/n0-computer/iroh) for Quic migration and relay support
# Usage
(Outdated)
Start the server
```cargo run --example server -- --relay "/ip4/0.0.0.0/tcp/0"```
Start the Client Reciever
```cargo run --example reciever -- --relay "/ip4/RELAYIP/tcp/5773/p2p/12D3KooWL4Toh5Z4fpWgDN12pRdn9pVAhBBTqeGELUyBUYBg6ziW"```
start the Sender Client
```cargo run --example sender -- --addr "/ip4/RELAYIP/tcp/5773/p2p/12D3KooWL4Toh5Z4fpWgDN12pRdn9pVAhBBTqeGELUyBUYBg6ziW/p2p-circuit/p2p/12D3KooWRkT4VCQLQdvjNR7MpTkoPQPVWphHzW9qZ4E7fswB8ow8"```