Skip to content

docs: #5

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

Closed
krishnak opened this issue Sep 27, 2022 · 3 comments
Closed

docs: #5

krishnak opened this issue Sep 27, 2022 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@krishnak
Copy link

You have mentioned about broadcast messages between ESP8266 and ESP32 not appearing unless they are on AP_IF.

I have noticed this today
Sender ESP32 broadcast address
broadcastpeer = b'\xff' * 6
e0.add_peer(broadcastpeer,ifidx=network.AP_IF)

Any broadcast sent from ESP32 on both the interfaces are not received by ESP8266, please confirm whether you are able to reproduce this and update the document accordingly.

@krishnak krishnak added the documentation Improvements or additions to documentation label Sep 27, 2022
@krishnak
Copy link
Author

Apparently this is a BUG in the underlying SDK and it appears to have been fixed in Arduino implementation, you may need to check with micropython team
esp8266/Arduino#6174

@krishnak
Copy link
Author

Just an update I have download the ESP-RTOS-SDK for esp8266 - an app built using that in C, can receive and send broadcast messages from ESP8266 it appears that the micropython team are using an older probably a non OS SDK which has bugs (including the DDoS loop hole) which is crashing my ESP8266 WiFi after 30 seconds of connecting (only to my router) a separate thread is going on regarding this on micropython discussion board .

I think they need to upgrade the ESP SDK on micropython

@glenn20
Copy link
Owner

glenn20 commented Oct 2, 2022

Thanks for following this up. This issue is noted in the online docs.

Yes, micropython uses the older non-os sdk for esp8266 and while that is the case there is not much I can do to resolve this issue. I'm not aware of any attempts underway tp adopt an updated SDK for esp8266 for micropython.

@glenn20 glenn20 closed this as completed Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants