ADSB

ADSB BEAST websocket

DESC
A streaming websocket endpoint which exports ADSB data in the binary BEAST format, for integration with other ADSB tools.
ROLES
reasonly ADSB
ADDED
API added 2020-11
URI
/phy/RTLADSB/beast.ws
METHODS
WEBSOCKET UPGRADE
URI
PARAMETERS
user string OPTIONAL

Login user ID; most websocket client APIs do not support basic-auth, cookies, or other header-based login methods.

You must provide either user and password GET variables, or an API token or logins ession token via the KISMET GET variable.

password string OPTIONAL

Password associated with the user.

You must provide either user and password GET variables, or an API token or logins ession token via the KISMET GET variable.

KISMET string OPTIONAL

An API key or session token key.

You must provide either user and password GET variables, or an API token or logins ession token via the KISMET GET variable.

ADSB raw websocket

DESC
A streaming websocket endpoint which exports ADSB data in raw hex format, for integration with other ADSB tools.
ROLES
reasonly ADSB
ADDED
API added 2020-11
URI
/phy/RTLADSB/raw.ws
METHODS
WEBSOCKET UPGRADE
URI
PARAMETERS
user string OPTIONAL

Login user ID; most websocket client APIs do not support basic-auth, cookies, or other header-based login methods.

You must provide either user and password GET variables, or an API token or logins ession token via the KISMET GET variable.

password string OPTIONAL

Password associated with the user.

You must provide either user and password GET variables, or an API token or logins ession token via the KISMET GET variable.

KISMET string OPTIONAL

An API key or session token key.

You must provide either user and password GET variables, or an API token or logins ession token via the KISMET GET variable.

EXAMPLE
websocat ws://user:password@localhost:1471/phy/RTLADSB/raw.ws \
  | some_adsb_handling_tool