mirror of
https://github.com/google/bumble.git
synced 2026-04-18 00:45:32 +00:00
532 B
532 B
WEBSOCKET SERVER TRANSPORT
The WebSocket Server transport is WebSocket server that accepts connections from a WebSocket client. HCI packets are sent and received over the connection.
Moniker
The moniker syntax for a WebSocket Server transport is: ws-server:<host>:<port>,
where <host> may be the address of a local network interface, or _to accept connections on all local network interfaces. <port> is the TCP port number on which to accept connections.
!!! example
ws-server:_:9001