File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
examples/networking/misc/sniffer/tools Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,13 @@ Installing the dependencies:
3535
3636General 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]
You can’t perform that action at this time.
0 commit comments