Nate Bargmann
417cb98d2e
Tidy up rigctl --list output
...
Implemented hash table to temporarily store and sort the rig models by ID
to print the --list by model numbers. Hash is implemented using
uthash.h, see http://uthash.sourceforge.net/
Suppressed rig backend register output by setting rig_debug_level to 0
for list output.
Removed riglist definition of RPC backend.
2012-02-13 15:28:42 -06:00
Nate Bargmann
8c145cfc6b
Merge branch 'API_3'
...
Conflicts:
.gitignore
Makefile.am
NEWS
c++/Makefile.am
configure.ac
hamlib.spec.in
rpcrig/rpcrig.x
rpcrig/rpcrig_backend.c
rpcrig/rpcrig_backend.h
rpcrig/rpcrig_proc.c
rpcrig/rpcrigd.c
rpcrot/rpcrot.x
rpcrot/rpcrot_backend.c
rpcrot/rpcrot_backend.h
rpcrot/rpcrot_proc.c
rpcrot/rpcrotd.c
src/Makefile.am
tests/rigctl.1
tests/rotctl.1
2012-02-03 15:03:39 -06:00
Stephane Fillod
32a4066050
add DttSP control through UDP interface
2012-01-30 23:22:32 +01:00
Frank Goenninger
f6ea9f1246
Add ADAT ADT-200A backend
...
Signed-off-by: Stephane Fillod <fillods@users.sf.net>
2012-01-11 23:16:41 +01:00
Stephane Fillod
7bf119716b
add HiQSDR
2012-01-06 09:40:04 +01:00
Stephane Fillod
fccb7769b2
add TM-D710 and TM-V71 in kenwood ID list
2011-12-23 00:32:25 +01:00
Charles Suprin
b6e9818dea
Add D710 to riglist.
2011-12-11 11:57:23 -05:00
Stephane Fillod
6699942722
add IC-RX7
2011-09-04 15:47:44 +02:00
Stephane Fillod
eee4feb71d
add Tentec 599 Eagle
2011-09-01 22:12:25 +02:00
Nate Bargmann
2fd02a9ade
Update LGPL header in include header files.
...
TNX to Lucian Laga, YO6PLB, for the notification.
2011-08-22 21:38:35 -05:00
Stephane Fillod
23c28e84e8
Kill RPC backends and rpc.rigd/rpc.rotd
2011-08-21 13:23:01 +02:00
Stephane Fillod
6de38acb6d
add IC-9100 and IC-7410
2011-06-12 18:03:10 +02:00
Stephane Fillod
a94f6cfee2
Add skeleton for TH-D72A
2011-05-26 23:21:15 +02:00
Stephane Fillod
01db7a309f
Add IC-R9500
2011-03-28 18:56:05 +02:00
Stephane Fillod
544fc515bc
Add SifFox Transfox SDR
2011-03-26 15:45:51 +01:00
Nate Bargmann, N0NB
db27b38041
Add Vertex Standard VX-1700 transceiver support
...
From Mikhail Kshevetskiy <mikhail.kshevetskiy@gmail.com>
vx-1700 notes:
==============
* the only possible way to switch from VFO_A to VFO_MEM is a
switching to configured memory channel.
* vfo_op(UP/DOWN) in memory mode switch channel UP/DOWN
correspondingly
* set_mem() in VFO mode do not change memory channel, but only
remember passed value. Thus we may set non-configured memory
channel number for future use in vfo_op(OP_FROM_VFO).
* get_mem() in VFO mode returns last used memory channel value.
It may return non-configured memory channel number passed to
set_mem() previously.
WARNING: VX-1700 CAT Manual have bugs, see comments in code.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3052 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-16 23:49:58 +00:00
Nate Bargmann, N0NB
91e7f2ec14
Prepare FiFi-SDR backend refactoring
...
Patch from Rolf Meeser <rolfm_9dq@yahoo.de>
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3036 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-04 23:19:47 +00:00
Nate Bargmann, N0NB
53dad4d957
FUNcube interface added by Stefano Speretta
...
Added FUNcube interface to Hamlib. This is a basic FUNcube interface:
at the moment only frequency set/readout is supported. From Stefano
Speretta <s.speretta@isispace.nl>.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3026 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-01-28 00:40:45 +00:00
Nate Bargmann, N0NB
bd20ccd356
AOR SR2200 backend added by Stefano Speretta
...
New backend, SR2200, heavily derived from AR8200 backend. From Stefano
Speretta <s.speretta@isispace.nl>.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3025 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-01-28 00:32:55 +00:00
Nate Bargmann, N0NB
73f1d6cb92
Patch from SF user rolfm adding support for the FiFi-SDR, an Si570
...
based receiver. More info at http://o28.sischa.net/fifisdr/trac (in
German only). Posted via tracker ID: 3144418
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3016 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-12-27 15:20:29 +00:00
Stéphane Fillod, F8CFE
7afb716e66
add KTH-SDR Si570 kit
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3005 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-11-03 20:52:25 +00:00
Stéphane Fillod, F8CFE
ee55f04dd1
add TS-590S
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3000 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-10-28 07:28:12 +00:00
Stéphane Fillod, F8CFE
1d8e24003a
added TRM8060
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2997 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-10-26 20:47:35 +00:00
Stéphane Fillod, F8CFE
aa24ca7ab6
clone FT-DX5000 after FT-2000
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2992 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-10-06 07:25:14 +00:00
Stéphane Fillod, F8CFE
f921ffec03
Add TenTec RX-331, contributed by Berndt, VK5ABN
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2947 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-07-01 20:28:00 +00:00
Stéphane Fillod, F8CFE
31bb15fb01
add Skanti TRP 8255 S R
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2944 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-06-10 08:20:59 +00:00
Stéphane Fillod, F8CFE
cf2ad81282
added FT-980, part of patch from Wolfgang Buesser
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2916 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-05-17 22:23:38 +00:00
Stéphane Fillod, F8CFE
a76e8fc6bd
added R&S EB200
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2904 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-05-03 21:47:19 +00:00
Stéphane Fillod, F8CFE
2c88f3ef34
added Ten-Tenc Delta II
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2863 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-04-05 09:33:23 +00:00
Stéphane Fillod, F8CFE
bd866ad27e
added support for RA3702
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2849 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-03-06 17:29:05 +00:00
Larry Gadallah, VE6VQ
81e4e079c7
Added AOR AR7030 Plus
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2788 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-12-22 07:04:49 +00:00
Stéphane Fillod, F8CFE
23edf82624
Add IC-7600
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2784 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-12-12 16:19:40 +00:00
Stéphane Fillod, F8CFE
894ba44431
new RIG_MODEL_ARMSTRONG
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2739 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-10-27 22:43:24 +00:00
Stéphane Fillod, F8CFE
79cf3dc351
IC7700, PM-SDR
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2734 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-10-17 10:42:08 +00:00
Stéphane Fillod, F8CFE
7cc07dbddf
PCR1500 & PCR2500
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2713 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-08-02 15:24:09 +00:00
Stéphane Fillod, F8CFE
629a1ed884
BC898 cloned after BC895
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2682 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-03-23 22:26:56 +00:00
Stéphane Fillod, F8CFE
28b80e4931
add IC-7200 and R&S ESMC
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2672 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-03-05 15:45:28 +00:00
Stéphane Fillod, F8CFE
faf5c7e336
added Kenwood TRC-80
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2604 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-29 22:54:41 +00:00
Stéphane Fillod, F8CFE
c13422e1f1
Add Winradio G305/G315
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2575 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-11 13:16:54 +00:00
Stéphane Fillod, F8CFE
1fb8820946
Add FT-2000 and FTDX-9000
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2505 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 20:02:03 +00:00
Stéphane Fillod, F8CFE
55fb8fa3f3
added SoftRock Si570
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2458 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-02 12:45:04 +00:00
Stéphane Fillod, F8CFE
c365417595
kill microtune backend
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2440 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-10-31 22:20:40 +00:00
Stéphane Fillod, F8CFE
6acd8e8d26
Newer Uniden models
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2407 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-10-06 18:16:35 +00:00
Stéphane Fillod, F8CFE
b8fe3df910
new backend ala rpcrig/rpcrot, but using rigctld/rotctld and simpler protocol
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2396 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-09-21 19:34:16 +00:00
Stéphane Fillod, F8CFE
57dca4a25a
new backend for the Elekraft K3
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2378 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-09-01 19:01:13 +00:00
Stéphane Fillod, F8CFE
0f5011a9f1
More Uniden and Radio Shack models
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2339 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-05-04 14:10:23 +00:00
Stéphane Fillod, F8CFE
20e2fbf8ec
moved miniVNA to kit subdir
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2321 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-04-11 18:03:53 +00:00
Stéphane Fillod, F8CFE
4646303c70
added FT950
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2315 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-04-11 12:59:31 +00:00
Thierry Leconte, F4DWV
0a44db2145
add miniVNA backend
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2306 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-03-05 20:32:23 +00:00
Stéphane Fillod, F8CFE
9e8444edea
remove auto-load of gnuradio, added Omni-VII
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2281 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-01-07 21:10:10 +00:00