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

net: mdns: add capability of providing records in runtime #60271

Merged

Commits on Mar 21, 2024

  1. net: mdns: add capability of providing records in runtime

    Current implementation of mDNS responder does makes it mandatory to have
    all the records set at compile time. It is not suited well for applications
    that have to publish/unpublish or change records in runtime, e.g. data
    received from the network.
    
    Signed-off-by: Konrad Derda <konrad.derda@nordicsemi.no>
    konradderda committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cb227bb View commit details
    Browse the repository at this point in the history
  2. tests: net: mdns: add test for external mDNS records

    This commit adds a test for externally stored mDNS records for mDNS
    responder.
    
    Signed-off-by: Konrad Derda <konrad.derda@nordicsemi.no>
    konradderda committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9ed5102 View commit details
    Browse the repository at this point in the history