Tiveria.Home.Knx.IP
2.0.72
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Standard 2.1
This package targets .NET Standard 2.1. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Tiveria.Home.Knx.IP --version 2.0.72
NuGet\Install-Package Tiveria.Home.Knx.IP -Version 2.0.72
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="Tiveria.Home.Knx.IP" Version="2.0.72" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tiveria.Home.Knx.IP --version 2.0.72
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Tiveria.Home.Knx.IP, 2.0.72"
#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 Tiveria.Home.Knx.IP as a Cake Addin #addin nuget:?package=Tiveria.Home.Knx.IP&version=2.0.72 // Install Tiveria.Home.Knx.IP as a Cake Tool #tool nuget:?package=Tiveria.Home.Knx.IP&version=2.0.72
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This little library provides basic KNX communication protocols support together with the bility to encode and deode KNX datapoints. It is designed to run in any .NET 6.0 environment and is running in my home project on a RasPi 3 with Raspian Linux.
Currently there are two packages available at NuGet:
- Tiveria.Home.Knx
- Knx basic types
- Knx cEMI frame and datafield types
- DPT types
- anything else that is media agnostic
- Interfaces for clients
- Device management
- Tiveria.Home.Knx.IP
- All KnxNetIP frame types supported
- Routing client implementation
- Tunneling client implementation
- Device management client implementation
- Helpers
Supported Features
- KNXnet/IP
- Tunneling
- Routing
- Busmonitor
- Device Management
- DPT encoding/decoding
- 1.* - Boolean (Switch, Alarm, ..)
- 2.* - Boolean controlled (Switch, Enable, ..)
- 3.* - 3 Bit controlled (Blinds, Dimming, ..)
- 5.* - 8 Bit unsigned (Scaling, Tariff information, ..)
- 6.* - 8 Bit signed (Percent (8 Bit), Status with mode, ..)
- 7.* - 16 Bit unsigned (Counter, Time period, ..)
- 8.* - 16 Bit signed (Counter, Time Delta, ..)
- 9.* - 16 Bit float (Temperature, Humidity, ..)
- 10.* - Time
- 11.* - Date
- 12.* - 32 Bit unsigned
- 13.* - 32 Bit signed (Counter pulses, Active Energy, ..)
- 14.* - 32 Bit float (Acceleration, Electric charge, ..)
- 16.* - ASCII string (ISO-8859-1 Latin 1)
- 17.* - Scene number
- 18.* - Scene control
- 19.* - Date with time
- 20.* - 8 Bit enumeration
- 28.* - UTF-8 string
- 232.* - RGB
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Tiveria.Common (>= 1.3.2)
- Tiveria.Home.Knx (>= 2.0.72)
-
net6.0
- Tiveria.Common (>= 1.3.2)
- Tiveria.Home.Knx (>= 2.0.72)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Tiveria.Home.Knx.IP:
Package | Downloads |
---|---|
Tiveria.Home.Knx.ObjectServer
A small KNX library inspired by the Calimero and many other KNX solutions out there. |
GitHub repositories
This package is not used by any popular GitHub repositories.