@homebridge/ciao - v1.3.2
    Preparing search index...

    Class Responder

    A Responder instance represents a running MDNSServer and a set of advertised services.

    It will handle any service related operations, like advertising, sending goodbye packets or sending record updates. It handles answering questions arriving at the multicast address.

    Implements

    • PacketHandler
    Index

    Methods

    • This method should be called when you want to unpublish all service exposed by this Responder. This method SHOULD be called before the node application exists, so any host on the network is informed of the shutdown of this machine. Calling the shutdown method is mandatory for a clean termination (sending goodbye packets).

      The shutdown method must only be called ONCE.

      Returns Promise<void>

      The Promise resolves once all goodbye packets were sent (or immediately if any other users have a reference to this Responder instance).