Mospel MQTT library allows you to build your own MQTT server, giving you the ability to intercept authentication and authorization and much more stuff, currently it only works with WebSocket, later I will add support for TCP socket and TLS connection.
Info
Version: | 0.2.3 |
Author(s): | Tariq Shiwani |
Last Update: | Wednesday, March 6, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/MospelMQTT |
Install
Install-Package MospelMQTT
dotnet add package MospelMQTT
paket add MospelMQTT
MospelMQTT Download (Unzip the "nupkg" after downloading)
Dependencies
- Fleck(>= 1.0.3)
Tags