Skip to content
/ rdc Public

.NET implementation of RSYNC remote differential compression algorithm

License

Notifications You must be signed in to change notification settings

gonmf/rdc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.NET implementation of RSYNC remote differential compression algorithm

Branch from the source code of the Lana distributed synchronization application (private source software).

This algorithm is a variant of the third (and final) deltas transfer algorithm described in the PhD thesis of the RSYNC application author. This algorihtm uses the MD5 cryptografic hash function and a rolling checksum hash function (Taylor's C3-C4). Each file transfer takes a maximum of two passes on the original file. This file transfer algorithm is not compatible with the RSYNC application described in the paper. Maximum file size of 4GiB. This is only an algorithm implementation in code library form, not the whole RSYNC application.

About

.NET implementation of RSYNC remote differential compression algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages