nexus.core
0.36.6
dotnet add package nexus.core --version 0.36.6
NuGet\Install-Package nexus.core -Version 0.36.6
<PackageReference Include="nexus.core" Version="0.36.6" />
<PackageVersion Include="nexus.core" Version="0.36.6" />
<PackageReference Include="nexus.core" />
paket add nexus.core --version 0.36.6
#r "nuget: nexus.core, 0.36.6"
#:package nexus.core@0.36.6
#addin nuget:?package=nexus.core&version=0.36.6
#tool nuget:?package=nexus.core&version=0.36.6
Cross-platform core library with a logging API and other fundamental types, interfaces, functions, and data structures.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- NETStandard.Library (>= 2.0.0)
NuGet packages (25)
Showing the top 5 NuGet packages that depend on nexus.core:
| Package | Downloads |
|---|---|
|
ble.net
Cross-platform Bluetooth Low Energy (BLE) library for Android, iOS, and UWP. Scan for advertisements and beacons, connect to devices, read/write/notify/indicate, all with a straightforward async API. Reference this nuget from your Shared or PCL or .NetStandard project, and reference the relevant platform NuGet (ble.net-android / ble.net-ios / ble.net-uwp) in your final application. Complete readme & sample application: https://github.com/nexussays/ble.net/blob/master/Readme.md |
|
|
ble.net-android
Android (API 18+) implementation of BLE.net cross-platform Bluetooth Low Energy library. Scan for advertisements and beacons, connect to devices, read/write/notify/indicate, all with a straightforward async API. To get started, add these normal permissions to your app: [assembly: UsesPermission( Manifest.Permission.Bluetooth )] [assembly: UsesPermission( Manifest.Permission.BluetoothAdmin )] Then in your main Activity OnCreated(), initialize and obtain the adapter. Retain this adapter reference for the lifetime of your app: BluetoothLowEnergyAdapter.Init( this ); var ble = BluetoothLowEnergyAdapter.ObtainDefaultAdapter( this ); Complete readme & sample application: https://github.com/nexussays/ble.net/blob/master/Readme.md |
|
|
ble.net-ios
iOS (7+) implementation of BLE.net cross-platform Bluetooth Low Energy library. Scan for advertisements and beacons, connect to devices, read/write/notify/indicate, all with a straightforward async API. To get started, obtain the adapter from main or your AppDelegate, and retain this reference for the lifetime of your app: var ble = BluetoothLowEnergyAdapter.ObtainDefaultAdapter(); Complete readme & sample application: https://github.com/nexussays/ble.net/blob/master/Readme.md |
|
|
ble.net-uwp
Windows 10 (1511+) implementation of BLE.net cross-platform Bluetooth Low Energy library. Complete readme & sample application: https://github.com/nexussays/ble.net/blob/master/Readme.md |
|
|
BluetoothLowEnergy
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on nexus.core:
| Repository | Stars |
|---|---|
|
nexussays/ble.net
Cross-platform Bluetooth Low Energy (BLE) library for Android, iOS, and UWP
|
| Version | Downloads | Last Updated |
|---|---|---|
| 0.36.6 | 20,673 | 2/23/2021 |
| 0.36.5 | 1,960 | 2/6/2021 |
| 0.36.2 | 32,164 | 4/14/2020 |
| 0.36.1 | 2,727 | 12/8/2019 |
| 0.36.0 | 2,759 | 10/19/2019 |
| 0.35.0 | 15,474 | 2/9/2019 |
| 0.34.2 | 3,029 | 12/17/2018 |
| 0.34.1 | 3,245 | 10/22/2018 |
| 0.34.0 | 68,823 | 10/9/2018 |
| 0.33.4 | 2,819 | 9/21/2018 |
| 0.33.3 | 2,953 | 9/7/2018 |
| 0.33.2 | 2,356 | 8/30/2018 |
| 0.33.1 | 2,390 | 8/21/2018 |
| 0.33.0 | 3,173 | 8/4/2018 |
| 0.32.0 | 39,552 | 3/16/2018 |
| 0.31.0 | 33,794 | 1/12/2018 |
| 0.30.0 | 2,947 | 11/6/2017 |
| 0.29.5 | 3,488 | 9/10/2017 |
| 0.29.4 | 5,455 | 7/19/2017 |
| 0.29.0 | 2,921 | 6/7/2017 |