SparkplugNet 1.1.0
Prefix ReservedSee the version list below for details.
dotnet add package SparkplugNet --version 1.1.0
NuGet\Install-Package SparkplugNet -Version 1.1.0
<PackageReference Include="SparkplugNet" Version="1.1.0" />
paket add SparkplugNet --version 1.1.0
#r "nuget: SparkplugNet, 1.1.0"
// Install SparkplugNet as a Cake Addin #addin nuget:?package=SparkplugNet&version=1.1.0 // Install SparkplugNet as a Cake Tool #tool nuget:?package=SparkplugNet&version=1.1.0
SparkplugNet is a library to use the Sparkplug IIoT standard in .Net.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.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. |
-
.NETCoreApp 3.1
- MQTTnet (>= 4.1.1.318)
- Newtonsoft.Json (>= 13.0.1)
- protobuf-net (>= 3.1.22)
- Serilog (>= 2.12.0)
-
.NETStandard 2.0
- MQTTnet (>= 4.1.1.318)
- Newtonsoft.Json (>= 13.0.1)
- protobuf-net (>= 3.1.22)
- Serilog (>= 2.12.0)
-
.NETStandard 2.1
- MQTTnet (>= 4.1.1.318)
- Newtonsoft.Json (>= 13.0.1)
- protobuf-net (>= 3.1.22)
- Serilog (>= 2.12.0)
-
net5.0
- MQTTnet (>= 4.1.1.318)
- Newtonsoft.Json (>= 13.0.1)
- protobuf-net (>= 3.1.22)
- Serilog (>= 2.12.0)
-
net6.0
- MQTTnet (>= 4.1.1.318)
- Newtonsoft.Json (>= 13.0.1)
- protobuf-net (>= 3.1.22)
- Serilog (>= 2.12.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SparkplugNet:
Package | Downloads |
---|---|
Uns.NET-SparkplugB
Uns.NET-Mqtt contains classes for implementing MQTT in a Unified Namespace. Supports .NET 6 up to .NET 8 |
|
MRIIOT.DIME
Data In Motion Enterprise |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.10 | 4,238 | 7/2/2024 |
1.3.9 | 122 | 7/2/2024 |
1.3.8 | 2,493 | 4/15/2024 |
1.3.7 | 227 | 3/27/2024 |
1.3.6 | 192 | 3/24/2024 |
1.3.5 | 141 | 3/21/2024 |
1.3.4 | 279 | 3/4/2024 |
1.3.3 | 155 | 3/3/2024 |
1.3.2 | 2,421 | 2/10/2024 |
1.3.1 | 474 | 1/5/2024 |
1.3.0 | 261 | 12/18/2023 |
1.2.0 | 9,114 | 11/20/2022 |
1.1.1 | 447 | 10/30/2022 |
1.1.0 | 986 | 10/4/2022 |
1.0.0 | 734 | 8/3/2022 |
0.7.0 | 809 | 3/24/2022 |
0.6.0 | 475 | 2/18/2022 |
0.5.0 | 449 | 2/8/2022 |
0.4.0 | 390 | 9/1/2021 |
0.3.0 | 339 | 8/31/2021 |
0.2.0 | 369 | 5/20/2021 |
0.1.0 | 1,060 | 5/19/2021 |
Version 1.1.0.0 (2022-10-04): Updated events (Thanks to @cjmurph, https://github.com/SeppPenner/SparkplugNet/pull/19), added abstract base classes (Thanks to @BoBiene, https://github.com/SeppPenner/SparkplugNet/pull/20), introducing interfaces, unified things, rework to async events (Thanks to @BoBiene, https://github.com/SeppPenner/SparkplugNet/pull/21), fixed version B metric conversion error (Thanks to @Patrick2607, https://github.com/SeppPenner/SparkplugNet/pull/26), updated NuGet packages.