1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 01:23:49 +01:00

examples/sniffer: update README

This commit is contained in:
Mikolai Gütschow 2025-02-25 18:55:16 +01:00
parent 5018dc6bbf
commit 766f9836ce
No known key found for this signature in database
GPG Key ID: 943E2F37AA659AD5

View File

@ -35,15 +35,13 @@ Installing the dependencies:
General usage:
1. Flash an applicable RIOT node with the sniffer application (insert path to
RIOT source and board name), as follows:
1. Flash an applicable RIOT node with the sniffer application (residing in the
parent directory, insert proper board name), as follows:
```
$ git clone https://github.com/RIOT-OS/applications/
$ cd applications/sniffer
$ BOARD=<name> make clean all flash
$ BOARD=<name> -C ../ make clean all flash
```
2. Run the `sniffer.py` script (change to subfolder `tools/`) as follows :
2. Run the `sniffer.py` script (from this directory) as follows :
For serial port:
```
$ ./sniffer.py [-b baudrate] <tty> <channel> [outfile]