Laerdal.Dfu
1.27.12
Prefix Reserved
See the version list below for details.
dotnet add package Laerdal.Dfu --version 1.27.12
NuGet\Install-Package Laerdal.Dfu -Version 1.27.12
<PackageReference Include="Laerdal.Dfu" Version="1.27.12" />
paket add Laerdal.Dfu --version 1.27.12
#r "nuget: Laerdal.Dfu, 1.27.12"
// Install Laerdal.Dfu as a Cake Addin #addin nuget:?package=Laerdal.Dfu&version=1.27.12 // Install Laerdal.Dfu as a Cake Tool #tool nuget:?package=Laerdal.Dfu&version=1.27.12
Laerdal.Dfu
This is an Xamarin binding library for the Nordic Semiconductors Android library for updating the firmware of their devices over the air via Bluetooth Low Energy.
The Java library is located here: https://github.com/NordicSemiconductor/Android-DFU-Library
The native iOS Pod library is located here: https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library
Requirements
You'll need :
- MacOS
- with XCode
- with Xamarin.iOS
- with gradle
- with Xamarin.Android
- [with ObjectiveSharpie] (optional)
brew cask install objectivesharpie
Steps to build on Local-Dev
1) Checkout
git clone https://github.com/Laerdal/Laerdal.Dfu.git
2) Comment out in the .csproj files any mention of Git-related properties
3) Set the MSBuild version to 15.0 in Rider's settings (MSBuild 17.0+ won't build)
4) Run build script
There are 2 sources for the iOS package : via building the release code or using the CocoaPods.
To build the nuget via building the source code, run :
./build.sh -v
You'll find the nuget in Laerdal.Dfu.Output/
Known issues
Fix : https://github.com/Laerdal/Laerdal.Dfu.iOS/issues/3#issuecomment-783298581 |
#!/usr/bin/env sh
xcode_lib_path="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.0/iphoneos"
app_path=$1
app_name=<insert app name>
libs=("$app_path/Products/Applications/$app_name/Frameworks/"*.dylib)
for i in "${libs[@]}"
do
cp "$xcode_lib_path/$(basename "$i")" "$app_path/SwiftSupport/iphoneos/"
cp "$xcode_lib_path/$(basename "$i")" "$app_path/Products/Applications/$app_name/Frameworks/"
done
-- Thanks @OliverFlecke
Fix : You might need to add "--optimize=-remove-dynamic-registrar" to your apps mtouch args.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-android33.0 is compatible. net7.0-ios16.1 is compatible. net8.0-android was computed. net8.0-ios was computed. |
-
net7.0-android33.0
- Laerdal.Dfu.Bindings.Android (>= 2.3.0.43685)
-
net7.0-ios16.1
- Laerdal.Dfu.Bindings.iOS (>= 4.13.0.43870)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.27.110 | 34 | 11/8/2024 |
1.27.105 | 74 | 10/30/2024 |
1.27.104 | 131 | 10/30/2024 |
1.27.102 | 90 | 10/30/2024 |
1.27.98 | 568 | 9/13/2024 |
1.27.96 | 98 | 9/13/2024 |
1.27.95 | 86 | 9/13/2024 |
1.27.90 | 130 | 9/5/2024 |
1.27.84 | 106 | 9/4/2024 |
1.27.82 | 2,143 | 5/23/2024 |
1.27.80 | 126 | 5/23/2024 |
1.27.77 | 91 | 5/22/2024 |
1.27.76 | 134 | 5/16/2024 |
1.27.74 | 100 | 5/16/2024 |
1.27.73 | 167 | 5/15/2024 |
1.27.63 | 334 | 5/7/2024 |
1.27.62 | 117 | 5/7/2024 |
1.27.60 | 133 | 4/15/2024 |
1.27.56 | 113 | 4/12/2024 |
1.27.52 | 112 | 4/11/2024 |
1.27.51 | 100 | 4/11/2024 |
1.27.44 | 103 | 4/11/2024 |
1.27.43 | 104 | 4/11/2024 |
1.27.41 | 101 | 4/11/2024 |
1.27.12 | 125 | 3/25/2024 |
1.27.8 | 532 | 9/5/2023 |
1.27.7 | 163 | 9/1/2023 |
1.27.5 | 1,386 | 8/21/2023 |
1.27.2-xamarin-9.44805 | 178 | 9/12/2023 |
1.27.2-xamarin-7.44558 | 77 | 9/5/2023 |
1.27.2-xamarin-6.44535 | 85 | 9/1/2023 |
1.27.2-xamarin-4.43863 | 86 | 8/21/2023 |
1.27.2-xamarin-10.45630 | 101 | 10/3/2023 |
1.25.3-framinosona-phy-opti... | 460 | 4/11/2023 |
1.25.3-framinosona-phy-opti... | 118 | 3/31/2023 |
1.25.3-framinosona-phy-opti... | 132 | 3/29/2023 |
1.25.3-framinosona-phy-opti... | 114 | 3/28/2023 |
1.25.2 | 6,109 | 11/15/2022 |
1.20.17 | 373 | 11/7/2022 |
1.20.15 | 700 | 8/9/2022 |
0.7.0 | 14,579 | 1/24/2022 |
0.6.0 | 2,639 | 8/26/2021 |
0.5.0 | 355 | 8/26/2021 |
0.4.0 | 363 | 8/25/2021 |
0.3.1-beta0008 | 217 | 8/18/2021 |
0.3.1-beta0004 | 258 | 8/4/2021 |
0.3.1-beta0001 | 247 | 8/4/2021 |
0.3.0 | 468 | 8/3/2021 |
0.2.18-beta0008 | 212 | 8/3/2021 |
0.2.18-beta0004 | 245 | 8/3/2021 |
0.2.18-beta0001 | 232 | 8/2/2021 |
0.2.17 | 1,378 | 7/20/2021 |
0.2.16-beta0021 | 1,253 | 6/10/2021 |
0.2.16-beta0012 | 1,541 | 5/10/2021 |
0.2.16-beta0004 | 438 | 5/1/2021 |
0.2.16-beta0003 | 547 | 5/1/2021 |
0.2.16-beta0001 | 559 | 4/27/2021 |
0.2.16-beta.31 | 188 | 7/20/2021 |
0.2.15 | 1,411 | 4/27/2021 |
0.2.15-beta0001 | 401 | 4/27/2021 |
0.2.14 | 976 | 4/23/2021 |
0.2.14-beta0003 | 431 | 4/23/2021 |
0.2.14-beta0001 | 563 | 4/20/2021 |
0.2.13 | 855 | 4/19/2021 |
0.2.13-beta | 512 | 4/19/2021 |
0.2.10 | 760 | 4/12/2021 |
0.2.10-beta.1 | 307 | 4/12/2021 |
0.2.9 | 693 | 4/12/2021 |
0.2.9-beta.1 | 348 | 4/12/2021 |
0.2.8 | 838 | 4/9/2021 |
0.2.8-beta.5 | 334 | 4/6/2021 |
0.2.8-beta.2 | 289 | 4/6/2021 |
0.2.7 | 857 | 3/23/2021 |
0.2.7-beta.6 | 339 | 3/23/2021 |
0.2.7-beta.3 | 375 | 3/23/2021 |
0.2.7-beta.1 | 340 | 3/23/2021 |
0.2.6 | 781 | 3/23/2021 |
0.2.6-beta.6 | 377 | 3/23/2021 |
0.2.6-beta.3 | 350 | 3/19/2021 |
0.2.6-beta.1 | 196 | 3/10/2021 |
0.2.5 | 352 | 3/9/2021 |
0.2.5-beta.1 | 177 | 3/9/2021 |
0.2.4 | 355 | 3/9/2021 |
0.2.4-beta.14 | 193 | 3/9/2021 |
0.2.4-beta.9 | 177 | 3/9/2021 |
0.2.4-beta.8 | 180 | 3/9/2021 |
0.2.4-beta.5 | 159 | 3/8/2021 |