We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
server send byte range (fragment) to sw & fragment hash to client
sw client check if downloaded fragment matches fragment hash
store fragment hash in indexeddb
store fragment bytes is indexeddb
next peer, server respond with list of fragment hashes
client service worker respond to peers requesting fragment using hash
The text was updated successfully, but these errors were encountered:
peer 2 peer teil muss noch dafür eingebaut werden, sonst is es fast so gut wie fertig
Sorry, something went wrong.
kann man dannach für normale (unencrypted) files dann auch einbauen, wenns gut läuft. könnte heftig bandwidth spaaren
No branches or pull requests
server send byte range (fragment) to sw & fragment hash to client
sw client check if downloaded fragment matches fragment hash
store fragment hash in indexeddb
store fragment bytes is indexeddb
next peer, server respond with list of fragment hashes
client service worker respond to peers requesting fragment using hash
The text was updated successfully, but these errors were encountered: