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

Router: bonjour/zeroconf services for OTA programming and *.local name resolution #1

Open
the-magister opened this issue Jan 1, 2018 · 1 comment

Comments

@the-magister
Copy link
Owner

Nyctinasty_Comms library module makes OTA programming via the IDE and name resolution in *.local available via mDNS. The router is running avachi-daemon and mdns-daemon, so it should "see" the ESP8266 devices. It doesn't, and I suspect:

  • Something in dd-wrt is blocking that announcement/service. I have tried turning off the firewall.
  • Something in DNSmasq could be culprit for *.local lookup.
@the-magister
Copy link
Owner Author

@giles7777, check the test/ directory for this simple code:

https://github.com/the-magister/nyctinasty/blob/master/test/BasicOTA/BasicOTA.ino

  1. Convince yourself that this works when connecting to your home (presumably Bonjour-friendly) network.
  2. Then swap to the project router, and see if it works.

If these test clean, then we're in good shape.

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