I haven't seen anyone doing it, but it shouldn't be too bad. You're basically just implementing your own version of the JsNetwork structure from https://github.com/espruino/Espruino/blob/master/libs/network/network.h#L63
JsNetwork
I believe ESP32 uses lwip so you may be able to use its implementation of that structure as a starting point too
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I haven't seen anyone doing it, but it shouldn't be too bad. You're basically just implementing your own version of the
JsNetwork
structure from https://github.com/espruino/Espruino/blob/master/libs/network/network.h#L63I believe ESP32 uses lwip so you may be able to use its implementation of that structure as a starting point too