Option to use a TCP socket instead of a serial port. Closes #2.

This commit is contained in:
Torsten Harenberg
2025-02-05 16:18:05 +01:00
parent 71d2cfb652
commit 0c543393d8
2 changed files with 112 additions and 103 deletions

View File

@@ -43,7 +43,7 @@ vara_mode: false
| Variable | Meaning |
|-------------------|-----------------------------------------------------------------------------------------------------------------------------|
| `device` | Path to the serial device where the modem is connected |
| `device` | Path to the serial device where the modem is connected **or** `tcp://address:port` (useful for Android) |
| `baudrate` | baud rate of the modem |
| `mycall` | The callsign to be used on HF |
| `server_address` | server socket address for the **commands** |