Updated readme
parent
0d84b65f80
commit
cc84f19fc8
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue