You can chat about native SDK questions and issues here.

User avatar
By stern0m1
#59637 I want to send data from 1 esp8266 to another without establishing a network via the wifi_send_pkt_freedom function.

What function would i use to recieve such data?

Do we have the the ability to bypass the tcpip/udp stack complety?

Thanks
User avatar
By AcmeUK
#59888 Not sure if it is 'wifi_send_pkt_freedom' related but have you found esp-now?
ESP-Now enables fast lightwieght connectionless communication between ESP8266's.
User avatar
By Pekmez
#81217 In this project https://www.hackster.io/ricardooliveira ... tor-12542e the ESP listens to the probe requests sent from the devices like phones, PCs etc. with the specific MAC. So i don't know how a probe request looks like, and i don't have the free time to get more deeper into it, so i think you could make one ESP send the probe requests and the other listening for the requests sent from the specific ESP.