You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MQTTnet AspNetCore Routing is a fork of https://github.com/Atlas-LiftTech/MQTTnet.AspNetCore.AttributeRouting
5
7
6
8
This addon to MQTTnet provides the ability to define controllers and use attribute-based routing against message topics in a manner that is very similar to AspNet Core.
7
9
@@ -40,7 +42,7 @@ This library has not been tested against a very high-load environment yet. Ensu
40
42
41
43
## Nuget
42
44
43
-
This library is available as a nuget package: <https://www.nuget.org/packages/MQTTnet.AspNetCore.AttributeRouting/>
45
+
This library is available as a nuget package: <https://www.nuget.org/packages/MQTTnet.AspNetCore.Routing/>
44
46
45
47
## Usage
46
48
@@ -123,9 +125,9 @@ public class MqttWeatherForecastController : MqttBaseController // Inherit from
123
125
}
124
126
```
125
127
126
-
[See server example project here](https://github.com/Atlas-LiftTech/MQTTnet.AspNetCore.AttributeRouting/tree/master/ExampleServer)
128
+
[See server example project here](https://github.com/IoTSharp/MQTTnet.AspNetCore.Routing/tree/master/ExampleServer)
127
129
128
-
[See client example project here](https://github.com/Atlas-LiftTech/MQTTnet.AspNetCore.AttributeRouting/tree/master/ExampleClient)
130
+
[See client example project here](https://github.com/IoTSharp/MQTTnet.AspNetCore.Routing/tree/master/ExampleClient)
0 commit comments