You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Patrick McCarty edited this page Nov 23, 2016
·
7 revisions
Overview
The swupd-client package provides a reference implementation of a software update client which performs file level updates of an OS, preferentially using binary deltas whenever possible for efficiency under an assumption that the OS develops with a release process aimed at rapidly deploying small incremental changes.
Basic client usage
For basics about how to use the client program, see this page.
Server documentation
The update content is created with swupd-server, which lives in a separate repo, and is documented here.