MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
MIT License
4.5k
stars
1.07k
forks
source link
How to start a MQTT Broker with WebSocket support in .NET Framework 4.6.1? #2074
How to start a MQTT Broker with WebSocket support in .NET Framework 4.6.1?
I'm using .NET Framework 4.6.1, not able to use ASP.NET due project requirements (project for funtional test using NUnit)
I tried to use the MQTTnet.Extensions.WebSocket4Net, which is available in a separate NuGet, to no avail. Is there any example or documentation of this? All docs I found is a Wiki for MQTTnet v3, but not for v4 (for v4 I only found a few simple examples)
How to start a MQTT Broker with WebSocket support in .NET Framework 4.6.1?
I'm using .NET Framework 4.6.1, not able to use ASP.NET due project requirements (project for funtional test using NUnit)
I tried to use the MQTTnet.Extensions.WebSocket4Net, which is available in a separate NuGet, to no avail. Is there any example or documentation of this? All docs I found is a Wiki for MQTTnet v3, but not for v4 (for v4 I only found a few simple examples)
Thanks in advance!