updates to readme

merge-requests/1/merge
Elliott Liggett 2018-06-20 19:09:48 -07:00 zatwierdzone przez GitHub
rodzic 28a592e9cb
commit 6ff0d40cb6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 24 dodań i 24 usunięć

Wyświetl plik

@ -1,32 +1,32 @@
# wfview
Open Source IC-7300 Visualizer and Controller, including waterfall view
Requirements:
gcc
qmake
qt5 (proably the package named "qt5-default")
libqt5serialport5-dev
libqcustomplot-dev
###Requirements:
1. gcc
2. qmake
3. qt5 (proably the package named "qt5-default")
4. libqt5serialport5-dev
5. libqcustomplot-dev
Rig setting:
Use default CI-V address (0x94)
Baud rate 115200
Turn on the bandscope on the rig screen
###Rig setting:
1. Use default CI-V address (0x94)
2. Baud rate 115200
3. Turn on the bandscope on the rig screen
The program currently assumes the device is on /dev/ttyUSB0. Make sure the port is writable by your username.
* The program currently assumes the device is on /dev/ttyUSB0. Make sure the port is writable by your username.
Features:
plot bandscope and bandscope waterfall. Optionally, also plot a "peak hold".
Double-elick anywhere on the bandscope or waterfall to tune the radio.
Entry of frequency is permitted under the "Frequency" tab
Bandscope parameters (span and mode) are adjustable.
###Features:
1. Plot bandscope and bandscope waterfall. Optionally, also plot a "peak hold".
2. Double-elick anywhere on the bandscope or waterfall to tune the radio.
3. Entry of frequency is permitted under the "Frequency" tab
4. Bandscope parameters (span and mode) are adjustable.
TODO:
Carefully build comm port traffic into messages. Reject corrupted messages earlier in the chain.
Impliment "dark mode" in plot and UI elements.
Impliment band presets per the "Band" tab (currently does nothing)
Impliment STO and RCL buttons under Freq tab
Save settings to text file
Automatically poll transceiver and bandscope state on startup.
Change the delayedCommand so that it can accept a vector of queued commands. Or change the signal/slot paradigm to automatically queue requests.
###TODO:
1. Carefully build comm port traffic into messages. Reject corrupted messages earlier in the chain.
2. Impliment "dark mode" in plot and UI elements.
3. Impliment band presets per the "Band" tab (currently does nothing)
4. Impliment STO and RCL buttons under Freq tab
5. Save settings to text file
6. Automatically poll transceiver and bandscope state on startup.
7. Change the delayedCommand so that it can accept a vector of queued commands. Or change the signal/slot paradigm to automatically queue requests.