easpeasy-s wrote: 19 Nov 2025, 09:20
[...]
It would be nice to display the ipv6 global address on the node list on the main page
Cheers.
Well I didn't include it in the node list for various reasons.
The main reason is that those pages are often posted by users as a screenshot and being a global IPv6 address, it depends on the user's router settings whether it is shielded properly from the internet.
I have not yet seen routers which do have global IPv6 addresses exposed to the internet by default, but better safe than sorry.
Also I have to re-think how to represent IP-addresses on the nodes list page.
- An interface may have upto 6 IPv6 addresses
- ESPEasy p2p should take into account via which interface the other node is reachable. The Link-local address with the zone would suffice.
- ESPEasy p2p itself must have an extra flag on which interface(s) it should be active as for example PPP (LTE modem) is completely unsuited to use for p2p
- IPv6 addresses can become quite long. Especially the global and unique link local ones as those typically do not have lots of zeroes which could be abbreviated.
Glad to see the SPI Eth device is now working on your S3 node.
FYI: I am now working on the remaining WiFi issues.
The RMII global IPv6 issue is still under investigation by Espressif.
There are some funky issues with ESP-HOSTED-MCU running on the ESP32-C6 on ESP32-P4 boards (e.g. erase all settings on P4 board and the C6 may still connect to WiFi as it is locally stored and not erased)
I did add (initial) support for ESP32-C61 and even the web flasher has been fixed to be able to flash ESP32-C61 and ESP32-C5

(status for C61: It boots, connects to WiFi and doesn't crash

Nothing else was tested so far. )