We would like to use WiFi mesh for our project. So we can deploy devices around the plant without externally expanding WiFi networks and also connecting to a GSM modem for separating IoT devices from internal clients network.
Does AWS have any plans on expanding their WiFi libraries to include WiFi mesh?
I haven’t started trying out mesh yet, but ESP32 WIFI MESH library is build on top of ESP32 WiFi library.
If I am to port WiFi mesh library I would have do to porting in aws_wifi.c and NetworkInterface.c
files? Basically replace esp wifi with esp wifi mesh routines.
Is there is anything else I would need to be aware of?
Also, I noticed about upcoming BLE support for provisioning WiFi credentials. I believe this would also be of interest to work with WiFI MESH.
Thanks