I am adding mDNS/DNS-SD query responder software to my project to allow my NuttX "appliance" to be identified as a ".local" device on the network.

It is using public domain software here: https://github.com/mjansson/mdns

Firstly: would this be best done as part of the kernel under the CONFIG_NET umbrella; or as an app as a NETUTILS feature?

Secondly: my read of the PD license is that there would be no problem plundering the necessary code and submitting it as a NuttX feature. Does anyone disagree - for example is an Apache license of what was public domain software not a good/nice/allowed thing? I assume it would be good to include a link to the original work somewhere or other?

Reply via email to