-->
Page 1 of 1

wifi_send_pkt_freedom

PostPosted: Sun Dec 18, 2016 9:40 am
by stern0m1
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

Re: wifi_send_pkt_freedom

PostPosted: Fri Dec 23, 2016 4:57 pm
by AcmeUK
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.

Re: wifi_send_pkt_freedom

PostPosted: Tue Mar 19, 2019 5:01 pm
by Pekmez
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.