-
Notifications
You must be signed in to change notification settings - Fork 118
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
Only one SSID per device #6
Comments
Hello @Bigfoot491993 , from my understanding, each probe request contains one SSID. If the device wants to check presence of multiple ssids around it will send multiple probe requests. |
Interesting, I'll test it again as soon as possible but I don't think I ever saw an other SSID for a given MAC over the course of 15 minutes. I read somewhere that esperrif limited the firmware in recent versions but I haven't managed to get an older version working with the Arduino IDE. |
Hi @Bigfoot491993 ,
I limt the ssid! ( limitation in stack .. heap ).
findMACdeviceInDeviceArray(deviceMacAddr) is used to store ONLY unique MAC addr in our Buffer..
Now we have all data in our Buffer..can do whatever we need with it..
|
Hey, I know its a long time ago now, but do you have the full code for this? |
nope |
Hi, whenever I run this script it only gives me one remembered SSID per device, this is a different SSID than that device is currently connected to, so it really is a saved network, however I don't know how to get more SSID's out of it. I read somewhere that Espressif limited the montioring mode in recent releases, any idea how to fix this? (I programmed it using the Arduino IDE)
The text was updated successfully, but these errors were encountered: