From a74e14e6ce58edfbc355bf6312cdd58d446a1620 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 27 Jun 2018 15:04:41 +0200 Subject: [PATCH] Updated readme --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9257903..69a6b2c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,24 @@ This utility allows you to sniff LoRa networks with an [RNode](https://unsigned.io/projects/rnode/), and dump captured packets to the console or files. ``` -usage: +usage: loramon [-h] [-C] [-W directory] [--freq Hz] [--bw Hz] [--txp dBm] + [--sf factor] [--cr rate] + [port] + +LoRa packet sniffer for RNode hardware. + +positional arguments: + port Serial port where RNode is attached + +optional arguments: + -h, --help show this help message and exit + -C, --console Print captured packets to the console + -W directory Write captured packets to a directory + --freq Hz Frequency in Hz + --bw Hz Bandwidth in Hze + --txp dBm TX power in dBm + --sf factor Spreading factor + --cr rate Coding rate ``` ## Dependencies