-->
Page 2 of 2

Re: A Simple mDNS Responder.

PostPosted: Fri May 08, 2015 1:42 pm
by Kevin Uhlir (N0BEL)
Just some updates....

Since SDK 1.01 includes mDNS, this work is now obsolete.

Regarding the compile errors reported, its just SDK version differences, it looks like mem.h needs to be included in the source. Its possible its another include. The original work was done under SDK 093.

For nodemcu, I'm going to wait for them to catch up with SDK 1.01, and then submit a pull request including the hooks for mDNS.

/Kevin

Re: A Simple mDNS Responder.

PostPosted: Sun May 17, 2015 6:18 am
by tavalin
Does the SDK mDNS implement a mDNS responder? If so have you got any example code please?

Re: A Simple mDNS Responder.

PostPosted: Sat May 30, 2015 12:01 am
by LEDAero
Patriko wrote:LEDAero, did you got it working?


Get what working? I wasn't trying...

Re: A Simple mDNS Responder.

PostPosted: Fri Jan 15, 2016 1:01 pm
by AdrianM
Kevin Uhlir (N0BEL) wrote:Just some updates....

Since SDK 1.01 includes mDNS, this work is now obsolete.

Regarding the compile errors reported, its just SDK version differences, it looks like mem.h needs to be included in the source. Its possible its another include. The original work was done under SDK 093.

For nodemcu, I'm going to wait for them to catch up with SDK 1.01, and then submit a pull request including the hooks for mDNS.

/Kevin

Lack of mDNS support in nodemcu/Lua is forcing me over to Arduino IDE development but I'm finding that process painfully slow compared to working on one script at a time in ESPlorer. I'm also getting to like Lua as a programming language.

I looked at the port of CC3000 Multicast DNS library that is the Arduino library, but it's a big old chunk of code to hand-convert into Lua. I assume the only sensible approach is to compile it into a nodemcu module as described above. Are there examples of how this is done as I haven't got a clue.