Updated readme

pull/3/head
Mark Qvist 2022-09-13 21:11:47 +02:00
parent 0d84b65f80
commit cc84f19fc8
1 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,8 @@ If you already have Python3 and pip installed, you can easily install LoRaMon th
pip3 install loramon
```
On Arch Linux it is also possible to install using the `loramon` package from the [AUR](https://aur.archlinux.org/packages/loramon).
If you want to install directly from this repository, first install the dependencies:
```sh
@ -73,4 +75,4 @@ If you want to sniff LoRa packets with implicit header mode, use the --implicit
```sh
loramon /dev/ttyUSB0 --freq 868000000 --bw 125000 --sf 7 --cr 5 -C -W capturedir --implicit 12
```
```