mirror of
https://github.com/hobbyquaker/awesome-mqtt.git
synced 2026-01-24 04:19:09 -08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
language: ruby
|
||||
rvm:
|
||||
- 2.2
|
||||
before_script:
|
||||
- gem install awesome_bot
|
||||
script:
|
||||
- awesome_bot README.md --allow-dupe --white-list creativecommons,awesome-mqtt.svg
|
||||
14
README.md
14
README.md
@@ -1,4 +1,6 @@
|
||||
# Awesome MQTT [](https://github.com/sindresorhus/awesome)
|
||||
# Awesome MQTT [](https://github.com/sindresorhus/awesome) [](https://travis-ci.org/hobbyquaker/awesome-mqtt)
|
||||
|
||||
|
||||
|
||||
> A curated list of MQTT related stuff.
|
||||
|
||||
@@ -56,11 +58,12 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
|
||||
### Tools
|
||||
|
||||
* [mqtt-admin](https://github.com/hobbyquaker/mqtt-admin) - Web based MQTT frontend. [Direct Link](https://hobbyquaker.github.io/mqtt-admin).
|
||||
* [mqtt-admin](https://github.com/hobbyquaker/mqtt-admin/) - Web based MQTT frontend. [Direct Link](https://hobbyquaker.github.io/mqtt-admin/).
|
||||
* [mqtt-benchmark](https://github.com/chirino/mqtt-benchmark) - A benchmarking tool for MQTT Servers.
|
||||
* [mqtt-fuzz](https://github.com/F-Secure/mqtt_fuzz) - A simple fuzzer for the MQTT protocol.
|
||||
* [MQTT.fx](http://mqttfx.jfx4ee.org/) - MQTT.fx is a MQTT Client written in Java based on Eclipse Paho. Supports scripting.
|
||||
* [MQTTInspector](https://github.com/ckrey/MQTTInspector) - A general MQTT testing app for iOS (iPhone and iPad).
|
||||
* [MQTTLens](https://chrome.google.com/webstore/detail/mqttlens/hemojaaeigabkbcookmlgmdigohjobjm) - A Google Chrome application, which connects to a MQTT broker and is able to subscribe and publish to MQTT topics.
|
||||
* [mqtt-malaria](https://github.com/remakeelectric/mqtt-malaria) - scalability and load testing utilities for MQTT environments.
|
||||
* [mqtt-spy](http://kamilfb.github.io/mqtt-spy/) - Java based MQTT frontend. Supports scripting.
|
||||
* [mqtt-utils](https://github.com/dsell/mqtt-utils) - a collection of MQTT utilities.
|
||||
@@ -74,8 +77,9 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
* [hbmqtt](https://github.com/beerfactory/hbmqtt) - Python MQTT client using asyncio.
|
||||
* [mqtt-client](https://github.com/centamiv/mqtt-client) - A Polymer Web Component that implements a MQTT client (uses Paho mqttws31.js).
|
||||
* [MQTT-Client-Framework](https://github.com/ckrey/MQTT-Client-Framework) - iOS native ObjectiveC MQTT Framework.
|
||||
* [mqttex](https://github.com/alfert/mqttex) - MQTT implementation in Elixir.
|
||||
* [MQTTKit](https://github.com/mobile-web-messaging/MQTTKit) - MQTT Objective-C client for iOS.
|
||||
* [mqtt_lua](http://geekscape.github.com/mqtt_lua) - MQTT Client library for the Lua language.
|
||||
* [mqtt_lua](http://geekscape.github.io/mqtt_lua/) - MQTT Client library for the Lua language.
|
||||
* [MQTT.js](https://github.com/mqttjs) - MQTT client for Node.js.
|
||||
* [Paho](http://www.eclipse.org/paho/) - open-source client implementations (C/C++, Java, Python, Javascript, Go, C#).
|
||||
* [pubsubclient](https://github.com/knolleary/pubsubclient) - A client library for the Arduino Ethernet Shield that provides support for MQTT.
|
||||
@@ -85,7 +89,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
### Scripting
|
||||
|
||||
* [logic4mqtt](https://github.com/owagner/logic4mqtt) - Java based Logic and scripting engine for use with MQTT. Uses Java's general scripting interface, so scripts can be written in a multitude of languages like Javascript, Groovy etc.
|
||||
* [mqtt-scripts](https://github.com/hobbyquaker/mqtt-scripts) - Node.js based script runner. .
|
||||
* [mqtt-scripts](https://github.com/hobbyquaker/mqtt-scripts/) - Node.js based script runner. .
|
||||
* [Node-RED](http://nodered.org/) - A visual tool for wiring the Internet of Things.
|
||||
|
||||
|
||||
@@ -146,7 +150,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
|
||||
##### Smart Home Software
|
||||
|
||||
* [fhem](http://fhem.de/) has a [MQTT module](http://fhem.de/commandref.html#MQTT) since V5.6 .
|
||||
* [fhem](http://fhem.de/fhem.html) has a [MQTT module](http://fhem.de/commandref.html#MQTT) since V5.6 .
|
||||
* [homekit2mqtt](https://github.com/hobbyquaker/homekit2mqtt) - Interface between [HAP-NodeJS](https://github.com/KhaosT/HAP-NodeJS) and MQTT.
|
||||
* [ioBroker](https://github.com/ioBroker) has a [MQTT adapter](https://github.com/ioBroker/ioBroker.mqtt).
|
||||
* [openhab](https://github.com/openhab) has a [MQTT binding](https://github.com/openhab/openhab/wiki/MQTT-Binding).
|
||||
|
||||
Reference in New Issue
Block a user