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 query #1723

Closed
pyxiscloud opened this issue Jan 14, 2017 · 5 comments
Closed

MDNS query #1723

pyxiscloud opened this issue Jan 14, 2017 · 5 comments
Labels

Comments

@pyxiscloud
Copy link

nodemcu firmware stil can't connect to devices with avahi-daemon service.
for example it can't connect to "raspberrypi.local"
propose need to add port 5353 to "net" module, then connect to multicast, set dnsserver and it will work?

@djphoenix
Copy link
Contributor

Not sure this may be intergated in net module (or elsewhere) because MDNS is not part of LWIP.
But I think that MDNS resolution may (and should) be implemented in mdns module.
Tagging @pjsg as maintainer of mdns module

@pjsg
Copy link
Member

pjsg commented Jan 22, 2017

I don't have any experience with using nodemcu as a mdns client. The approach outlined by @reejinbouk ought to work.

@dwery
Copy link

dwery commented Jan 22, 2017

@pjsg @djphoenix just found this: http://desperate-programmers.com/2016/02/02/an-update-to-mdns-querries-yay/

the .c file provides the parsing routines, while the lua code has the high level stuff

@iShift
Copy link

iShift commented Feb 21, 2017

+1 add mDNS resolving function to firmware

@stale
Copy link

stale bot commented Jun 7, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jun 7, 2019
@stale stale bot closed this as completed Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants