-
Notifications
You must be signed in to change notification settings - Fork 78
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
Comments
@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: |
Unfortunately that's the same approach used as the baseline here. The point where it breaks down is advertising the |
@kgiori Do you know if this bug still exists? I don't have any WiFi101 hardware to test with. |
I'll try to get to testing this tomorrow. I do have a MKR1000 that would
use the WiFi101 library.
kathy
…On Tue, Jan 7, 2020 at 12:19 PM Michael Stegeman ***@***.***> wrote:
@kgiori <https://github.com/kgiori> Do you know if this bug still exists?
I don't have any WiFi101 hardware to test with.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#32>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACIMHNWFSUWLYZWMIOWCU4DQ4TPTVANCNFSM4FY3KDNQ>
.
|
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.
The text was updated successfully, but these errors were encountered: