You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to use a lean headless-Version for CAT or QSO-Transportation, which runs on 32bit-Systems as well, try our partner-projects (no suppert for it - experimentat):
-`-m 306`: Model number for - e.g. - Icom IC-7300 (use `rigctl -l` to see all models)
132
+
-`-r /dev/ttyUSB0`: Serial port device (adjust for your setup / on Windows its COMx)
133
+
-`-s 38400`: Serial baud rate (IC-7300 default is 38400)
134
+
-`-T localhost`: TCP host for rigctld daemon
135
+
-`-t 4532`: TCP port for rigctld daemon (default WaveLogGate Hamlib port)
136
+
137
+
3.**Configure WaveLogGate**:
138
+
- Radio type: **Hamlib**
139
+
- Host: `127.0.0.1`
140
+
- Port: `4532` (must match rigctld port)
141
+
142
+
#### Common Hamlib Model Numbers
143
+
-**Icom IC-7300**: `306`
144
+
-**Icom IC-705**: `439`
145
+
-**Icom IC-7610**: `378`
146
+
-**Yaesu FT-891**: `161`
147
+
-**Yaesu FT-991A**: `146`
148
+
149
+
#### Troubleshooting Hamlib
150
+
```bash
151
+
# List all supported radios
152
+
rigctl -l
153
+
154
+
# Test connection (run after rigctld is running)
155
+
rigctl -m 306 -r /dev/ttyUSB0 get_freq
156
+
```
157
+
158
+
**Important**: `rigctld` must remain running in the background for WaveLogGate to control your radio.
159
+
101
160
### WaveLog Integration
102
161
1.**For Live QSOs**: Open WaveLog Live Logging → Radio tab → Select "WLGate"
103
162
2.**For Manual QSOs**: In Stations tab, select "WLGate" as radio
@@ -140,6 +199,15 @@ Access advanced settings by pressing **Ctrl+Shift+D** in the configuration windo
140
199
141
200
**Note**: Advanced settings are in beta - restart the application after changes to ensure they're applied correctly.
142
201
202
+
### Special: Tiling Window Managers like i3 or Hyprland
203
+
204
+
With tiling window managers the window will be at it's fixed size which is usually okay for the normal user. In tiling WM this doesn't work properly. To fix that you can allow the window to resize by setting a env variable. This will only affect a handful of users and they will know how to handle it.
0 commit comments