Update Ultimate Remote Operation

master
Elliott Liggett 2021-02-05 02:44:12 +00:00
rodzic 531a9fdeef
commit 0ba70c0750
1 zmienionych plików z 5 dodań i 1 usunięć

@ -48,7 +48,11 @@ socat pty,link=/tmp/vmodem0,waitslave tcp:10.0.0.130:54321
# For mac clients:
socat -t 4096 pty,link=/tmp/vmodem0,waitslave,ignoreeof tcp:10.0.0.130:54321
```
3. Modify the wfview preferences to point to /tmp/vmodem0. Just change the `SerialPortRadio=auto` line to `SerialPortRadio=/tmp/vmodem0`. On linux, the configuration file is located here: `~/.config/eliggett/wfview.conf`. For Mac clients, you simply run this command in the terminal: `defaults write com.nodomain.wfview Radio.SerialPortRadio /tmp/vmodem0`. You can verify this property using the `defaults read com.nodomain.wfview Radio.SerialPortRadio` command.
3. Modify the wfview preferences to point to /tmp/vmodem0. Just change the `SerialPortRadio=auto` line to `SerialPortRadio=/tmp/vmodem0`. On linux, the configuration file is located here: `~/.config/eliggett/wfview.conf`. For Mac clients, you simply run this command in the terminal: `defaults write com.nodomain.wfview Radio.SerialPortRadio /tmp/vmodem0`. You can verify this property using the `defaults read com.nodomain.wfview Radio.SerialPortRadio` command. Note, on the beta and lan-alpha branches of the code, you can simply specify a command-line argument for the port:
```
wfview --port /tmp/vmodem0
```
4. Open wfview and verify that you can control the radio and receive the waterfall.
### 2: Stream the Icom audio