Atlas-LiftTech / MQTTnet.AspNetCore.AttributeRouting

Easily create Controllers and Actions to process incoming MQTT messages using a familiar paradigm and MQTTnet
MIT License
42 stars 18 forks source link

Can this be used with MQTTNet client? #8

Closed lancefi closed 3 years ago

lancefi commented 3 years ago

I use MQTTnet client to connect to a Mosquito MQTT server.

Can i use this library to setup attribute routing for MQTTnet client?

I've only managed to figure out how to get it to work with MQTTnet Server.

avishnyak commented 3 years ago

Unfortunately not. This library is very similar to ASP.NET WebApi so all the use cases are server-side.