Lines Matching +full:terminal +full:- +full:link
14 controller, attached to a local link bus to a second, in-process, virtual controller, itself
21 In a terminal, run `socat` to bridge a UDP socket to a local PTY.
26 socat -d -d -x PTY,link=./hci_pty,rawer UDP-SENDTO:172.16.104.1:22333,bind=:22333
29 In the local directory, `socat` creates a symbolic link named `hci_pty` that points to the PTY.
31 In a second terminal, run
33 sudo btattach -P h4 -B hci_pty
38 (optional) In a third terminal, run `sudo btmon`. This monitors the HCI traffic with BlueZ, which i…
40 In a fourth terminal, run `sudo bluetoothctl` to interact with BlueZ as a client. From there, you c…
43 In a macOS terminal, run
53 the macOS side. Relevant log output in each of the terminal consoles should show what it going on.
59 In a terminal, run the example as
64 In the local directory, a symbolic link named `hci_pty` that points to the PTY is created.