This is a patch to the Quisk Software Defined Radio (SDR) program by James Ahlstrom, N2ADR. It provides RS-HFIQ and CW features. Find more information on Quisk, including links to the upstream version, at: https://james.ahlstrom.name/quisk/
Go to file
Rob French f35984a5f6 Added README.md 2020-10-27 15:05:48 -05:00
afedrinet Updated local repository to 4.1.53 2020-04-29 21:46:57 -05:00
freedvpkg Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
hermes Updated local repository to 4.1.53 2020-04-29 21:46:57 -05:00
hiqsdr Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
kc4upr Added the hardware and widgets files (sadly, I 2020-10-27 14:57:47 -05:00
n2adr Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
perseuspkg Updated to quisk-4.1.56. 2020-04-29 22:26:41 -05:00
quisk.egg-info Fixed broken setup.py... again... 2020-04-29 23:24:27 -05:00
sdriqpkg Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
sdrmicronpkg Correctly updated to quisk-4.1.55 2020-04-29 22:23:47 -05:00
soapypkg Updated local repository to 4.1.54 2020-04-29 22:09:06 -05:00
softrock Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
CHANGELOG.txt Updated to quisk-4.1.56. 2020-04-29 22:26:41 -05:00
Extensions.txt Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
MANIFEST.in Updated local repository to 4.1.54 2020-04-29 22:09:06 -05:00
PKG-INFO Updated to quisk-4.1.56. 2020-04-29 22:26:41 -05:00
README.md Added README.md 2020-10-27 15:05:48 -05:00
README.txt Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
WinEdit.pyw Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
WinQuisk.pyw Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
WinQuiskVna.pyw Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
__init__.py Updated to quisk-4.1.56. 2020-04-29 22:26:41 -05:00
__main__.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
_quisk.pyd Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
configure.py Updated to quisk-4.1.56. 2020-04-29 22:26:41 -05:00
defaults.html Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
docs.html Updated to quisk-4.1.56. 2020-04-29 22:26:41 -05:00
dxcluster.py Updated local repository to 4.1.53 2020-04-29 21:46:57 -05:00
extdemod.c Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
filter.c Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
filter.h Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
filters.h Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
filters.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
freedv.c Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
freedv.h Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
gpiokeyer.c Minor comments update. 2020-04-03 12:47:55 -05:00
help.html Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
help_conf.html Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
help_vna.html Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
import_quisk_api.c Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
is_key_down.c Comments, various minor "productionization" changes. 2020-03-01 23:11:29 -06:00
libfftw3-3.dll Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
libgcc_s_dw2-1.dll Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
libusb.txt Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
libwinpthread-1.dll Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
license.txt Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
makefile Updated local repository to 4.1.54 2020-04-29 22:09:06 -05:00
microphone.c Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
microphone.h Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
plot_wxmplot.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
portaudio.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
quisk Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
quisk.c Merge branch 'master' into kc4upr. Updating to quisk-4.1.53 in order to ensure that gpiokeyer etc is maintained current. 2020-04-29 22:02:56 -05:00
quisk.h Updated the GPIO keyer to take a 5th (optional) argument, hangtime. Sets the number of milliseconds for a semi-QSK delay (i.e. stay in transmit for # of msecs after last CW symbol). 2020-03-09 23:54:28 -05:00
quisk.py Updated to quisk-4.1.56. 2020-04-29 22:26:41 -05:00
quisk_conf_defaults.py Updated to quisk-4.1.56. 2020-04-29 22:26:41 -05:00
quisk_conf_kx3.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
quisk_conf_model.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
quisk_conf_openradio.py Updated local repository to 4.1.53 2020-04-29 21:46:57 -05:00
quisk_conf_peaberry.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
quisk_conf_sdr8600.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
quisk_conf_sdriq.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
quisk_conf_win.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
quisk_hardware_fixed.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
quisk_hardware_hamlib.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
quisk_hardware_model.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
quisk_hardware_sdr8600.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
quisk_hardware_sdriq.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
quisk_hardware_sdrmicron.py Updated local repository to 4.1.53 2020-04-29 21:46:57 -05:00
quisk_utils.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
quisk_vna.py Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
quisk_widgets.py Added fix from: https://groups.io/g/n2adr-sdr/message/550?p=,,,20,0,0,0::Created,,bug+small+screen,20,2,0,72901711 2020-05-01 20:41:58 -05:00
setup.cfg Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
setup.py Fixed broken setup.py... again... 2020-04-29 23:24:27 -05:00
softrock_tune_vfo.py Updated local repository to 4.1.53 2020-04-29 21:46:57 -05:00
sound.c Updated to quisk-4.1.56. 2020-04-29 22:26:41 -05:00
sound_alsa.c Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
sound_directx.c Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
sound_portaudio.c Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
sound_pulseaudio.c Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
utility.c Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
windows.txt Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00
winsound.txt Initial commit of a local repository for Quisk. 2020-02-23 20:57:24 -06:00

README.md

NOTE: This project/branch is not actively maintained. I inadvertantly fried (at least) the final amp on my RS-HFIQ, and so until I can figure out how to repair that, I am not actively working on my Quisk branch.

Things that this code is intended to do:

  • Provide control of the RS-HFIQ hardware (note, originally derived from other code; attribution in source).
  • Provide a built-in iambic keyer with low latency, derived from the N1GP keyer. Use Raspberry Pi GPIO.
  • Provide hardware keying (vs. serial keying) of the RS-HFIQ using the front panel connector (intended for min latency CW).
  • Provide some additional UI elements (adjust keyer, adjust power, etc).