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

mDNS : implement service subtype to the LwIP mDNS application #7

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2021

  1. mdns : Add subtypes table to the service structe

    Abdellatif IDIRY committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    d7b05ee View commit details
    Browse the repository at this point in the history
  2. mdns : update the mdns_resp_add_service() function to add and initial…

    …ize the subtypes of a service
    Abdellatif IDIRY committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    9ba785a View commit details
    Browse the repository at this point in the history
  3. mdns : Add mdns_build_subtype_service_domain() function that build a …

    …domain name of subtype service
    Abdellatif IDIRY committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    2355f4b View commit details
    Browse the repository at this point in the history
  4. mdns : Add mdns_add_service_subtype_ptr_answer() function that write …

    …answer of the subtype service PTR RR to outpacket
    Abdellatif IDIRY committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    5886ff8 View commit details
    Browse the repository at this point in the history
  5. mdns : correct of errors compilation

    Abdellatif IDIRY committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    2c0a25e View commit details
    Browse the repository at this point in the history