ESP32 open MAC
Building an open-source Wi-Fi MAC layer for the ESP32The ESP32 is a low-cost microcontroller with Wi-Fi connectivity.
Currently, the Wi-Fi MAC layer of the ESP32 is closed-source.
This project aims to change that: by reverse engineering the hardware registers and software, we can build a networking stack that is open-source up to the hardware, instead of having to use the proprietary MAC layer.This will improve security auditability, open up the possibility for features not supported in the prop...
Read more at esp32-open-mac.be