Update README.md

pull/15/head
sh123 2020-06-19 11:18:11 +03:00 zatwierdzone przez GitHub
rodzic 7038c3a0cf
commit b5592fd29e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -82,8 +82,8 @@ It is possible to use modem in client mode with other generic Linux ax25/aprs to
- Run `axlisten` to capture incoming and outgoing traffic as `sudo axlisten -a` - Run `axlisten` to capture incoming and outgoing traffic as `sudo axlisten -a`
- Use `beacon` utility to send custom packet as - Use `beacon` utility to send custom packet as
``` ```
# sudo beacon -c NOCALL-7 -d BEACON ax25 "beacon over lora" # sudo beacon -c NOCALL-7 -d BEACON WIDE3-3 ax25 "beacon over lora"
# sudo beacon -c NOCALL-7 -d CQ ax25 "anyone on lora?" # sudo beacon -c NOCALL-7 -d CQ WIDE1-1 WIDE2-1 ax25 "anyone on lora?"
# sudo beacon -c NOCALL-7 -d APZMDM WIDE1-1 ax25 "!0000.00N/00000.00E#test position report" # sudo beacon -c NOCALL-7 -d APZMDM WIDE1-1 ax25 "!0000.00N/00000.00E#test position report"
``` ```