Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
MQTTnet Alternatives
Similar projects and alternatives to MQTTnet
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 2, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
-
-
-
-
Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
-
Refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
Lazy Cache
An easy to use thread safe in-memory caching service with a simple developer friendly API for c#
-
-
themesof.net
Discontinued This site shows the themes, epics, and user stories that we plan to ship. It provides a hierarchical view of the planned product features.
-
SparkplugNet
SparkplugNet is a library to use the Sparkplug industrial IoT (IIoT) standard in .Net. It uses MQTTnet in the background.
-
hivemq-community-edition
HiveMQ CE is a Java-based open source MQTT broker that fully supports MQTT 3.x and MQTT 5. It is the foundation of the HiveMQ Enterprise Connectivity and Messaging Platform
-
sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI (by dotnet)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
MQTTnet discussion
MQTTnet reviews and mentions
-
How to Use MQTT in C# with MQTTnet
MQTTnet is a high-performance .Net library that implements the MQTT protocol. It is open source on GitHub and has a rich set of features, including MQTT 5.0 protocol and TLS/SSL supports.
-
Communicating between 2 servers without webservice?
MQTT https://github.com/dotnet/MQTTnet
-
What your hidden nuget gems ?
MQTTNet - High perf IOT comms for .NET - https://github.com/dotnet/MQTTnet
-
Workaround for Register-ObjectEvent : Events that require a return value are not supported. ?
I'm trying to use MQTT.Net and so far everything works.. except for event handling.
-
Best way to architecture an application for IoT and RFID
Like the other guy said it depends on the requirements, but you could implement your own mqtt server with MQTTnet with a few lines of code
-
Discussion Thread
For the server we used mosquitto because we already used it in the past (and it's relatively simple), for the client MQTTnet because it's .net and it seemed good enough (mosquitto has a client library too but it's C so I'd have to write some interop). It's a simple protocol so it shouldn't really matter which implementation you use.
- Is there a library or code example on how to decode MQTT Message payload?
-
Demystifying Azure IoT Hub Device SDKs
We are going to use MQTTNet as the foundation for this article, although the same concepts can be applied with any other MQTT client.
-
Coming to .Net core from Python and Linux with what I think is a really simple project - are there any good guides to help me translate my existing knowledge?
[2] https://github.com/dotnet/MQTTnet
- 6 .NET Myths Dispelled — Celebrating (Almost) 21 Years of .NET
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 24 Mar 2025
Stats
dotnet/MQTTnet is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of MQTTnet is C#.