Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 324 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 324 Bytes

XamarinDFU

C# implementation of FOTA DFU

This repository holds code that will implement the Device Firmware Update (a.k.a Firmware Over The Air) using Xamarin C#. The base class DFUService is OS agnostic. To implement this for a specific OS, small functions will need to be implemented to communicate with the BLE stack.