Shiny.BluetoothLE.Common
5.0.0
Prefix Reserved
dotnet add package Shiny.BluetoothLE.Common --version 5.0.0
NuGet\Install-Package Shiny.BluetoothLE.Common -Version 5.0.0
<PackageReference Include="Shiny.BluetoothLE.Common" Version="5.0.0" />
<PackageVersion Include="Shiny.BluetoothLE.Common" Version="5.0.0" />
<PackageReference Include="Shiny.BluetoothLE.Common" />
paket add Shiny.BluetoothLE.Common --version 5.0.0
#r "nuget: Shiny.BluetoothLE.Common, 5.0.0"
#:package Shiny.BluetoothLE.Common@5.0.0
#addin nuget:?package=Shiny.BluetoothLE.Common&version=5.0.0
#tool nuget:?package=Shiny.BluetoothLE.Common&version=5.0.0
Shiny Client for .NET
<img src="https://github.com/shinyorg/shiny/raw/master/art/logo.png" width="100" />
Shiny is a cross-platform framework designed to make working with device services and background processes easy, testable, and consistent while bringing things like dependency injection & logging in a structured way to your code!
Features
- Handles all of the cruft like Permissions, main thread traversal, persistent storage and app restarts
- Brings your infrastructure to the background
- Provides logging to ensure you know when your services fail in the background
- Gives a clean & testable API surface for your code
- Native AOT & trim-friendly across all modules
- Cross-platform: iOS, Android, Mac Catalyst, macOS, Windows, Linux, and Blazor WebAssembly (where the platform allows)
Modules
- Background Jobs - periodic background work backed by
BGTaskScheduler(iOS),WorkManager(Android), COM-activated background tasks (Windows), and an in-process managed runner for Linux/macOS/Blazor WASM - HTTP Transfers - resumable background uploads/downloads on
NSURLSession(iOS), anHttpClient-driven managed loop with Range-based resume (Android, Windows, Linux, macOS, .NET base), and Service Worker Background Sync (Blazor WASM). First-class Azure Blob Storage and AWS S3 (SigV4) request builders included - Data Sync - bidirectional JSON record sync over HTTP with the same platform tiers as HTTP Transfers: outbox + inbox on
NSURLSession(iOS/Mac Catalyst), Foreground Service + HttpClient (Android),HttpClient+ connectivity loop (Windows/Linux/macOS), and LocalStorage-backed HttpClient (Blazor WASM). Includes batched outbox, tombstones, conflict resolution, retry with exponential backoff, and AOT-safe serialization throughShiny.Json - BluetoothLE Client - scan, connect, GATT, and L2CAP CoC on iOS/macOS, Android, Windows, Linux (BlueZ), and Blazor WebAssembly (Web Bluetooth)
- BluetoothLE Hosting - GATT server, advertising, iBeacon broadcasting, and L2CAP CoC listeners on iOS/macOS, Android, Windows, and Linux (BlueZ AF_BLUETOOTH sockets)
- Locations - foreground/background GPS, geofence monitoring, and motion-activity recognition (CMMotionActivity / ActivityRecognition)
- Local Notifications - scheduled, repeating, and geofence-triggered notifications on iOS/macOS, Android, Windows, and Linux (
org.freedesktop.NotificationsD-Bus) - Push Notifications - native APNs/FCM, Firebase Cloud Messaging, Azure Notification Hubs, and Blazor (Web Push)
- Core - hosting, DI, key/value stores, object-store binding, lifecycle hooks, connectivity & battery monitoring, and the platform abstractions every Shiny module builds on
Links
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-android36.0 is compatible. net10.0-browser was computed. net10.0-ios was computed. net10.0-ios26.0 is compatible. net10.0-maccatalyst was computed. net10.0-maccatalyst26.0 is compatible. net10.0-macos was computed. net10.0-macos26.0 is compatible. net10.0-tvos was computed. net10.0-windows was computed. net10.0-windows10.0.19041 is compatible. |
-
net10.0
- Microsoft.Extensions.DependencyInjection (>= 10.0.5)
- Microsoft.Extensions.Logging (>= 10.0.5)
- Shiny.Core (>= 5.0.0)
- Shiny.Extensions.DependencyInjection (>= 5.0.0-beta-0051)
- Shiny.Extensions.Serialization (>= 5.0.0-beta-0051)
- Shiny.Extensions.Stores (>= 5.0.0-beta-0051)
- System.Reactive (>= 6.0.0)
-
net10.0-android36.0
- Microsoft.Extensions.DependencyInjection (>= 10.0.5)
- Microsoft.Extensions.Logging (>= 10.0.5)
- Shiny.Core (>= 5.0.0)
- Shiny.Extensions.DependencyInjection (>= 5.0.0-beta-0051)
- Shiny.Extensions.Serialization (>= 5.0.0-beta-0051)
- Shiny.Extensions.Stores (>= 5.0.0-beta-0051)
- System.Reactive (>= 6.0.0)
- Xamarin.AndroidX.Core (>= 1.17.0.2)
- Xamarin.AndroidX.Lifecycle.Common (>= 2.10.0.2)
- Xamarin.AndroidX.Lifecycle.Process (>= 2.10.0.2)
- Xamarin.AndroidX.Lifecycle.Runtime (>= 2.10.0.2)
- Xamarin.AndroidX.Lifecycle.Runtime.Android (>= 2.10.0.2)
-
net10.0-ios26.0
- Microsoft.Extensions.DependencyInjection (>= 10.0.5)
- Microsoft.Extensions.Logging (>= 10.0.5)
- Shiny.Core (>= 5.0.0)
- Shiny.Extensions.DependencyInjection (>= 5.0.0-beta-0051)
- Shiny.Extensions.Serialization (>= 5.0.0-beta-0051)
- Shiny.Extensions.Stores (>= 5.0.0-beta-0051)
- System.Reactive (>= 6.0.0)
-
net10.0-maccatalyst26.0
- Microsoft.Extensions.DependencyInjection (>= 10.0.5)
- Microsoft.Extensions.Logging (>= 10.0.5)
- Shiny.Core (>= 5.0.0)
- Shiny.Extensions.DependencyInjection (>= 5.0.0-beta-0051)
- Shiny.Extensions.Serialization (>= 5.0.0-beta-0051)
- Shiny.Extensions.Stores (>= 5.0.0-beta-0051)
- System.Reactive (>= 6.0.0)
-
net10.0-macos26.0
- Microsoft.Extensions.DependencyInjection (>= 10.0.5)
- Microsoft.Extensions.Logging (>= 10.0.5)
- Shiny.Core (>= 5.0.0)
- Shiny.Extensions.DependencyInjection (>= 5.0.0-beta-0051)
- Shiny.Extensions.Serialization (>= 5.0.0-beta-0051)
- Shiny.Extensions.Stores (>= 5.0.0-beta-0051)
- System.Reactive (>= 6.0.0)
-
net10.0-windows10.0.19041
- Microsoft.Extensions.DependencyInjection (>= 10.0.5)
- Microsoft.Extensions.Logging (>= 10.0.5)
- Shiny.Core (>= 5.0.0)
- Shiny.Extensions.DependencyInjection (>= 5.0.0-beta-0051)
- Shiny.Extensions.Serialization (>= 5.0.0-beta-0051)
- Shiny.Extensions.Stores (>= 5.0.0-beta-0051)
- System.Reactive (>= 6.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Shiny.BluetoothLE.Common:
| Package | Downloads |
|---|---|
|
Shiny.BluetoothLE
Shiny Reactive BluetoothLE Plugin for client/central operations |
|
|
Shiny.BluetoothLE.Hosting
Shiny BluetoothLE Hosting - Advertising and GATT server functionality |
|
|
Shiny.Testing
Shiny mocks to make your unit testing life easier |
|
|
Shiny.BluetoothLE.Hosting.Linux
Shiny BluetoothLE Hosting (peripheral/GATT server) for Linux via BlueZ/D-Bus |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.0 | 0 | 6/20/2026 |
| 5.0.0-beta-0140 | 114 | 6/15/2026 |
| 5.0.0-beta-0138 | 111 | 6/15/2026 |
| 5.0.0-beta-0137 | 115 | 6/10/2026 |
| 5.0.0-beta-0136 | 117 | 6/9/2026 |
| 5.0.0-beta-0135 | 121 | 6/9/2026 |
| 5.0.0-beta-0134 | 120 | 6/9/2026 |
| 5.0.0-beta-0133 | 116 | 6/7/2026 |
| 5.0.0-beta-0132 | 121 | 6/6/2026 |
| 5.0.0-beta-0131 | 122 | 6/5/2026 |
| 5.0.0-beta-0130 | 119 | 6/5/2026 |
| 5.0.0-beta-0129 | 134 | 6/4/2026 |
| 5.0.0-beta-0128 | 123 | 6/3/2026 |
| 5.0.0-beta-0127 | 120 | 6/3/2026 |
| 5.0.0-beta-0126 | 123 | 6/2/2026 |
| 5.0.0-beta-0125 | 119 | 6/2/2026 |
| 5.0.0-beta-0124 | 127 | 6/2/2026 |
| 5.0.0-beta-0123 | 116 | 6/2/2026 |
| 5.0.0-beta-0122 | 129 | 6/2/2026 |
| 5.0.0-beta-0121 | 126 | 5/31/2026 |