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

mDNS not working #2

Closed
bedenko opened this issue Oct 15, 2015 · 5 comments
Closed

mDNS not working #2

bedenko opened this issue Oct 15, 2015 · 5 comments

Comments

@bedenko
Copy link

bedenko commented Oct 15, 2015

i installed latest version and compiled with SDK 1.4.0, but i am unable to get mDNS to advertise.
this is my output:

esp8266 ws2812 driver
Settings Loaded: ESP_9E5F33 / Default
Opmode: 1
Station mode: "SSID":"pass" (bssid_set:0)
IGMP Joining: b60aa8c0 fb0000e0
STAT: 5
IP: 192.168.10.182
NM: 255.255.255.0
GW: 192.168.10.1
WCFG: /SSID/pass/
IGMP Joining: b60aa8c0 

So i see that JoinGropMDNS() was called but i cant find advertisement with commad avahi-browse -at from another linux station.

@cnlohr
Copy link
Owner

cnlohr commented Oct 19, 2015

I can certainly get that particular tool. I was using a mobile-based tool to search, and making sure everything worked by default when you typed the address in or pinged it with the system.

@bedenko
Copy link
Author

bedenko commented Oct 19, 2015

hm,
the address really works (i.e. if i go to http://ESP_123456 i get resolved address),
but service discovery does not find the services being advertised.

Could this line have to do anything with it?

@cnlohr
Copy link
Owner

cnlohr commented Oct 20, 2015

I don't believe so. That is for responses to the ESP. I was originally planning to use MDNS to let the ESPs find each other, however, that would take more resources than I'd like to spend.

@cnlohr
Copy link
Owner

cnlohr commented May 3, 2016

@bedenko I know it's been a while, but, the footprint is much smaller now and everything seems to fit better. I could probably do more to let mdns find services and whatnot and can debug now. If you could tackle this issue, awesome if not I suppose I can give it a shot.

@cnlohr
Copy link
Owner

cnlohr commented Sep 4, 2016

Ok! MDNS was merged with esp82xx, and now everyhting's fixed.

@cnlohr cnlohr closed this as completed Sep 4, 2016
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

2 participants