1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/docs/transports.rst
2014-08-21 17:04:10 +00:00

22 lines
521 B
ReStructuredText

Transport methods
------------------
Transports are ways in which your program can communicate with your TREZOR device. This can be:
- direct via US
- indirect: through the TREZOR bridge or network
- fake: for debugging purposes
Each transport method is represented as an instance of :doc:`the Transport class <transport>`.
The following transport methos are supported:
.. toctree::
:maxdepth: 2
transport_hid
transport_bridge
transport_fake
transport_pipe
transport_serial
transport_socket