Wykres commitów

277 Commity (master)

Autor SHA1 Wiadomość Data
Michael Black 040bb2afea Add FT847UNI for early serial number units that are one-way comm 2019-01-28 15:53:28 -06:00
Michael Black ccd3ca48c6 New utility to allow non-hamlib-aware programs to use hamlib rigs via COM ports
Virtual com ports providing a TS-2000 Emulator
Example connecting N1MM or such to FLRig via COM5/COM6 virtual COM pair
rigctlcom -m 4 -R COM5 -S 115200
N1MM connects to COM6 TS-2000 115200 8N1
2019-01-20 19:33:22 -06:00
Ekki Plicht (DF4OR) 82e0ee8364 New model Icom IC-R8600
So here is the first release of the new IC-R8600 rig backend.

Implemented functions so far:
set/get freq
set/get mode
functions: NB TSQL ANF NR AIP MN LOCK VSC RESUME
level: PREAMP ATT AF RF SQL NR PBT_IN PBT_OUT CWPITCH AGC RAWSTR STRENGTH
extra levels (params): ANN BACKLIGHT KEYLIGHT
Mode list: AM CW USB LSB RTTY FM WFM CWR RTTYR SAM SAL SAH

Next up:
* correct filter settings
* new digital modes
* memory store/retrieve
* correct CTCSS, DTCS handling
* correct BEEP handling (broken)

73,
Ekki, DF4OR
2018-12-17 12:37:17 -06:00
Robert Benedict 3724ce87ee New iOptron rotator backend
I have an potential initial release of a backend for iOptron alt-az mounts.
I have tested it and it appears to work well both from the command line and
driven by Gpredict with my iEQ45Pro. I ran the source through astyle and I
think that it's OK. Compiling and testing was done under Unbuntu 18.

   Bob KD8CGH
2018-12-13 15:23:46 -06:00
Nate Bargmann 86bcdde20b Add ELAD backend info to NEWS 2018-08-21 06:19:42 -05:00
Nate Bargmann ee7dc65e62 Update NEWS 2018-08-21 05:18:26 -05:00
Nate Bargmann 1c3f22a872 Advance to 4.0~git 2018-08-05 21:11:00 -05:00
Nate Bargmann 312acd05f0 Advance to 3.3~git 2018-03-02 06:44:51 -06:00
Nate Bargmann d3a4ea3fcf Update NEWS for 3.2 release 2018-03-02 06:25:34 -06:00
c vw d008ca6e5d Microham support. Use "uh-rig" for rig_pathname to talk to the
microHam device for CAT. If you want hardware PTT via the microham
device, use DTR method and ptt_pathname "uh-ptt".
2017-09-10 19:56:59 -05:00
Nate Bargmann a8c56853d3 Rename autogen.sh to bootstrap to follow GNU guidelines
Update relevant document files to describe 'boostrap' and 'configure'.
2017-07-27 21:30:13 -05:00
Nate Bargmann 6e3b79fc69 Initial Python3 build steps and test script
The increasing popularity of Python3 requires that Hamlib provide a
means of instruction for building and installing its module concurrent
with the Python2 module.  README.python outlines the required steps.
py3test.py is a reworking of the pytest.py script for Python3 syntax.
2017-07-19 21:17:34 -05:00
Michael Black f1a9644d23 Added ft891 backend 2017-01-07 09:10:48 -06:00
Nate Bargmann 0b418a2be8 Update NEWS for FT-991 get_mode() fix 2017-01-02 21:27:32 -06:00
Nate Bargmann e0891d001d Update NEWS for IC-785x 2017-01-02 13:14:05 -06:00
Nate Bargmann 2b89833943 Update NEWS for IC-7850/7851
Also set tentative release date of 3.2 to 30 June 2017.
2017-01-02 07:39:28 -06:00
Nate Bargmann 77f1437983 Update NEWS for pending 3.1 release. 2016-12-25 09:09:35 -06:00
Stephane Fillod a4b2de37ee New Perseus model 2016-11-06 14:38:42 +01:00
Nate Bargmann 10a0fcc700 NEWS: TS-590s fix 2015-09-20 10:06:57 -05:00
Nate Bargmann d3d859fb80 Advance to 3.1~git
Next release of development.
2015-09-19 09:34:02 -05:00
Nate Bargmann f304a7b2be Update NEWS for upcoming 3.0 release
Set a release date of 01 Sep 2015.
2015-08-22 10:07:35 -05:00
Bob Freeman d899805ae6 New CNCTRK rotor backend
Am sending the source file for my CNCTRK backend used to pass AZ/EL data
to a linuxcnc-enabled rotator.

