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

Add support for mDNS #161

Closed
proddy opened this issue Oct 17, 2021 · 2 comments
Closed

Add support for mDNS #161

proddy opened this issue Oct 17, 2021 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@proddy
Copy link
Contributor

proddy commented Oct 17, 2021

We had this in v2. Use the ESPmDNS.h library, do a MDNS.begin() using the hostname and add the TCP services for the Web server. Maybe it'll help with EMS-ESP not setting the hostname correctly on some older routers.

https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/mdns.html

@proddy
Copy link
Contributor Author

proddy commented Oct 18, 2021

registered the http and telnet services and included some text. I used esphome as an example. Also disabled the OTAService from doing the same thing. Now EMS-ESP should be discoverable on ems-esp.local and maybe it resolves some of the DNS names on some older routers. In build v3.2.2b13

@proddy
Copy link
Contributor Author

proddy commented Oct 21, 2021

confirmed working (via Discord)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant