1WEBSOCKET CLIENT TRANSPORT 2========================== 3 4The WebSocket Client transport is WebSocket connection to a WebSocket server over which HCI packets 5are sent and received. 6 7## Moniker 8The moniker syntax for a WebSocket Client transport is: `ws-client:<ws-url>` 9 10!!! example 11 `ws-client:ws://localhost:1234/some/path` 12