Updated readme, based on added options

pull/5/head
Alligitor 2025-04-10 09:36:42 -04:00
parent 19b81cabbc
commit 8335f83c63
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ This utility allows you to sniff LoRa networks with an [RNode](https://unsigned.
```sh
usage: loramon [-h] [-C] [-W directory] [--freq Hz] [--bw Hz] [--txp dBm]
[--sf factor] [--cr rate]
[--duration seconds] [-Q]
[port]
LoRa packet sniffer for RNode hardware.
@ -23,6 +24,8 @@ optional arguments:
--txp dBm TX power in dBm
--sf factor Spreading factor
--cr rate Coding rate
--duration s Duration to scan for in seconds
--Q Quite mode. Don't log any messages after start up
```
## Installation