Skip to content

Commit cdcabf2

Browse files
authored
Merge pull request #21246 from mguetschow/examples-sniffer-readme
examples/sniffer: update README
2 parents 7f40bdb + 766f983 commit cdcabf2

File tree

1 file changed

+4
-6
lines changed
  • examples/networking/misc/sniffer/tools

1 file changed

+4
-6
lines changed

examples/networking/misc/sniffer/tools/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,13 @@ Installing the dependencies:
3535

3636
General usage:
3737

38-
1. Flash an applicable RIOT node with the sniffer application (insert path to
39-
RIOT source and board name), as follows:
38+
1. Flash an applicable RIOT node with the sniffer application (residing in the
39+
parent directory, insert proper board name), as follows:
4040
```
41-
$ git clone https://github.com/RIOT-OS/applications/
42-
$ cd applications/sniffer
43-
$ BOARD=<name> make clean all flash
41+
$ BOARD=<name> -C ../ make clean all flash
4442
```
4543

46-
2. Run the `sniffer.py` script (change to subfolder `tools/`) as follows :
44+
2. Run the `sniffer.py` script (from this directory) as follows :
4745
For serial port:
4846
```
4947
$ ./sniffer.py [-b baudrate] <tty> <channel> [outfile]

0 commit comments

Comments
 (0)