I got #veilid to run on the #esp32 - but I’m still working on fleshing it out a bit more to make it more useful.
Tonight I’ll work on enabling inbound connections and UPNP to bring it up to full node capabilities. Next is adding an sdcard reader to add greater storage capacity for DHT records.
A note on running it: it requires PSRAM, and not all ESP32s use the same type. Most newer ones use Octal PSRAM, but some older ones use quad PSRAM. You have to build for the RAM you have.