MatterDotNet 0.5.0

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

// Install MatterDotNet as a Cake Tool
#tool nuget:?package=MatterDotNet&version=0.5.0                

Build

MatterDotNet

A C# implementation of the Matter 1.4 (formerly Project CHIP) standard
What's Working
  • Automatic code generation (directly from the specification)
  • Operational discovery over IP or Bluetooth LE
  • Commissioning by QR code or PIN
  • Reading/Writing attributes
  • Executing cluster commands
  • All Matter 1.4 clusters generated
In-Progress:
  • Events
Coming Soon
  • Multicast/Group Control
  • Subscriptions
  • Over the Air Software Updates
Other Projects:

Getting Started

Financial Support will help the project achieve certification as an officially supported library: <br/><a href="https://www.buymeacoffee.com/jdomnitz" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-red.png" alt="Buy Me A Pizza" style="height: 60px !important;width: 217px !important;" ></a>

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net8.0-windows10.0.19041 is compatible.  net9.0 is compatible.  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.  net9.0-windows10.0.19041 is compatible. 
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
0.5.0 61 1/23/2025

First functional release. See README for details.