df sdk is a
software development kit which provides an effective approach of creating
software patches and updates, and integrating of the patch applying and/or building process directly into you own
software product(s). unlike other available products, df sdk does not simply create incremental updates and re-package files, but analyzes each
file at the byte level and builds the difference for updating the target
file on the end-user's system.
using df sdk you can effectively accomplish the following tasks:
-
software updating/patching to ensure your end-users always have the latest version of your
software product;
- differential
data backup for effective
backup data storage in a reliable yet space-saving way;
- version control for reliable yet efficient control under versions of your
files (of any type).
df sdk does not deal with any specific
data structures, it operates with
files as a binary data, and thus designed to work well on
files of any type including executables, libraries,
data files and others. df sdk can be used to build a
compact byte-level difference for two binary
files with the following reconstruction of the new version file(s) using an old
file and the result difference
file on the target machine. available as a standard dynamic link library (dll), df sdk can be used almost with any
windows development language. the df sdk api is designed to be simple enough to integrate it into your existing products/solutions, and to provide a high-grade of performance and flexibility. df sdk comes with sample programs, and includes examples whick can simplify patch creation and applying. the size of your files, database or document doesnt matter - only difference between versions does!