Mosquitto
mosquitto.orgRank Trend
Ranking history over time.
About Mosquitto
Eclipse Mosquitto is an open source MQTT broker that implements the MQTT protocol, suitable for various devices from low power single board computers to full servers. It provides tools for messaging using a publish/subscribe model, making it ideal for Internet of Things applications.
Implement MQTT messaging with the Eclipse Mosquitto broker.
What You Can Do
- Download the Mosquitto broker for various platforms
- Access documentation and API references
- Run a test MQTT server for experimentation
- Utilize command line MQTT clients like mosquitto_pub and mosquitto_sub
- Report security vulnerabilities and access security resources
Frequently Asked Questions
What is Eclipse Mosquitto?
Eclipse Mosquitto is an open source MQTT broker that facilitates messaging using the MQTT protocol.
Is Mosquitto suitable for IoT applications?
Yes, Mosquitto is designed for lightweight messaging, making it ideal for Internet of Things applications.
How can I download Mosquitto?
You can find the source or binaries for your platform on the dedicated download page of the Mosquitto project.
What command line tools does Mosquitto provide?
Mosquitto offers command line tools such as mosquitto_pub and mosquitto_sub for publishing and subscribing to messages.
How can I test Mosquitto?
You can use the test MQTT server at test.mosquitto.org to experiment with various MQTT options.