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

Ethernet compatibility #202

Open
kbssa opened this issue Mar 9, 2022 · 0 comments
Open

Ethernet compatibility #202

kbssa opened this issue Mar 9, 2022 · 0 comments

Comments

@kbssa
Copy link

kbssa commented Mar 9, 2022

I am trying to make this lybrary works with the w5500 ethernet module, but without success.

I have made some changes for it to work with this library (https://github.com/khoih-prog/EthernetWebServer).

I can see the devices created in http://[myEspIP]/espalexa, but the alexa never discovers the devices.

When the alexa is trying to discover the devices I can see the respond to UDP SSDP M-SEARCH on the serial monitor, but it never sends the description.xml.


Responding search req...
Got UDP!
M-SEARCH * HTTP/1.1
HOST: 239.255.255.250:1900
ST: upnp:rootdevice
MAN: "ssdp:discover"
MX: 3


Responding search req...
Got UDP!
M-SEARCH * HTTP/1.1
HOST: 239.255.255.250:1900
ST: ssdp:all
MAN: "ssdp:discover"
MX: 3


Responding search req...
Got UDP!
M-SEARCH * HTTP/1.1
HOST: 239.255.255.250:1900
ST: upnp:rootdevice
MAN: "ssdp:discover"
MX: 3

When I simulate the process with the packet sender app it works.

Any advice would be appreciated.

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

1 participant