@squawk
    Preparing search index...

    Node entry point. Exposes all three aircraft feed factories - the browser-safe, HTTP-polling JSON source, and the Node-only persistent SBS/BaseStation and Beast binary socket sources.

    Browser and edge consumers should use the ./browser entry point instead, which omits createSbsAircraftFeed and createBeastAircraftFeed (both depend on Node's net module and have no browser equivalent).

    AircraftFeed
    AircraftFeedOptions
    AircraftLostEventDetail
    AircraftUpdateEventDetail
    BeastFeedOptions
    ConnectionStateEventDetail
    JsonFeedOptions
    PositionHistoryEntry
    PositionHistoryRetention
    SbsFeedOptions
    ConnectionState
    createBeastAircraftFeed
    createJsonAircraftFeed
    createSbsAircraftFeed