Phil Taylor
8c50e9486c
Fix server compile warning
2021-02-18 18:47:47 +00:00
Phil Taylor
b7164d762c
Fix for endian-ness of packets
2021-02-18 17:44:11 +00:00
Phil Taylor
61d06213ad
Create all UDP packets using a less error-prone method
2021-02-18 15:54:26 +00:00
Phil Taylor
0a0eb031c6
More fixes to server connection management
2021-02-18 14:15:03 +00:00
Phil Taylor
cf1ee895cf
Fix error when deleting server connections
...
I still think that maybe this should be done better?
2021-02-18 13:49:19 +00:00
Phil Taylor
ba60181c69
Merge remote-tracking branch 'origin/ui-enhance' into lan-alpha
2021-02-18 09:15:01 +00:00
Phil Taylor
7966568f17
Connect Civ to/from server
2021-02-18 09:14:41 +00:00
Elliott Liggett
74c6d65e1d
Merge remote-tracking branch 'origin/lan-alpha' into ui-enhance
2021-02-17 23:49:49 -08:00
Elliott Liggett
6a3260bb8a
Added void slot code to receive USB/LAN/ACC gain, Mod input selection,
...
and duplex mode. Will connect up to UI elements later.
2021-02-17 23:47:34 -08:00
Elliott Liggett
3c93dc5fd0
Added code to get and set split and duplex mode. Untested.
2021-02-17 23:41:01 -08:00
Elliott Liggett
ce2f20753c
Completed code to set and get modulation levels for ACC, USB, and LAN
...
sources, as well as source selection/verification.
2021-02-17 23:26:10 -08:00
Phil Taylor
e3b3d2a3f4
server now accepting civ/audio connection.
2021-02-17 23:10:26 +00:00
Elliott Liggett
83a8f76e58
Tweaking to udp server UI. Not finished yet.
2021-02-17 00:14:30 -08:00
Elliott Liggett
c32cae03e1
Merge branch 'ui-enhance' of gitlab.com:eliggett/wfview into ui-enhance
2021-02-17 00:01:05 -08:00
Elliott Liggett
a229fc9ccb
Contains code to set modulation input (mic, acc, usb, lan), and to set
...
the gain of each type. Is not tested.
2021-02-17 00:00:28 -08:00
Elliott Liggett
d03d781713
Fixed busted keystroke assignments (mode and transmit).
2021-02-16 22:32:05 -08:00
Phil Taylor
6b99d122a2
Fix udpserver compile warnings
2021-02-16 20:57:48 +00:00
Phil Taylor
e3a3844f3e
Few fixes to server setup ui.
2021-02-16 20:55:30 +00:00
Phil Taylor
4b6b73894b
Merge remote-tracking branch 'origin/ui-enhance' into lan-alpha
2021-02-16 20:26:26 +00:00
Phil Taylor
b52629f72b
Fix server user saving error.
2021-02-16 16:42:56 +00:00
Phil Taylor
95028374b4
First commit of server code
...
Doesn't actually do anything at the moment other than allow clients to connect and login.
2021-02-16 16:16:46 +00:00
Roeland Jansen
20db57c544
updated udpserver ui to have 10 instead of 2 user entries; also changed the scroll bar
2021-02-16 11:30:03 +01:00
Elliott Liggett
88d31063f9
Changed repeater button names
2021-02-15 23:55:59 -08:00
Elliott Liggett
2c9e46626e
Preliminary changes to UI for repeater duplex. Staged change in
...
rigcommander.
2021-02-15 23:52:14 -08:00
Elliott Liggett
11fd572d21
Fixed switch case unintended drop-through
2021-02-15 23:34:19 -08:00
Elliott Liggett
c67e4a2390
Minor UI cleanup
2021-02-15 22:50:08 -08:00
Elliott Liggett
a421dda264
Locking out satellite and reference adjust windows for rigs other than
...
IC-9700.
2021-02-15 22:46:26 -08:00
Elliott Liggett
8460b09ce3
Merge remote-tracking branch 'origin/lan-alpha' into ui-enhance
2021-02-15 22:40:20 -08:00
Elliott Liggett
a95a957b59
wfview now checks the current spectrum reference level on startup.
2021-02-15 22:37:35 -08:00
Elliott Liggett
ca2a8e1235
Added code to check the scope reference level. Will add a on-startup
...
check next.
2021-02-15 22:33:21 -08:00
Elliott Liggett
ac1c62ef43
Fixed bug where power and mic only went to 37% (this is value 99 instead
...
of 255).
2021-02-15 21:48:19 -08:00
Elliott Liggett
a0e9392617
Added scope reference setting. Write-only for now. UI slider works.
2021-02-15 21:40:31 -08:00
Elliott Liggett
6938ed8a60
Full support for set and read mic gain and tx power. Code also exists to
...
set and read microphone compressor level, vox gain, anti vox, and self
audio monitor.
2021-02-15 20:32:14 -08:00
Elliott Liggett
91ce7f16d0
Added more support for levels (TX power and Mic Gain). Does not change
...
levels, just displays on debug button.
2021-02-15 17:15:28 -08:00
Elliott Liggett
7d0b926958
Added request and parse functions for most level and metering data.
2021-02-15 15:17:48 -08:00
Phil Taylor
87f41cc20a
Fix mixed endianness and change how password is encoded
2021-02-15 19:28:17 +00:00
Elliott Liggett
529b70b115
Minor UI element changes.
2021-02-14 23:58:50 -08:00
Elliott Liggett
187b42cc34
Minor changes to calibration window
2021-02-14 23:24:21 -08:00
Elliott Liggett
de09bac4c4
Fixed issue decoding reference adjust values.
2021-02-14 22:59:44 -08:00
Elliott Liggett
1f133344ba
Fixed reference issue where the slider and spinbox didn't track
...
correctly. Re-arranged buttons for this dialog.
2021-02-14 22:40:04 -08:00
Elliott Liggett
fdaadc0d2a
Added issueDelayedCommand and issueDelayedCommandPriority functions.
...
These are the methods by which we should issue queued commands to the
radio. It is no longer necessary to re-start the timer when using these
methods. These methods might get more advanced later, and this structure
will allow for more growth.
2021-02-14 20:51:18 -08:00
Elliott Liggett
32f407020b
Changed front panel UI to contain more of the core features. PTT button
...
was interesting, now has function of Transmit on click, but if already
transmitting, sets to receive.
2021-02-14 20:45:48 -08:00
Elliott Liggett
73218c8a33
Merging contents from lan-alpha into ui-enhance
...
Merge remote-tracking branch 'origin/lan-alpha' into ui-enhance
2021-02-14 17:50:40 -08:00
Phil Taylor
dce5d93a6c
Starting to create udp server
2021-02-14 18:32:58 +00:00
Elliott Liggett
e1dd3e9ca0
Added numerical input validator to network port UI text fields.
2021-02-14 10:19:13 -08:00
Phil Taylor
4d4a688733
Change token message
2021-02-14 16:23:25 +00:00
Phil Taylor
c37a4e4206
Merge remote-tracking branch 'origin/ui-enhance' into lan-alpha
2021-02-14 16:20:15 +00:00
Phil Taylor
192bcb0741
Fix packet loss counter
2021-02-14 16:14:56 +00:00
Phil Taylor
3de45a8f2c
Some code tidying and get rid of some Windows compile warnings
2021-02-14 15:30:34 +00:00
Phil Taylor
f62077eb28
Add packet loss and remove retransmission warnings
2021-02-14 10:40:47 +00:00