mirror of
https://github.com/hobbyquaker/awesome-mqtt.git
synced 2026-01-23 20:08:10 -08:00
Update README.md
fix lint issues, remove lelyan
This commit is contained in:
@@ -37,7 +37,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
|||||||
|
|
||||||
### Community Resources
|
### Community Resources
|
||||||
|
|
||||||
* [mqtt.org](http://mqtt.org/).
|
* [mqtt.org](https://mqtt.org/).
|
||||||
* [MQTT community wiki](https://github.com/mqtt/mqtt.github.io/wiki).
|
* [MQTT community wiki](https://github.com/mqtt/mqtt.github.io/wiki).
|
||||||
* [Google Groups: MQTT](https://groups.google.com/forum/#!forum/mqtt).
|
* [Google Groups: MQTT](https://groups.google.com/forum/#!forum/mqtt).
|
||||||
* [IRC channel #mqtt on the freenode network](irc://irc.freenode.net/mqtt).
|
* [IRC channel #mqtt on the freenode network](irc://irc.freenode.net/mqtt).
|
||||||
@@ -53,7 +53,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
|||||||
#### Talks
|
#### Talks
|
||||||
|
|
||||||
* [An Introduction to MQTT: Why HTTP isn't the King of the Internet of Things](https://www.youtube.com/watch?v=LKz1jYngpcU) - Shinji Kim, Robert Bird - Akamai, Samsung Developer Conference 2017.
|
* [An Introduction to MQTT: Why HTTP isn't the King of the Internet of Things](https://www.youtube.com/watch?v=LKz1jYngpcU) - Shinji Kim, Robert Bird - Akamai, Samsung Developer Conference 2017.
|
||||||
* [Einführung in MQTT](https://www.youtube.com/watch?v=INYG4-xsa9c) - Dominik Obermaier & Jens Deters, [Building IoT](https://www.buildingiot.de/) conference 2016 (German).
|
* [Einführung in MQTT](https://www.youtube.com/watch?v=INYG4-xsa9c) - Dominik Obermaier & Jens Deters, [Building IoT](https://www.buildingiot.de/index.php) conference 2016 (German).
|
||||||
|
|
||||||
### Broker
|
### Broker
|
||||||
|
|
||||||
@@ -195,7 +195,7 @@ Core analytics
|
|||||||
* [ESP8266MQTTMesh](https://github.com/PhracturedBlue/ESP8266MQTTMesh) - MQTT over mesh WiFi integrated library for ESP8266
|
* [ESP8266MQTTMesh](https://github.com/PhracturedBlue/ESP8266MQTTMesh) - MQTT over mesh WiFi integrated library for ESP8266
|
||||||
* [esp_mqtt](https://github.com/tuanpmt/esp_mqtt) - MQTT client library for ESP8266.
|
* [esp_mqtt](https://github.com/tuanpmt/esp_mqtt) - MQTT client library for ESP8266.
|
||||||
* [mqtt-ir-transceiver](https://github.com/enc-X/mqtt-ir-transceiver) - ESP8266 based bidirectional gateway between MQTT and IR. Use with PlatformIO.
|
* [mqtt-ir-transceiver](https://github.com/enc-X/mqtt-ir-transceiver) - ESP8266 based bidirectional gateway between MQTT and IR. Use with PlatformIO.
|
||||||
* [mqtt-with-micropython](https://docs.pycom.io/chapter/tutorials/all/mqtt/) - Connect to MQTT with micropython and wipy/others (ESP32 inside)
|
* [mqtt-with-micropython](https://docs.pycom.io/tutorials/networkprotocols/mqtt/) - Connect to MQTT with micropython and wipy/others (ESP32 inside)
|
||||||
* [nodemcu-gpiomqtt](https://github.com/hobbyquaker/nodemcu-gpiomqtt) - Lua script to connect ESP8266 GPIOs to MQTT.
|
* [nodemcu-gpiomqtt](https://github.com/hobbyquaker/nodemcu-gpiomqtt) - Lua script to connect ESP8266 GPIOs to MQTT.
|
||||||
|
|
||||||
|
|
||||||
@@ -293,9 +293,8 @@ Here are complete firmwares to turn them into MQTT-controlled smart home nodes:
|
|||||||
* [Home Assistant](https://www.home-assistant.io/) has a MQTT component.
|
* [Home Assistant](https://www.home-assistant.io/) has a MQTT component.
|
||||||
* [Home.Pi](https://github.com/denschu/home.pi) is based on MQTT.
|
* [Home.Pi](https://github.com/denschu/home.pi) is based on MQTT.
|
||||||
* [Homegear](https://homegear.eu/index.php/Main_Page) has build in MQTT support.
|
* [Homegear](https://homegear.eu/index.php/Main_Page) has build in MQTT support.
|
||||||
* [homekit2mqtt](https://github.com/hobbyquaker/homekit2mqtt) - Interface between [HAP-NodeJS](https://github.com/KhaosT/HAP-NodeJS) and MQTT. Control MQTT connected devices with Siri or HomeKit Apps.
|
* [homekit2mqtt](https://github.com/hobbyquaker/homekit2mqtt) - Interface between [HAP-NodeJS](https://github.com/homebridge/HAP-NodeJS) and MQTT. Control MQTT connected devices with Siri or HomeKit Apps.
|
||||||
* [ioBroker](https://github.com/ioBroker) has a [MQTT adapter](https://github.com/ioBroker/ioBroker.mqtt).
|
* [ioBroker](https://github.com/ioBroker) has a [MQTT adapter](https://github.com/ioBroker/ioBroker.mqtt).
|
||||||
* [Lelylan](http://www.lelylan.com/) - IOT Cloud Platform. Microservices Architecture. For Developers.
|
|
||||||
* [Node-RED](https://nodered.org/) - A visual tool for wiring the Internet of Things, has native MQTT Support.
|
* [Node-RED](https://nodered.org/) - A visual tool for wiring the Internet of Things, has native MQTT Support.
|
||||||
* [openHAB](https://github.com/openhab) has a [MQTT binding](https://github.com/openhab/openhab1-addons/wiki/MQTT-Binding).
|
* [openHAB](https://github.com/openhab) has a [MQTT binding](https://github.com/openhab/openhab1-addons/wiki/MQTT-Binding).
|
||||||
* [pimatic](https://pimatic.org/) has a MQTT plugin.
|
* [pimatic](https://pimatic.org/) has a MQTT plugin.
|
||||||
|
|||||||
Reference in New Issue
Block a user