async-mqtt-client
ESP32-Rhasspy-Satellite
async-mqtt-client | ESP32-Rhasspy-Satellite | |
---|---|---|
6 | 1 | |
878 | 368 | |
1.0% | 0.5% | |
4.6 | 4.0 | |
7 months ago | about 1 year ago | |
C++ | C++ | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
async-mqtt-client
-
How can i send qos 1 mqtt messages to aws?
So looking at the docs from the library you mentioned, in the limitations section it mentions that TLS 1.2 is not supported. That is definitely required for connecting to AWS IoT Core.
-
ESPHome: MQTT over Websockets?
Good insight! Thanks for digging into the embedded code. Indeed, the library from which async-mqtt-client was forked has an outstanding issue to add wsMQTT support.
-
Messagebus
Most definitely! I'm using https://github.com/marvinroger/async-mqtt-client this to connect all my esps to a shared message bus.
-
Running Async http server and Async mqtt client same time
#include
-
Help, function calls to some library functions made in callbacks are sometimes getting lost.
https://github.com/marvinroger/async-mqtt-client/blob/master/src/AsyncMqttClient.hpp onMqttPublish() is a callback of type OnPublishUserCallback.
-
Best way to handle push buttons using an I2C expander
Ah. In practice mqtt is lightweight enough of a protocol that it should rarely block long enough to hide a button press. But https://github.com/marvinroger/async-mqtt-client might be what you're looking for.
ESP32-Rhasspy-Satellite
-
References for ESP32 audio Kit
I use one of these as a rhasspy satellite. Maybe this repo helps a bit: https://github.com/Romkabouter/ESP32-Rhasspy-Satellite
What are some alternatives?
PJON - PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
openHASP - HomeAutomation Switchplate based on lvgl for ESP32
EMS-ESP32 - ESP32 firmware to read and control EMS and Heatronic compatible equipment such as boilers, thermostats, solar modules, and heat pumps
OpenMQTTGateway - MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
esphome - ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
ESPecial - ESP32 automation with web interface and telegram bot