boxo icon indicating copy to clipboard operation
boxo copied to clipboard

End to End example for P2P transfer

Open Jorropo opened this issue 2 years ago • 1 comments

We should have an E2E example with a client and server that shows:

  • Server
    • Chunking
    • Data-Transfer (¿ bitswap ?)
    • Announcement (¿ DHT ?)
  • Client
    • Content Routing
    • Download
    • Deserialization

The hard part is that we don't want to be prescriptive but we should show at least an option.

Jorropo avatar Nov 16 '23 12:11 Jorropo

https://github.com/ipfs/boxo/tree/main/examples/unixfs-file-cid already has all modules demonstrated for the server pipeline. This looks hairy, will loop back to see how can this be improved.

Jorropo avatar Nov 29 '23 21:11 Jorropo