-
Notifications
You must be signed in to change notification settings - Fork 25
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
The UDP stack #18
Comments
There are some problems with the SDK 2.2, that's why I've gone back to 2.1 for the precompiled binaries. Do you have the same problems with the SDK 2.1. If so, could you provide me with a basic demo code? |
UPDATE: |
I am not sure, whether this has anything to do with your problem (a UDP packet to address 0.0.0.0 is somewhat strange), but I thing I found and probably solved a problem of the lib with SDK 2.2: Will do further tests on that and update it in the repo if it turns out to be stable... |
I have done some research and i always finish here (https://github.com/esp8266/Arduino/pull/5210/files/ed9a363136030d9284b6306be7b1b1ceeb20264d). This is a sdk for Arduino and after some research on the repository, i am finding two potentials files:
Have i found the correct one ? If yes, which one is it? If not, can you give me a link to the file or to the corresponding repository? EDIT: I have done some more tests with the UDP using this tool ( https://packetsender.com/ ) and it looks like my esp can only receive packets directly sent to him but not packets that are broadcasted on the network, this is weird. |
Hello,
I have installed this library in my project using the ESP-NONOS-SDK-v2.2.0. However, the UDP part is not working. I am initializing the espconn structure with the UDP configured and then i am calling espconn_create(...).
Everything was working nice with the old library i add (got from pfalcon) but now nothing happens. I can't send nor receive anything in UDP. Is there some things i have forgotten to call or init or has changed in this project?
I have also some troubles relatives to the TCP stack but i think it is mostly because this library doesn't have an ssl stack, am i right? And i want secure connection.
Clancys
The text was updated successfully, but these errors were encountered: