mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-01-23 00:50:24 +01:00
Format readme
This commit is contained in:
parent
f1ea87e8f1
commit
d97575cc0e
27
README.md
27
README.md
|
|
@ -19,14 +19,19 @@ go install https://github.com/nonoo/kappanhang
|
|||
|
||||
## Required settings on the RS-BA1 server (the transceiver)
|
||||
|
||||
- Set the username to **beer** and the password to **beerbeer**.
|
||||
These are fixed as the password encoding of the RS-BA1 protocol has not been
|
||||
decrypted yet. See [passcode.txt](passcode.txt) for more information.
|
||||
You can find these settings on the Icom IC-705 in: `Menu -> Set -> WLAN set ->
|
||||
Remote settings`.
|
||||
|
||||
- Make sure **Network control** is turned on.
|
||||
- Set the **Network user 1** username to `beer` and the password to
|
||||
`beerbeer`. These are fixed as the password encoding of the RS-BA1
|
||||
protocol has not been decrypted yet. See [passcode.txt](passcode.txt) for
|
||||
more information.
|
||||
- Leave the **UDP ports** on their default values:
|
||||
- Control port: 50001
|
||||
- Serial port: 50002
|
||||
- Audio port: 50003
|
||||
- Leave the **Internet access line** on the default **FTTH** value.
|
||||
- Control port: `50001`
|
||||
- Serial port: `50002`
|
||||
- Audio port: `50003`
|
||||
- Leave the **Internet access line** on the default `FTTH` value.
|
||||
|
||||
## Running
|
||||
|
||||
|
|
@ -39,7 +44,7 @@ host **ic-705** (ic-705.local or ic-705.localdomain).
|
|||
After it is connected and logged in:
|
||||
|
||||
- TODO: audio
|
||||
- It starts a **TCP server** on port 4533 for exposing the **serial port**.
|
||||
- It starts a **TCP server** on port `4533` for exposing the **serial port**.
|
||||
This can be used for controlling the server (the transceiver) with
|
||||
[Hamlib](https://hamlib.github.io/):
|
||||
|
||||
|
|
@ -49,11 +54,11 @@ After it is connected and logged in:
|
|||
|
||||
3085 is the model number for the Icom IC-705. `rigctld` will connect to
|
||||
kappanhang's TCP serial port server, and waits connections on it's default
|
||||
TCP port 4532.
|
||||
TCP port `4532`.
|
||||
|
||||
To use this with for example [WSJT-X](https://physics.princeton.edu/pulsar/K1JT/wsjtx.html),
|
||||
open WSJT-X settings, go to the *Radio* tab, set the *rig type* to **Hamlib NET
|
||||
rigctl**, and the *Network server* to `127.0.0.1:4532`.
|
||||
open WSJT-X settings, go to the *Radio* tab, set the *rig type* to `Hamlib NET
|
||||
rigctl`, and the *Network server* to `127.0.0.1:4532`.
|
||||
|
||||
If the `-s` command line argument is specified, then kappanhang will create a
|
||||
virtual serial port, so other apps which don't support Hamlib can access the
|
||||
|
|
|
|||
Loading…
Reference in a new issue