@circfruit just to say I've got your code running on an ESP32-C6 (a dfrobot beetle dev board). Wasn't difficult and seems to be running pretty well, seeing a lot of traffic. I've got it connecting to my local node on my WiFi network.
I'm interested in using it for a sensor network backbone.
@circfruit I can easily get an alternative board, so cheap these days.
It does work fine for about 5 minutes, I added `self.online = False` to the exception that prints the poll error in `tcp.py` and that seems to force it to try and reconnect for a period of time and it gets back working again quicker then just waiting and have it erroring
@circfruit (continuing the sensor thought process) I was having a think about efficient uses of reticulum as a sensor network, for remote nodes with aggressive power saving I was thinking that the best option would be for them to wake up, announce and then send a lxmf message to a known destination before going back to sleep, reticulum would then route the packet via whatever route is possible.
While reticulum adds overhead overall for a sensor network I think the built in routing and multi-interface options makes it worthwhile - particularly with these fairly high powered MCUs these days.