Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

sniffer: make baudrate optional #39

Merged
merged 1 commit into from
Jul 13, 2018

Conversation

miri64
Copy link
Member

@miri64 miri64 commented Jun 19, 2018

Depends on #37

@miri64 miri64 requested a review from smlng June 19, 2018 11:19
help="Port of the TCP-based sniffer application")
p.add_argument("channel", type=int, help="Channel to sniff on")
p.add_argument("outfile", type=str, default=None, nargs="?",
help="PCAP file to output to")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is argparse.FileType to handle file arguments in python.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is part of #37. (sorry, did not make clear this PR depends on that)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I'll have a look!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, that explains why my comment didn't show up at #37, I meant to place it there :)

miri64 added a commit to miri64/RIOT_applications that referenced this pull request Jun 19, 2018
The KISS approach alternative to RIOT-OS#38 (also includes RIOT-OS#39, because...).
Disadvantage: we loose backwards compatibility for this tool.
miri64 added a commit to miri64/RIOT_applications that referenced this pull request Jun 19, 2018
The KISS approach alternative to RIOT-OS#38 (also includes RIOT-OS#39, because...).
Disadvantage: we loose backwards compatibility for this tool.
Copy link
Member

@smlng smlng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested ACK, please rebase after #37 was merged

@miri64 miri64 force-pushed the sniffer/enh/baudrate-optional branch from eba0b12 to 5017bea Compare July 13, 2018 14:03
@miri64
Copy link
Member Author

miri64 commented Jul 13, 2018

Rebased.

@miri64 miri64 merged commit 00d6473 into RIOT-OS:master Jul 13, 2018
@miri64 miri64 deleted the sniffer/enh/baudrate-optional branch July 13, 2018 14:04
miri64 added a commit to miri64/RIOT_applications that referenced this pull request Jul 13, 2018
The KISS approach alternative to RIOT-OS#38 (also includes RIOT-OS#39, because...).
Disadvantage: we loose backwards compatibility for this tool.
chrysn pushed a commit to chrysn-pull-requests/RIOT that referenced this pull request Sep 20, 2022
…udrate-optional

 sniffer: make baudrate optional
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants