Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libespnow.a/espnow.o #7

Open
stern0m1 opened this issue Dec 28, 2017 · 1 comment
Open

libespnow.a/espnow.o #7

stern0m1 opened this issue Dec 28, 2017 · 1 comment

Comments

@stern0m1
Copy link

Any interest in further hacking the sdk? Maybe you know someone interested?
I want to hack libespnow.a/espnow.o.
esp-now provides a call back for action frames, but its vendor specific to espressif. There is some filter, that blocks action frames not from espressif.
I want to capture action frames from an iphone.
Specifically I want to capture the frame thats transmitted by:
https://developer.apple.com/documentation/multipeerconnectivity/mcnearbyserviceadvertiser/1406967-discoveryinfo

I am able to capture this frame with other tools and i can see its an action frame.

Thanks

@L0laapk3
Copy link

L0laapk3 commented Jan 10, 2018

suggestion: Try first detecting the target in another way, then saving the mac address in eeprom somewhere, then set the esp's mac address to the target's mac address on boot. That way you will be able to receive all their frames in full.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants