Files
bumble_fork/docs/mkdocs/src/transports/pty.md
Gilles Boccon-Gibod c2959dadb4 formatting and linting automation
Squashed commits:
[cd479ba] formatting and linting automation
[7fbfabb] formatting and linting automation
[c4f9505] fix after rebase
[f506ad4] rename job
[441d517] update doc (+7 squashed commits)
[2e1b416] fix invoke and github action
[6ae5bb4] doc for git blame
[44b5461] add GitHub action
[b07474f] add docs
[4cd9a6f] more linter fixes
[db71901] wip
[540dc88] wip
2022-12-15 23:07:17 -08:00

542 B

PTY TRANSPORT

The PTY transport uses a Unix pseudo-terminal device to communicate with another process on the host, as if it were over a serial port.

Moniker

The moniker syntax for a PTY transport is: pty[:path]. Where path, is used, is the path name where a symbolic link to the PTY will be created for convenience (the link will be removed when the transport is closed or when the process exits).

!!! example pty:virtual_hci Creates a PTY entry and a symbolic link, named virtual_hci, linking to the PTY