DevBot9.Protocols.Homie
0.11.1
.NET 5.0
.NET Standard 2.0
.NET Framework 4.6.1
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package DevBot9.Protocols.Homie -Version 0.11.1
dotnet add package DevBot9.Protocols.Homie --version 0.11.1
<PackageReference Include="DevBot9.Protocols.Homie" Version="0.11.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DevBot9.Protocols.Homie --version 0.11.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DevBot9.Protocols.Homie, 0.11.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install DevBot9.Protocols.Homie as a Cake Addin
#addin nuget:?package=DevBot9.Protocols.Homie&version=0.11.1
// Install DevBot9.Protocols.Homie as a Cake Tool
#tool nuget:?package=DevBot9.Protocols.Homie&version=0.11.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Another Homie Convention (homieiot.github.io) C# implementation.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net5.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DevBot9.Protocols.Homie:
Package | Downloads |
---|---|
DevBot9.Protocols.Homie.Utilities
Some optional utility classes to make your life with YAHI easier. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.12.0-preview.15 | 76 | 12/21/2021 |
0.12.0-preview.14 | 163 | 11/7/2021 |
0.12.0-preview.13 | 95 | 10/19/2021 |
0.12.0-preview.12 | 69 | 10/19/2021 |
0.12.0-preview.8 | 109 | 10/18/2021 |
0.12.0-preview.5 | 68 | 10/14/2021 |
0.11.1 | 333 | 10/11/2021 |
0.10.0 | 174 | 8/2/2021 |
0.10.0-preview.57 | 114 | 7/28/2021 |
0.10.0-preview.54 | 97 | 7/27/2021 |
0.10.0-preview.44 | 77 | 7/22/2021 |
0.10.0-preview.30 | 110 | 7/12/2021 |
0.10.0-preview.20 | 100 | 7/11/2021 |
0.10.0-preview.18 | 103 | 7/8/2021 |
0.10.0-preview.13 | 114 | 7/2/2021 |
0.10.0-preview.8 | 108 | 7/1/2021 |
0.9.0 | 207 | 6/28/2021 |
0.9.0-preview.43 | 141 | 6/6/2021 |
0.9.0-preview.38 | 122 | 5/23/2021 |
0.9.0-preview.34 | 101 | 5/14/2021 |
0.9.0-preview.28 | 156 | 5/7/2021 |
0.9.0-preview.13 | 117 | 5/3/2021 |
0.8.0 | 211 | 4/24/2021 |
0.7.0 | 135 | 3/16/2021 |
0.6.0 | 178 | 3/12/2021 |
0.5.1 | 166 | 3/11/2021 |
0.5.0 | 136 | 2/16/2021 |
0.4.0 | 163 | 2/6/2021 |
0.3.0 | 155 | 1/29/2021 |
0.2.0 | 144 | 1/26/2021 |
0.1.1 | 175 | 1/12/2021 |
0.1.0 | 171 | 1/12/2021 |
## [0.11.1] - 2021-10-11
### Added
- Adding support for .NET Standard 2.0 and 2.1.
- NuGets now have Source Link configured.
### Fixed
- Fixing typo that made Client side States and Parameters to not update.
- Adding a workaround for the nF MQTT library memory leak bug. It will process messages slower.