Skip to content

Commit fc9f13c

Browse files
committed
2 parents a82a273 + 97e1760 commit fc9f13c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
[![NuGet Badge](https://buildstats.info/nuget/MQTTnet.AspNetCore.AttributeRouting)](https://www.nuget.org/packages/MQTTnet.AspNetCore.AttributeRouting)
2-
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/Atlas-LiftTech/MQTTnet.AspNetCore.AttributeRouting/LICENSE)
1+
[![NuGet Badge](https://buildstats.info/nuget/MQTTnet.AspNetCore.Routing)](https://www.nuget.org/packages/MQTTnet.AspNetCore.Routing)
2+
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/Atlas-LiftTech/MQTTnet.AspNetCore.Routing/LICENSE)
33

4-
# MQTTnet AspNetCore AttributeRouting
4+
# MQTTnet AspNetCore Routing
5+
6+
MQTTnet AspNetCore Routing is a fork of https://github.com/Atlas-LiftTech/MQTTnet.AspNetCore.AttributeRouting
57

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

@@ -40,7 +42,7 @@ This library has not been tested against a very high-load environment yet. Ensu
4042

4143
## Nuget
4244

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/>
4446

4547
## Usage
4648

@@ -123,9 +125,9 @@ public class MqttWeatherForecastController : MqttBaseController // Inherit from
123125
}
124126
```
125127

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)
127129

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)
129131

130132
## Contributions
131133

0 commit comments

Comments
 (0)