Does lwIP support Zeroconf?

前端 未结 4 1620
臣服心动
臣服心动 2020-12-31 07:39

I see that lwIP has some AutoIP (aka IPv4LL, aka RFC 3927) code, but I can\'t tell if it does anything higher up in the Zeroconf stack, namely mDNS and DNS-SD (with RFC 2782

4条回答
  •  北海茫月
    2020-12-31 08:44

    Here is a very small mDNS responder which can be ported rather easily to lwIP:

    https://bitbucket.org/geekman/tinysvcmdns

    Apples mDNSResponder is still rather heavyweight for very small systems (in terms of RAM usage), so if only basic functionality is required this one may be preferred.

提交回复
热议问题