Skip to content
Jakub Šatoplet edited this page May 5, 2022 · 6 revisions

Transceiver

All transceiver types, in general, can open a Wireshark window where all packets are shown in their raw form.

SDR

This transceiver type uses GNU Radio flowgraph to send/receive packets. If PCAP is specified, all packets are saved into it in their raw form.

If you use this transceiver type, please, setup your SDR before starting zigtoucher:

$ uhd_usrp_probe

PCAP

This transceiver type simulates receiving packets by reading provided PCAP file and most modes are disabled.

Non-interactive mode

If you specify some other mode than interactive, its configuration will be taken from configuration file and command line options and zigtoucher will exit after its timeout (or never if timeout is 0).

Interactive mode

Interactive mode provides custom shell and for more information about available modes and their functions, use the inside documentation which can be accessed using help.

zigtoucher help dark

Clone this wiki locally