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

https://github.com/kickeddroid/ipfs-oxidation


https://github.com/kickeddroid/ipfs-oxidation

Last synced: about 1 year ago
JSON representation

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"```