Thanks,
Bob
KI4SBL
2015-08-22 10:05:00 -05:00
Stephane Fillod c02e03f77e New Icom ID-5100 model 2015-01-25 13:42:08 +01:00
Stephane Fillod c61fe45b29 New IC-M710 and IC-M802 backends 2015-01-24 18:46:34 +01:00
Stephane Fillod 80f921954b New IC-M700PRO backend
Backend for the ICOM IC-M700PRO marine transceiver.
2015-01-21 23:57:08 +01:00
Nate Bargmann 0eda2b55d1 No longer rely on pkg-config for libusb
Use AC_CHECK_LIB macro to search for libusb rather than rely on
pkg-config.  Preserve environment variables LIBUSB_CFLAGS and
LIBUSB_LIBS as user precious variables.  Two features,
--with-xml-support and --enable-usrp still rely on pkg-config so only
invoke pkg-config when either or both of these features are selected.
Only the Winradio g313 model uses libdl so test for it only when
Winradio backend is enabled.
2013-10-30 22:29:50 -05:00
Nate Bargmann 3999121d03 Update NEWS for Peaberry backend model 2013-09-22 20:44:45 -05:00
Nate Bargmann 9210621c75 Remove dependency on libltdl
No longer depend on libltdl from the libtool package.  The
winradio/linradio/wg313api backend still depends on libdl, but since it
is only compiled on POSIX, it will use the POSIX supplied libdl.

Update documentation to remove references to libltdl.
2013-09-18 22:58:00 -05:00
Ladislav Vaiz 6d4295af2c Add Android build support
Android makefile fragments are distributed as extra distribution files
by the GNU build system but are otherwise ignored.  The Android build
support is independent and does not rely on the GNU build system.

See android/README.android for more info.

Signed-off-by: Nate Bargmann <n0nb@n0nb.us>
2013-04-26 22:31:56 -05:00
Nate Bargmann 7ebe65fee8 rotctl.1: Document Readline and history additions
Document Readline and history additions to rotctl along with new
-i/--read-history and -I/--save-history options.

Document use of ROTCTL_HIST_DIR environment variable to set an alternate
path for the .rotctl_history file.

Other minor edits.
2013-02-22 21:35:54 -06:00
Nate Bargmann 991d1ea24c rigctl.1: Document Readline and history additions
Document Readline and history additions to rigctl along with new
-i/--read-history and -I/--save-history options.

Document use of RIGCTL_HIST_DIR environment variable to set an alternate
path for the .rigctl_history file.

Other minor edits.
2013-02-22 21:06:30 -06:00
Nate Bargmann 7e9f628648 rigctld/rotctld: Remove -e|--end-marker option
Remove support for deprecated "End Marker" protocol in rigctld and
rotctld.
2013-02-05 14:40:41 -06:00
Nate Bargmann 44d99a61cd Build system fixes for the Perl/Python/TCL bindings
Various fixes for building the bindings properly.

Install TCL binding to $(libdir)/tcl/Hamlib, arbitrarily chosen since
there seems to be no standard installation location.  When install
location is changed, tcltest.tcl documents the needed change to a TCL
script.

In the Perl and Python test scripts, improved the QRA examples.  In all
scripts used tabs to line up printed values nicely.

