1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Martine Lenders
73dca04ca1 Merge pull request https://github.com/RIOT-OS/applications/pull/40 from miri64/sniffer/enh/conn-type-from-context
sniffer: get connection type from string format
2018-07-14 10:49:57 +02:00
Martine Lenders
d0ec177e2d Merge pull request https://github.com/RIOT-OS/applications/pull/35 from miri64/sniffer/fix/script-decode
sniffer: script: ignore non-ASCII characters on input
2018-07-14 10:49:31 +02:00
Martine Lenders
e4f73690ab sniffer: get connection type from string format
The KISS approach alternative to #38 (also includes #39, because...).
Disadvantage: we loose backwards compatibility for this tool.
2018-07-13 16:05:10 +02:00
Martine Lenders
1f77040fc0 sniffer: make baudrate optional 2018-07-13 16:03:18 +02:00
Martine Lenders
b600dcf1f0 sniffer: use argparse to parse script arguments
This is mainly a preparation step to make some arguments (namely
baudrate and the "serial/socket" argument) optional, to make it more
usable like the old `rftest2pcap` script for the econotag.
2018-07-13 16:02:14 +02:00
Martine Lenders
3628f0dd5f sniffer: script: ignore non-ASCII characters on input
The sniffer RIOT application doesn't generate non-ASCII characters so it
is safe for the python PCAP-generating script to assume that those
characters are garbage output (e.g. in initialization) and can be
ignored.
2018-06-19 09:51:21 +02:00
smlng
4f14d2a6d5 sniffer: add script, moved from RIOT main repo 2017-11-23 10:44:32 +01:00