mirror of
https://github.com/hobbyquaker/awesome-mqtt.git
synced 2026-01-23 20:08:10 -08:00
fix broken links
This commit is contained in:
10
README.md
10
README.md
@@ -38,7 +38,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
### Community Resources
|
||||
|
||||
* [mqtt.org](https://mqtt.org/).
|
||||
* [MQTT community wiki](https://github.com/mqtt/mqtt.github.io/wiki).
|
||||
* [MQTT community wiki](https://github.com/mqtt/mqtt.org/wiki).
|
||||
* [Google Groups: MQTT](https://groups.google.com/forum/#!forum/mqtt).
|
||||
* [IRC channel #mqtt on the freenode network](irc://irc.freenode.net/mqtt).
|
||||
* [A list of public brokers](http://moxd.io/2015/10/17/public-mqtt-brokers/).
|
||||
@@ -70,7 +70,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
* [Moquette](https://github.com/moquette-io/moquette) - Java MQTT lightweight broker.
|
||||
* [Mosca](http://www.mosca.io/) - Mosca is a node.js MQTT broker, which can be used Standalone or Embedded in another Node.js application.
|
||||
* [Mosquitto](http://mosquitto.org/) - *"*The"** Open Source MQTT Broker.
|
||||
* [Free test server](https://mqtt.eclipse.org/) hosted by the Eclipse Foundation.
|
||||
* [Free test server](https://mqtt.eclipseprojects.io) hosted by the Eclipse Foundation.
|
||||
* [Authorization Plugin in Go](https://github.com/iegomez/mosquitto-go-auth) supports many types of logins.
|
||||
* [Let's Encrypt Mosquitto Docker Container](https://hub.docker.com/r/pythonlinks/letsencrypt-mosquitto) makes it easy to encrypt.
|
||||
* [MyQttHub](https://myqtthub.com) - Cloud MQTT broker.
|
||||
@@ -91,7 +91,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
|
||||
- [EMQ X MQTT Cloud](https://cloud.emqx.io/) - A secure, reliable MQTT cloud service with best pratices from EMQ team.
|
||||
- [flespi](https://flespi.com/mqtt-broker) - Free and secure cloud MQTT broker with private namespaces, MQTT 3.1.1 and MQTT 5.0 support and gorgeous limits.
|
||||
- [Google Cloud IoT](https://cloud.google.com/solutions/iot/) - Google Cloud IoT is a complete set of tools to connect, process, store, and analyze data both at the edge and in the cloud. The platform consists of scalable, fully-managed cloud services; an integrated software stack for edge/on-premises computing with machine learning capabilities for all your IoT needs.
|
||||
- [HiveMQ Cloud](https://www.hivemq.com/cloud) - HiveMQ Cloud is a fully managed MQTT platform that connects IoT devices to any IoT cloud platform. A cloud native IoT messaging platform that simplifies reliable and scalable IoT device connectivity.
|
||||
- [HiveMQ Cloud](https://www.hivemq.com/cloud/) - HiveMQ Cloud is a fully managed MQTT platform that connects IoT devices to any IoT cloud platform. A cloud native IoT messaging platform that simplifies reliable and scalable IoT device connectivity.
|
||||
- [IBM WATSON](https://www.ibm.com/watson) - With Watson, you can bring AI tools and apps to your data wherever it resides – whether it's on IBM Cloud, AWS, Azure, Google, or your own private cloud platform.
|
||||
|
||||
### Platforms
|
||||
@@ -198,7 +198,7 @@ Core analytics
|
||||
* [ESP32-BLE2MQTT](https://github.com/shmuelzon/esp32-ble2mqtt) - BLE to MQTT bridge, exposes BLE GATT characteristics as MQTT topics for bidirectional communication.
|
||||
* [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-ir-transceiver](https://github.com/piotrC4/mqtt-ir-transceiver) - ESP8266 based bidirectional gateway between MQTT and IR. Use with PlatformIO.
|
||||
* [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.
|
||||
|
||||
@@ -268,7 +268,7 @@ Here are complete firmwares to turn them into MQTT-controlled smart home nodes:
|
||||
#### Smart Home Hardware Interfaces
|
||||
|
||||
* [aqara-mqtt](https://github.com/monster1025/aqara-mqtt) - Aqara (Xiaomi) Gateway to MQTT bridge.
|
||||
* [aqara2mqtt](https://github.com/hobbyquaker/aqara2mqtt) - Attach [Aqara](https://www.aqara.com/us/home.html) Smart Hubs to MQTT.
|
||||
* [aqara2mqtt](https://github.com/hobbyquaker/aqara2mqtt) - Attach [Aqara](http://www.aqara.com.cn) Smart Hubs to MQTT.
|
||||
* [can2mqtt] (https://github.com/c3re/can2mqtt) - CAN-Bus - MQTT Bridge (also works vice versa).
|
||||
* [cul2mqtt](https://github.com/hobbyquaker/cul2mqtt) - Interface between [Busware CUL](http://shop.busware.de/product_info.php/cPath/1/products_id/29) (868MHz RF-Devices like ELV FS20, HMS, EM, ...) and MQTT.
|
||||
* [domiqtt](https://github.com/etobi/domiqtt) - Connects to a Domiq Base (LCN) and translate from and to MQTT.
|
||||
|
||||
Reference in New Issue
Block a user