Re: [Hamlib-developer] Java Interface to HamLib
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Black M. <mdb...@ya...> - 2018-05-12 03:37:01
|
Take a look here....somebody already did it. https://arachnoid.com/JRX/ If you get some decent classes that directly connect to hamlib don't see what we can't start a "java" directory with examples. Just make sure to make it easy enough for somebody to build it. de Mike W9MDB On Friday, May 11, 2018, 6:59:54 PM CDT, John via Hamlib-developer <ham...@li...> wrote: Hello, I am developing a drive testing app in Java that will collect real time RSSI data, as well as SINAD performance and digital bit error rate. It stores the data in a SQL file for automated post test performance analysis. I use very precise grid based analysis. I have also written an interface, with classes for an Icom PCR-1000 and PCR-2500, and a Yaesu FT-857D. I also wrote a class for a standard serial NMEA GPS receiver with APRS waypoints. I also have a very rudimentary interface for a Harris P25 radio, which reads P25 BER patterns and RSSI. I would like to be able to use HamLib, instead of developing my own individual classes, and am looking for the cleanest way to implement your libraries into my Java app. So far I have developed a Java class that I call "HamLibComponent" that implements the interface I currently use, which I call "RadioInterface". So far, I am using the Java "Process" library to make OS level calls to HamLib. Is this the best way to implement HamLib into a Java app, or is there a better alternative? I would also like to contribute any of the classes I wrote to the HamLib community, but am not sure the best way to do this. Please advise. Thank you, John, N1CTF ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ Hamlib-developer mailing list Ham...@li... https://lists.sourceforge.net/lists/listinfo/hamlib-developer |