mDNS and discovering services on the network
Posted:
Wed Jan 13, 2016 2:35 pm
by WereCatf
mDNSResponder currently doesn't support discovering services on the devices on the network, it only answers to queries. Does anyone have any idea how to let mDNSResponder do what it already does, but then doing elsewhere the sending of queries and handling the incoming answers? UDP and mDNS are above my skill-level, I'm not familiar with either protocol.
Re: mDNS and discovering services on the network
Posted:
Thu Jan 14, 2016 2:22 am
by WereCatf
Nevermind, I decided to take a stab at it anyways and forked esp8266 on github and modified the existing mDNS-library. I've got basic discovery working, but I need to adjust the code and prettify it up before seeing if upstream would be accepting a commit.
Re: mDNS and discovering services on the network
Posted:
Mon Jan 18, 2016 5:51 pm
by dunk
hey WereCatf,
you can see my attempt at reading mDNS here:
viewtopic.php?f=29&t=4337and
https://github.com/mrdunk/esp8266_mdnsdunk.