From 5bb1bba6772f0be0c3e6908df3ed86e1e6781310 Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Sat, 14 Nov 2020 20:43:07 +0100 Subject: [PATCH] Update README.md fix lint issues, remove lelyan --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 994bc4b..964db3a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi ### Community Resources -* [mqtt.org](http://mqtt.org/). +* [mqtt.org](https://mqtt.org/). * [MQTT community wiki](https://github.com/mqtt/mqtt.github.io/wiki). * [Google Groups: MQTT](https://groups.google.com/forum/#!forum/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 * [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 @@ -195,7 +195,7 @@ Core analytics * [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. * [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. @@ -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.Pi](https://github.com/denschu/home.pi) is based on MQTT. * [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). -* [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. * [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.