MQTTnet.AspNetCore.AttributeRouting
0.3.13
This is a support library to integrate AttributeRouting into MQTTnet with AspNetCore.
Easily create Controllers and Actions to process incoming MQTT messages using attribute-based routing against the incoming message topic.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package MQTTnet.AspNetCore.AttributeRouting -Version 0.3.13
dotnet add package MQTTnet.AspNetCore.AttributeRouting --version 0.3.13
<PackageReference Include="MQTTnet.AspNetCore.AttributeRouting" Version="0.3.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MQTTnet.AspNetCore.AttributeRouting --version 0.3.13
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MQTTnet.AspNetCore.AttributeRouting, 0.3.13"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install MQTTnet.AspNetCore.AttributeRouting as a Cake Addin #addin nuget:?package=MQTTnet.AspNetCore.AttributeRouting&version=0.3.13 // Install MQTTnet.AspNetCore.AttributeRouting as a Cake Tool #tool nuget:?package=MQTTnet.AspNetCore.AttributeRouting&version=0.3.13
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Beta release 3
* Added access to the MqttServe object from the BaseController
* Added unit tests
Dependencies
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.Bcl.HashCode (>= 1.1.0)
- MQTTnet (>= 3.0.13)
- MQTTnet.AspNetCore (>= 3.0.13)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Http.Connections (>= 1.1.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.Bcl.HashCode (>= 1.1.0)
- MQTTnet (>= 3.0.13)
- MQTTnet.AspNetCore (>= 3.0.13)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.