Is it possible to use default protocols over mesh network (SNTP, HTTP, MQTT, Websockets)?
Posted: Sat May 01, 2021 8:05 am
I'm considering using esp-mesh to increase the routing capacities of our many devices, so that they are not directly connected to the router and also the range of the network can extend beyond its reach.
But I'm finding it difficult to establish whether or not esp-mesh will work together with the default protocols of existing libraries such as MQTT (mqtt_client.h), STNP (esp_sntp.h) or HTTP (esp_http_client.h) and websockets (esp_websocket_client.h). As far as I can tell, those modules use functions that do not root on a common abstraction layer which is altered by esp-mesh, which means that I would have to rewrite even basic TLS functionality to work with esp-mesh. Is this assumption correct?
But I'm finding it difficult to establish whether or not esp-mesh will work together with the default protocols of existing libraries such as MQTT (mqtt_client.h), STNP (esp_sntp.h) or HTTP (esp_http_client.h) and websockets (esp_websocket_client.h). As far as I can tell, those modules use functions that do not root on a common abstraction layer which is altered by esp-mesh, which means that I would have to rewrite even basic TLS functionality to work with esp-mesh. Is this assumption correct?