forked from auracaster/bumble_mirror
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
364 B
364 B
FILE TRANSPORT
The File transport allows opening any named entry on a filesystem and use it for HCI transport I/O. This is typically used to open a PTY, or unix driver, not for real files.
Moniker
The moniker for a File transport is file:<path>
!!! example
file:/dev/ttys001
Opens the pseudo terminal /dev/ttys001 as a transport