Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split file into chunks #31

Open
amiyatulu opened this issue Jul 29, 2024 · 1 comment
Open

Split file into chunks #31

amiyatulu opened this issue Jul 29, 2024 · 1 comment

Comments

@amiyatulu
Copy link

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.

@cryptoquick
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants