drgdfu

Crates.iodrgdfu
lib.rsdrgdfu
version0.6.0
sourcesrc
created_at2022-03-30 09:05:15.424931
updated_at2022-09-30 09:26:43.370124
descriptionA DFU update tool and library for devices with DFU capabilities
homepagehttps://drogue.io
repositoryhttps://github.com/drogue-iot/drgdfu
max_upload_size
id559056
size99,778
Ulf Lilleengen (lulf)

documentation

README

drgdfu

docs.rs CI Matrix

An firmware update library and tool for devices with DFU capabilities. The devices need to support the serial or GATT based protocols for updating firmware from Drogue Device.

You can use drgdfu as a library in your application (like a BLE gateway), or as a standalone tool.

Installation

Install using cargo:

cargo install drgdfu

Supported platforms

  • Linux

  • Mac OS X

  • Windows

Supported protocols

  • Serial
  • BLE GATT
  • Simulated (for testing)

Supported firmware sources

Commit count: 57

cargo fmt