@achingbrain/ssdp
    Preparing search index...

    Interface SSDPOptions

    interface SSDPOptions {
        cache?: boolean;
        signature?: string;
        sockets?: SSDPSocketOptions[];
        start?: boolean;
        udn?: string;
    }
    Index

    Properties

    cache?: boolean

    Whether to cache discovered services using their Unique Device Names.

    true
    
    signature?: string

    The human-readable description of the device advertised by this instance.

    Not required if nothing is being advertised.

    undefined
    
    sockets?: SSDPSocketOptions[]

    The UDP sockets to listen on/broadcast to

    start?: boolean

    Whether or not to create ports and set up event listeners

    true
    
    udn?: string

    The unique device name for the device advertised by this instance.

    Not required if nothing is being advertised.

    undefined