You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I split file into chunks, and store the chunks in different peer (using rust-libp2p), and the verify chunks by downloading chunks from different peers, without downloading the complete file.
The text was updated successfully, but these errors were encountered:
That would be pretty cool! We do something kind of similar to the first part in the Carbonado Node, splitting each file out over different drives. As for rust-libp2p, I don't really know, but that would be pretty cool!
Maybe I can add a function that can split the file into 8 different chunks if using forward error correction (any format c7+), so I'll keep this open.
How can I split file into chunks, and store the chunks in different peer (using rust-libp2p), and the verify chunks by downloading chunks from different peers, without downloading the complete file.
The text was updated successfully, but these errors were encountered: