Giter Site home page Giter Site logo

slicesync's Introduction

slicesync

Slicesync syncs slices of files using rsync philosophy (but not the same exact algorithm)

It is inspired in both rsync (http://rsync.samba.org/) and zsync (http://zsync.moria.org.uk/).

The idea is to cover the following features:

  • Server side can be a simple HTTP server with Range support (just as zsync)
  • Files to be synced NEED to have a hash dump file produced in advance (similar to a zsync .zsync files)
  • Server side hash dumps are prepared by a simple hashing service on the background.
  • Client side does the heavy processing part (as zsync)
  • When there is no local file to sync to, it defaults to a simple direct download.
  • All syncs but the direct download check the file downloaded hash (currently SHA1)
  • All downloads should bring the server-side pre-generated hash dump file, to speed up later syncs. [Pending]

slicesync's People

Contributors

josvazg avatar

Stargazers

 avatar jefurry avatar  avatar Marin Atanasov Nikolov avatar Christophe-Marie Duquesne avatar K. S. Ernest (iFire) Lee avatar Justin Hines avatar Dương Bảo Duy avatar Eugene San avatar Sam Xiao avatar Marcelo Pires avatar Talimanguluka Kakia avatar Pawel Kasperek avatar Christopher Brown avatar Robert Xu avatar Greg Dietsche avatar myoung-su,shin avatar Pascal Bertrand avatar Cem Ezberci avatar Oliver Eilhard avatar

Watchers

Dương Bảo Duy avatar James Cloos avatar  avatar  avatar  avatar

slicesync's Issues

Question about using some of your code

I'm starting a project and I would like to use your rolling adler32 implementation. Would you mind me using it? (with proper acknowledgement, of course)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.