Updated INSTALL and NEWS for recent updates.  Better documented bindings
installation and uninstallation in INSTALL.
2012-11-28 17:11:41 -06:00
Nate Bargmann 61a5a8b969 NEWS: ADAT fixes, IC-R8500 AF_LEVEL 2012-10-29 15:02:44 -05:00
Nate Bargmann c775c92673 NEWS: Update for netrigctl_set_split_vfo() from N2ADR 2012-10-27 09:37:16 -05:00
Nate Bargmann 3bd95bb5ce NEWS: Bring up to date to latest changes
icr8500: Add RIG_LEVEL_AF to has_set_level.  TNX John, EI7IG
2012-10-25 14:24:29 -05: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
Nate Bargmann b49e6c4dff Updates for 1.2.15 cycle 2012-02-02 20:40:55 -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 070beccf37 add IC-1275 2012-01-04 09:29:09 +01: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
Stephane Fillod 3402e594ff Merge branch 'master' 2011-08-21 23:40:17 +02:00
Stephane Fillod be74cf0f54 add rotator Celestron/Orion Teletrack Az-G telescope mount 2011-08-21 23:30:41 +02:00
Stephane Fillod 23c28e84e8 Kill RPC backends and rpc.rigd/rpc.rotd 2011-08-21 13:23:01 +02:00
Nate Bargmann 7ad9ae84b4 Correct typos and SF.net URIs.
README.release updated for 1.2.15 future release.
2011-07-31 10:54:08 -05:00
Nate Bargmann 38b3cfd29c Updates for 1.2.14 release
(cherry picked from commit ef771cf4c4)
2011-07-13 22:00:32 -05:00
Nate Bargmann ef771cf4c4 Updates for 1.2.14 release 2011-07-13 21:57:07 -05:00
Stephane Fillod 6de38acb6d add IC-9100 and IC-7410 2011-06-12 18:03:10 +02:00
Nate Bargmann 38c6535052 Update NEWS and ChangeLog for 1.2.13.1 release
(cherry picked from commit 5796f8be60)
2011-05-29 07:38:28 -05:00
Nate Bargmann, N0NB 0cafefeb6e release 1.2.13
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3069 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-03-12 14:54:25 +00:00
Stéphane Fillod, F8CFE 1d39fe67c1 release 1.2.12
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2971 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-09-03 21:21:53 +00:00
Stéphane Fillod, F8CFE 56c9966fe8 1.2.12 RSN
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2968 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-08-23 21:53:14 +00:00
Stéphane Fillod, F8CFE 7e7d711042 release 1.2.11
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2940 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-05-31 21:45:28 +00:00
Stéphane Fillod, F8CFE 987c5d7327 release 1.2.10
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2760 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-11-02 22:14:10 +00:00
Stéphane Fillod, F8CFE ba091a3108 Update for 1.2.9 release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2665 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-25 19:15:01 +00:00
Stéphane Fillod, F8CFE ca367df7bc Update for 1.2.8 release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2464 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-02 22:00:02 +00:00
Stéphane Fillod, F8CFE 9bc4ef3c43 Update for 1.2.7.1 release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2320 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-04-11 17:58:35 +00:00
Stéphane Fillod, F8CFE eaef5e49a5 Update for 1.2.7 release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2294 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-02-13 22:55:59 +00:00
Nate Bargmann, N0NB 62bedf168a Update NEWS and configure.ac for 1.2.6 release.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2169 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-12-22 13:52:45 +00:00
Nate Bargmann, N0NB fa0f9c3b2e Bring Changelog and NEWS up-to-date for 1.2.6rc1
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2167 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-12-10 15:27:07 +00:00
Stéphane Fillod, F8CFE 33861dc508 1.2.5 release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2081 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-02-26 19:47:50 +00:00
Stéphane Fillod, F8CFE 2c0ddb1979 1.2.4 release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1983 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-03 22:10:55 +00:00
Stéphane Fillod, F8CFE 15c68a13d8 1.2.3 release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1879 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-11-17 22:08:01 +00:00
Stéphane Fillod, F8CFE 76c419ef28 new release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1821 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-23 21:05:30 +00:00
Stéphane Fillod, F8CFE aa5dab2eca work done for 1.2.1
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1743 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-05-19 09:15:51 +00:00
Stéphane Fillod, F8CFE 08c3074aae update for 1.2.0 release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1692 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-16 21:49:23 +00:00
Stéphane Fillod, F8CFE 46a1048618 approaching 1.1.5rc1
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1677 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-08 18:02:59 +00:00
Stéphane Fillod, F8CFE f63deae7d6 what's ready for 1.1.5, as of now
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1597 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-16 17:38:58 +00:00
Stéphane Fillod, F8CFE 24be8c88d3 updates before release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1460 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-28 06:34:58 +00:00
Stéphane Fillod, F8CFE 2cbb9e6238 1.1.3 release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1060 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-06-17 20:51:16 +00:00
Stéphane Fillod, F8CFE 95a470dc5c 1.1.2 release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@660 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-09-23 10:37:08 +00:00
Stéphane Fillod, F8CFE fbe6263a59 1.1.2 on the way..
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@565 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-20 06:06:09 +00:00
Stéphane Fillod, F8CFE 1c713b2b67 new news
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@495 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-05-24 22:24:47 +00:00
Stéphane Fillod, F8CFE d7b6a6273a * 1.1.1 release in sight
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@442 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-03-04 13:09:56 +00:00
Stéphane Fillod, F8CFE f63945cec2 Initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@266 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-11-17 19:11:54 +00:00