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

WiFi101: mDNS packet truncated at 64 byte mark #32

Open
hobinjk opened this issue Oct 3, 2018 · 4 comments
Open

WiFi101: mDNS packet truncated at 64 byte mark #32

hobinjk opened this issue Oct 3, 2018 · 4 comments

Comments

@hobinjk
Copy link
Contributor

hobinjk commented Oct 3, 2018

Undefining LIMITED_RAM_DEVICE to get a big UDP buffer didn't help so it might be at the ArduinoMDNS layer instead

@kgiori This is the mystery bug which prevents discovery from working on WiFi101 devices.

@hobinjk hobinjk self-assigned this Oct 3, 2018
@kgiori
Copy link

kgiori commented Oct 10, 2018

@dhylands earlier quick hack that he made for a demo, required a gateway add-on but the mDNS part worked when running on the WINC1500 module:
https://github.com/mozilla-iot/http-on-off-wifi101

@hobinjk
Copy link
Contributor Author

hobinjk commented Oct 11, 2018

Unfortunately that's the same approach used as the baseline here. The point where it breaks down is advertising the webthing mDNS service which runs into the WiFi101-specific 64 byte limit

@mrstegeman
Copy link
Contributor

@kgiori Do you know if this bug still exists? I don't have any WiFi101 hardware to test with.

@kgiori
Copy link

kgiori commented Jan 9, 2020 via email

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

3 participants