Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to start a MQTT Broker with WebSocket support in .NET Framework 4.6.1? #2074

Open
skutter-x86 opened this issue Aug 29, 2024 · 1 comment
Labels
question It is a question regarding the project

Comments

@skutter-x86
Copy link

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!

@skutter-x86 skutter-x86 added the question It is a question regarding the project label Aug 29, 2024
@SeppPenner
Copy link
Collaborator

For v4, the "documentation" are the samples under https://github.com/dotnet/MQTTnet/tree/master/Samples. But I guess that Net Framework is not even supported anymore...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question It is a question regarding the project
Projects
None yet
Development

No branches or pull requests

2 participants