1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg/tinyvcdiff/README.md

11 lines
256 B
Markdown
Raw Normal View History

2022-03-26 19:05:21 +01:00
pkg_tinyvcdiff
==============
This test patches the binary file `source.bin` using `delta.bin` and reconstructs `target.bin`.
`delta.bin` has been created with open-vcdiff:
```
vcdiff delta -interleaved -dictionary source.bin <target.bin >delta.bin
```