@squawk
    Preparing search index...

    Interface BeastStreamOptions

    Options for createBeastStream.

    interface BeastStreamOptions {
        host: string;
        port?: number;
        reconnectDelayMs?: number;
    }
    Index
    host: string

    Hostname or IP address of the Beast-format feed.

    port?: number

    TCP port. Defaults to 30005 (dump1090-fa's default Beast output port).

    reconnectDelayMs?: number

    Delay in ms before attempting to reconnect after the connection closes or errors. Defaults to 5000.