Tiveria.Home.Knx.ObjectServer 2.0.81

dotnet add package Tiveria.Home.Knx.ObjectServer --version 2.0.81
NuGet\Install-Package Tiveria.Home.Knx.ObjectServer -Version 2.0.81
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.ObjectServer" Version="2.0.81" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tiveria.Home.Knx.ObjectServer --version 2.0.81
#r "nuget: Tiveria.Home.Knx.ObjectServer, 2.0.81"
#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.ObjectServer as a Cake Addin
#addin nuget:?package=Tiveria.Home.Knx.ObjectServer&version=2.0.81

// Install Tiveria.Home.Knx.ObjectServer as a Cake Tool
#tool nuget:?package=Tiveria.Home.Knx.ObjectServer&version=2.0.81

Logo

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.

Build&Publish Packages

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 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.81 437 6/27/2022
2.0.80 381 6/27/2022
2.0.79 393 6/26/2022
2.0.73 395 3/9/2022
2.0.72 370 3/9/2022
2.0.71 374 3/9/2022
2.0.70 400 2/28/2022
2.0.68 380 2/26/2022