emqx
The most scalable open-source MQTT broker for IoT, IIoT, and connected vehicles (by emqx)
MQTTnet
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/. (by dotnet)
emqx | MQTTnet | |
---|---|---|
9 | 14 | |
14,701 | 4,689 | |
1.5% | 1.6% | |
10.0 | 7.8 | |
4 days ago | 12 days ago | |
Erlang | C# | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
emqx
Posts with mentions or reviews of emqx.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-21.
-
Measuring Crowd Engagement with an MQTT-based IoT App
Before applying our application to the cluster, we need to make sure there is a MQTT broker running that can be reached from within the cluster. For simplicity, we are deploying an EMQX MQTT broker as a Pod in the cluster along with a service we can configure as the address for the MQTT trigger in our Spin application. For testing purposes, we will also apply a fake sound sensor to the cluster that publishes sound values to the broker. Apply these resources from the example repository:
-
Top FP technologies
emqx
-
Simplest Guide to DIY Your Own LLM Toy in 2024
EMQX (optional): Open-source MQTT broker for IoT, IIoT, and connected vehicles. Used for managing your toys.
-
All right, which one of you did this?
I do know a real world use for Erlang (it also surprised me when i investigated about it), but two of the biggest mqtt brokers are coded in erlang: emqx, vernemq
-
Comparing MQTT Brokers for the Industrial IoT
EMQX is a 10-year-old open-source project under Apache License 2.0, with 11k stars on GitHub(https://github.com/emqx/emqx), 20M downloads on DockerHub (https://hub.docker.com/r/emqx/emqx), and 400+ paid customers worldwide. The Sweden address you mentioned is only the registered address of our Sweden entity. We’re a globally distributed team. EMQX European R&D team members work remotely in Sweden, Germany, the UK, and Brazil. We have similar registered addresses for entities in Germany and the USA too. See my response in linkedin for the address doxing.
-
We launched a serverless MQTT service with 1M free session minutes each month
Hello, we’ve met situations where messages are accumulated in EMQX due to slow user consumption, and then EMQX will be killed by the operating system as it takes up too much memory. It is usually caused by improper configuration. However, we are unclear about what kind of situations you met. Could you please raise an issue in our GitHub community at: https://github.com/emqx/emqx/issues? Our experts will try to offer help asap.
-
Reaching 100M MQTT Connections with EMQX 5.0
EMQX is an open-source, highly scalable, and distributed MQTT messaging broker written in Erlang/OTP that can support millions of concurrent clients. As such, there is a need to persist and replicate various data among the cluster nodes. For example: MQTT topics and their subscribers, routing information, ACL rules, various configurations, and many more. Since its beginning, EMQX has used Mnesia as the database backend for such needs.
- EMQX 5.0 Released: 100M+ IoT Connections Per Cluster
-
EMQX made in China?
EMQX(https://github.com/emqx/emqx) is an open-source project under Apache License 2.0, we don't think there are national borders for open source. The nature of its being open-source means it is developed, tested, and used by the open-source community worldwide. For a popular open-source project that has been downloaded by 15M times and adopted so widely globally for many years, it’s impossible to have a backdoor hidden without being discovered.
MQTTnet
Posts with mentions or reviews of MQTTnet.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-24.
-
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
What are some alternatives?
When comparing emqx and MQTTnet you can also consider the following projects:
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
Mqtt2Mqtt - Customize MQTT messages between two brokers
vernemq - A distributed MQTT message broker based on Erlang/OTP. Built for high quality & Industrial use cases. The VerneMQ mission is active & the project maintained. Thank you for your support!
SignalR-Client-Cpp - C++ client for ASP.NET SignalR 2.x
Aedes - Barebone MQTT broker that can run on any stream server, the node way
SparkplugNet - SparkplugNet is a library to use the Sparkplug industrial IoT (IIoT) standard in .Net. It uses MQTTnet in the background.