Thread: [Hamlib-developer] [ANN] Hamlib 1.1.3 released
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Stephane F. <fi...@us...> - 2002-06-17 21:33:01
|
Good news everyone! Hamlib-1.1.3 has finally been released. Check it out at http://www.hamlib.org ! New in 1.1.3: * new backend: JRC (NRD-545), and many new rig models * rotator frontend, new easycomm backend * added Kylix and perl bindings and completed tcl/tk support * networked (RPC) rig and rotator Note: locator calculation is not working right. Download pages are accessible at http://sourceforge.net/projects/hamlib i386 rpms and .deb coming soon. Plan for 1.1.4: * Enter more models of supported backends * more rotor stuff * extend perl binding, add Java binding * collaboration with gnuradio project * etc. (any wishes?) Please, test it out and report to ham...@li... Developers are also invited to join the Hamlib team by subscribing to this mailing list. Have fun and let us know! 73's de Stephane Fillod (f8cfe) |
|
From: Riley W. <rh...@In...> - 2002-06-20 18:08:53
|
Hi Stephane. > Hamlib-1.1.3 has finally been released. > Check it out at http://www.hamlib.org ! This announcement appears to be premature as the download link from the page specified only shows 1.1.1 as being available. Can somebody clarify that please? > Note: locator calculation is not working right. What exactly is the problem? Best wishes from Riley G7GOD / KB8PPG. |
|
From: <al...@ph...> - 2002-06-20 20:39:08
|
Hi Riley, The home page has probably not been updated yet, but you can download the source code from the project page at http://sourceforge.net/projects/hamlib Alex, OZ9AEC Quoting Riley Williams <rh...@In...>: > Hi Stephane. > > > Hamlib-1.1.3 has finally been released. > > Check it out at http://www.hamlib.org ! > > This announcement appears to be premature as the download link from the > page specified only shows 1.1.1 as being available. Can somebody > clarify > that please? > > > Note: locator calculation is not working right. > > What exactly is the problem? > > Best wishes from Riley G7GOD / KB8PPG. > > > > ------------------------------------------------------- > Sponsored by: > ThinkGeek at http://www.ThinkGeek.com/ > _______________________________________________ > Hamlib-developer mailing list > Ham...@li... > https://lists.sourceforge.net/lists/listinfo/hamlib-developer > |
|
From: Riley W. <rh...@In...> - 2002-06-20 22:33:25
|
Hi Alex. > The home page has probably not been updated yet, but you can > download the source code from the project page at > http://sourceforge.net/projects/hamlib Many thanks, but as the home page appears to have completely skipped a version, I have to consider it less than reliable... You've probably seen my email to the coordinator on the HamLib mailing list (which I'm not on atm) dealing with this though... Best wishes from Riley. ======================================================================= > Quoting Riley Williams <rh...@In...>: > > > Hi Stephane. > > > > > Hamlib-1.1.3 has finally been released. > > > Check it out at http://www.hamlib.org ! > > > > This announcement appears to be premature as the download link from the > > page specified only shows 1.1.1 as being available. Can somebody > > clarify > > that please? > > > > > Note: locator calculation is not working right. > > > > What exactly is the problem? > > > > Best wishes from Riley G7GOD / KB8PPG. > > > > > > > > ------------------------------------------------------- > > Sponsored by: > > ThinkGeek at http://www.ThinkGeek.com/ > > _______________________________________________ > > Hamlib-developer mailing list > > Ham...@li... > > https://lists.sourceforge.net/lists/listinfo/hamlib-developer > > > |
|
From: Stephane F. <fi...@us...> - 2002-06-30 17:11:47
|
Hi Riley, On Thu, Jun 20, 2002, Riley Williams wrote: > > Hamlib-1.1.3 has finally been released. > > Check it out at http://www.hamlib.org ! > > This announcement appears to be premature as the download link from the > page specified only shows 1.1.1 as being available. Can somebody clarify > that please? The web site has not been updated yet. However, tt seems some clever guys still managed to find the download page :) > > Note: locator calculation is not working right. > > What exactly is the problem? (fillods@charybde:tests)$ ./testloc IN98EC DM33DX Locator1: IN98EC Longitude: -0.666667, -1° 40' 0" Latitude: 48.083333, 48° 5' 0" Recoded: IN98QC Locator2: DM33DX Longitude: -112.750000, -113° 45' 0" Latitude: 33.958333, 33° 57' 30" Recoded: DM33PX Bearing: 8677.35km Azimuth: 51.782422, 51° 46' 56" Have you noticed ? The recoded locator is broken. AFAIR, dec2dms() in src/locator.c is broken, unless it is longlat2locator. Sorry, I can't fix it right now, I have to look after some prolific cvs commiter, but feel free to send us a patch. You're more than welcome! Cheers, Stephane |
|
From: Riley W. <rh...@In...> - 2002-07-01 17:40:07
|
Hi Stephane. >>> Hamlib-1.1.3 has finally been released. >>> Check it out at http://www.hamlib.org ! >> This announcement appears to be premature as the download link from >> the page specified only shows 1.1.1 as being available. Can somebody >> clarify that please? > The web site has not been updated yet. However, tt seems some clever > guys still managed to find the download page :) Quite clearly, I'm not one of them... >>> Note: locator calculation is not working right. >> What exactly is the problem? >=09(fillods@charybde:tests)$ ./testloc IN98EC DM33DX >=09Locator1: IN98EC >=09Longitude: -0.666667, -1=B0 40' 0" >=09Latitude: 48.083333, 48=B0 5' 0" >=09Recoded: IN98QC > >=09Locator2: DM33DX >=09Longitude: -112.750000, -113=B0 45' 0" >=09Latitude: 33.958333, 33=B0 57' 30" >=09Recoded: DM33PX > >=09Bearing: 8677.35km >=09Azimuth: 51.782422, 51=B0 46' 56" > > Have you noticed ? The recoded locator is broken.=20 Not by my calculation - the recoded locator perfectly matches the DMS coordinates given. > AFAIR, dec2dms() in src/locator.c is broken, unless it is longlat2locator= =2E Looking at the above, there are two obvious bugs: 1. dec2dms() is returning the wrong value when given a negative input value. Both negative longitudes are out by exactly 1=B0, but the positive latitudes are both correct. 2. The value labelled "Bearing" is not a bearing, but a distance. > Sorry, I can't fix it right now, I have to look after some prolific > cvs commiter, but feel free to send us a patch. You're more than > welcome! If you can advise where I can download the source from, I will... Best wishes from Riley. |
|
From: Stephane F. <f4...@fr...> - 2002-07-01 22:03:10
|
On Mon, Jul 01, 2002, Riley Williams wrote: > > (fillods@charybde:tests)$ ./testloc IN98EC DM33DX > > Locator1: IN98EC > > Longitude: -0.666667, -1° 40' 0" > > Latitude: 48.083333, 48° 5' 0" > > Recoded: IN98QC > > > > Locator2: DM33DX > > Longitude: -112.750000, -113° 45' 0" > > Latitude: 33.958333, 33° 57' 30" > > Recoded: DM33PX > > > > Bearing: 8677.35km > > Azimuth: 51.782422, 51° 46' 56" > > > > Have you noticed ? The recoded locator is broken. > > Not by my calculation - the recoded locator perfectly matches the > DMS coordinates given. > > > AFAIR, dec2dms() in src/locator.c is broken, unless it is longlat2locator. > > Looking at the above, there are two obvious bugs: > > 1. dec2dms() is returning the wrong value when given a negative > input value. Both negative longitudes are out by exactly 1°, > but the positive latitudes are both correct. okay, thank you for the analisys. Now it should be easy to fix. > > 2. The value labelled "Bearing" is not a bearing, but a distance. oops, sorry. Looks definitely like english is not my mother-tongue. I'll have to fix also the comments in the code. Thank you for that one too! Cheers, Stephane |
|
From: Nate B. <n0...@ne...> - 2002-06-20 22:10:21
|
* Riley Williams <rh...@In...> [2002 Jun 20 16:53 -0500]: > Hi Stephane. > > > Hamlib-1.1.3 has finally been released. > > Check it out at http://www.hamlib.org ! > > This announcement appears to be premature as the download link from the > page specified only shows 1.1.1 as being available. Can somebody clarify > that please? > > > Note: locator calculation is not working right. > > What exactly is the problem? Hi Riley. The problem, it would seem, is me. I quite simply forgot about it as I've been rather busy of late and now my $%#$@!!! air conditioner quit which makes it a tad miserble in the house. I'll try to get to it, but I have a lot of loose ends before Field Day this weekend. If there is anyone on either list that would like to take over the Hamlib webpage maintenance and/or the documentation I started, please volunteer! I had much more free time when I volunteered, but so far no one has stepped forward to relieve me, although I only askedi for relief once or twice on the Hamlib list. > Best wishes from Riley G7GOD / KB8PPG. Thank you. 73, de Nate >> -- Wireless | Amateur Radio Station N0NB | "We have awakened a Internet | n0...@ne... | sleeping giant and Location | Bremen, Kansas USA EM19ov | have instilled in him Amateur radio exams; ham radio; Linux info @ | a terrible resolve". http://www.qsl.net/n0nb/ | - Admiral Yamomoto |
|
From: Riley W. <rh...@In...> - 2002-06-20 22:31:27
|
Hi Nate. >>> Hamlib-1.1.3 has finally been released. >>> Check it out at http://www.hamlib.org ! >> This announcement appears to be premature as the download link from >> the page specified only shows 1.1.1 as being available. Can somebody >> clarify that please? >>> Note: locator calculation is not working right. >> What exactly is the problem? > The problem, it would seem, is me. I quite simply forgot about it as > I've been rather busy of late and now my $%#$@!!! air conditioner > quit which makes it a tad miserble in the house. I'll try to get to > it, but I have a lot of loose ends before Field Day this weekend. I think we're dealing with different questions here - My question as quoted above related to the "location calculator" rather than to the announcement that preceded it. I have to say that what puzzled me was that the download web page listed 1.1.1 as the latest version, and the announcement referred to 1.1.3 so either 1.1.2 was never released or the web page was unreliable. > If there is anyone on either list that would like to take over the > Hamlib webpage maintenance and/or the documentation I started, > please volunteer! I had much more free time when I volunteered, but > so far no one has stepped forward to relieve me, although I only > asked for relief once or twice on the Hamlib list. I'm not on the HamLib list at the moment, as I'm rather tied up with sorting my wife's health out - at the moment, the local hospital is far too near being a second home for my liking. However, it should be fairly simple to set it up to auto-update as you make the releases on SF.Net so that you can forget about it. Once my wife's health is sorted out, I'd be willing to volunteer, but I can't even guess when that might be at this stage. Best wishes from Riley G7GOD / KB8PPG. |
|
From: Alexandru C. <al...@ph...> - 2002-06-20 23:14:07
|
Hi Nate, > If there is anyone on either list that would like to take over the > Hamlib webpage maintenance and/or the documentation I started, please > volunteer! I had much more free time when I volunteered, but so far no > one has stepped forward to relieve me, although I only askedi for relief > once or twice on the Hamlib list. I'll be glad to help you out with the docs or the website (preferably not both). I have just taken my final exam and I hope that I will actually have some spare time in the next six months or so. The bad news is that I'll be gone to Geneva for the next four weeks and I will probably not be able to do anything before I'm back. I'll get back to you then (I will try not to forget it). Of course, I won't be sad if someone else will "get the job" in the meanwhile. Alex, OZ9AEC -- |