Arendi.BleLibrary.Hci 6.0.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 3.3 or higher.

dotnet add package Arendi.BleLibrary.Hci --version 6.0.0                
NuGet\Install-Package Arendi.BleLibrary.Hci -Version 6.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Arendi.BleLibrary.Hci" Version="6.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Arendi.BleLibrary.Hci --version 6.0.0                
#r "nuget: Arendi.BleLibrary.Hci, 6.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Arendi.BleLibrary.Hci as a Cake Addin
#addin nuget:?package=Arendi.BleLibrary.Hci&version=6.0.0

// Install Arendi.BleLibrary.Hci as a Cake Tool
#tool nuget:?package=Arendi.BleLibrary.Hci&version=6.0.0                

Arendi.BleLibrary extention component for HCI based devices.

 This Arendi.BleLibrary extention needs a license to run without limitation (see https://www.arendi.ch/produkte/arendi-ble-library/).

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
17.0.0 55 11/27/2024
17.0.0-beta1 66 11/4/2024
17.0.0-alpha1 98 8/20/2024
16.4.0 76 10/25/2024
16.3.0 162 10/15/2024
16.2.0 247 7/10/2024
16.1.0 116 6/15/2024
16.0.1 102 6/9/2024
16.0.0 112 6/2/2024
16.0.0-rc2 110 5/26/2024
16.0.0-rc1 98 5/23/2024
16.0.0-beta4 104 5/23/2024
16.0.0-beta3 101 5/16/2024
16.0.0-beta2 94 5/15/2024
16.0.0-beta1 112 5/5/2024
15.1.0 286 4/6/2024
15.0.0 289 2/5/2024
15.0.0-beta1 93 1/31/2024
14.0.0 218 11/26/2023
13.3.0 193 11/5/2023
13.3.0-rc3 103 11/4/2023
13.3.0-rc2 84 11/3/2023
13.3.0-rc1 105 10/26/2023
13.2.1 145 9/25/2023
13.2.0 158 7/1/2023
13.2.0-rc2 139 6/17/2023
13.2.0-rc1 143 6/15/2023
13.1.0 360 5/22/2023
13.1.0-rc1 147 5/22/2023
13.0.0 166 5/22/2023
13.0.0-rc2 122 5/22/2023
13.0.0-rc1 131 5/22/2023
12.1.1 172 5/22/2023
12.1.0 155 5/22/2023
12.1.0-rc1 121 5/22/2023
12.0.2 160 5/22/2023
12.0.1 154 5/22/2023
12.0.0 166 5/22/2023
12.0.0-beta5 123 5/22/2023
12.0.0-beta3 132 5/22/2023
12.0.0-beta2 129 5/22/2023
12.0.0-beta1 118 5/22/2023
11.8.2 190 5/22/2023
11.8.1 147 5/22/2023
11.8.0 148 5/22/2023
11.8.0-rc1 126 5/22/2023
11.7.0 148 5/22/2023
11.6.1 151 5/22/2023
11.6.0 149 5/22/2023
11.6.0-rc2 118 5/22/2023
11.6.0-rc1 118 5/22/2023
11.5.1 160 5/22/2023
11.5.0 153 5/22/2023
11.4.1 159 5/22/2023
11.4.0 154 5/22/2023
11.3.0 164 5/22/2023
11.2.1 171 5/22/2023
11.2.0 150 5/22/2023
11.1.0 158 5/22/2023
11.0.0 156 5/22/2023
10.1.0 169 5/22/2023
10.1.0-rc1 118 5/22/2023
10.0.0 141 5/22/2023
9.2.1 151 5/22/2023
9.2.0 158 5/22/2023
9.2.0-rc1 133 5/22/2023
9.1.0 173 5/22/2023
9.1.0-rc3 129 5/22/2023
9.1.0-rc2 127 5/22/2023
9.1.0-rc1 122 5/22/2023
9.0.0 146 5/22/2023
9.0.0-beta2 144 5/22/2023
9.0.0-beta 121 5/22/2023
8.0.0 159 5/22/2023
7.0.0 161 5/22/2023
6.2.1 164 5/22/2023
6.2.0 147 5/22/2023
6.1.0 143 5/22/2023
6.0.0 163 5/22/2023
5.7.0 152 5/22/2023
5.6.0 171 5/22/2023
5.5.0 164 5/22/2023
5.4.1 150 5/22/2023

Version 6.0.0

** Bug
   * [ABL-281] - WriteCommand failes with HCI adapter

** Task
   * [ABL-276] - Replace legacy Encrypt with dedicated Authenticate and Encrypt method
   * [ABL-280] - Remove obsolete SecurityManager

** Improvement
   * [ABL-277] - Authentication settings should be saved as part of the BleExplorer configuration
   * [ABL-279] - Use host CPU for address resolving to safe controller CPU time and communication bandwith
   * [ABL-282] - Allow scan filtering in BleExplorer based on RSSI and Company Identifier