Update README.md

aprs
sh123 2022-08-12 10:51:42 +03:00 zatwierdzone przez GitHub
rodzic e067fe7f6d
commit 62c7910486
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 1 usunięć

4
README.md vendored
Wyświetl plik

@ -21,7 +21,9 @@ LoPy, TTGO, Heltec and others, but could also be used with custom hardware of so
Application connects to your radio KISS Bluetooth/BLE/USB/TCPIP modem, records speech from the phone microphone on transmit, encodes audio into Codec2 format, encapsulates into KISS frames (plus into AX.25 frames if enabled in settings) and sends to your modem.
On receive, modem sends KISS packets to the phone with Codec2 speech, application decodes Codec2 samples and plays them through phone speaker. Application also supports APRS tracking, so you can submit your position into APRS in plain, compressed or Mic-E format.
It does not deal with radio management, modulation, etc, it is up to your modem and radio, it could be just AFSK1200, GMSK 9600, LoRa, FSK, FreeDV or any other modulation scheme. Radio just needs to expose KISS Bluetooth/BLE/USB/TCPIP interface for speech frames and optional radio control.
It does not deal with radio management, modulation when used in KISS mode, it is up to your modem and radio, it could be just AFSK1200, GMSK 9600, LoRa, FSK, FreeDV or any other modulation scheme. Radio just needs to expose KISS Bluetooth/BLE/USB/TCPIP interface for speech frames and optional radio control.
When used in sound modem mode it supports several modulation schemes and protocols, such as FSK 300, AFSK1200 and FreeDV with USB CAT PTT support for several popular HF transceivers.
# Requirements
- Android 7.0 (API 24) or higher