Chat freely about anything...

User avatar
By torntrousers
#79180
QuickFix wrote:I've never really thought about something like a no central (access) point problem you're trying to solve.
My gut feeling says to create a special layer around the transport layer inside the OSI model or perhaps just sending UDP datagrams to anyone that wants to listen (and act accordingly, finalizing with an "I'm done" ack).


Mmm. Tricky though to send a UDP packet without being on an established IP network, and creating new special layer around the OSI transport layer - crikey - far from simple (which is part of the point of this approach) and quite likely not possible via the public API's and SPI's available to us from Python on the Pi or the Arduino SDK on the ESP8266.

I did initially look at using ESP-Now on the Sonoff and trying to emulate the Espressif specific ESP-Now packets from the Pi, which I think might be closer to what you are suggesting, but I haven't found any way to do that yet, and from hunting around in the Internet no one else has either.