Page 1 of 1

Frequency out for 3rd party application

Posted: Wed 12. Dec 2012, 01:13
by Aa5sh
Is there a way for me to get the current freq/mode information for one of my personal applications? I am currently using rumlog with my K3. I would like to expose the info to my custom apps.

Michael, AA5SH

Re: Frequency out for 3rd party application

Posted: Wed 12. Dec 2012, 09:54
by DL2RUM
RUMlog can send out mode and frequency data via XML-RPC used for fldigi: http://www.w1hkj.com/FldigiHelp-3.12/xm ... ntrol.html
A HTTP socket is used.

Further more you could connect a TCP/IP socket which RUMlog uses to communicate with a SDRDX SDR Transceiver and adapt this protocol. http://fyngyrz.com/?p=915

Both versions work over the network, so your app can run on another computer.

What are your intentions?

Re: Frequency out for 3rd party application

Posted: Wed 12. Dec 2012, 12:47
by Aa5sh
First thing I was going to look at adding was to grab the frequency to control my sdr application. I modified SDR# to work the way I was wanting as a panadapter. I was using it fine in bootcamp but had it written to talk through LP-Bridge to my K3. I was hoping I could make use of one the interfaces you had setup for SdrDX or FLDigi. I knew both of them could use either UPD or TCP wasn't sure how you were making use of it. I am currently using FLDigi so I would hate to cause any confusion with it so I may look into seeing which commands you send out to SdrDx. I will work on a little test app and listen to them this evening after work.

Thanks for the fine program.

73's

Michael

Re: Frequency out for 3rd party application

Posted: Thu 13. Dec 2012, 00:49
by Aa5sh
Is there something I need to do to get it to try and connect to out to SDRDx? I didn't see an option for it in preferences. I am running 5.0.8.

Michael

Re: Frequency out for 3rd party application

Posted: Thu 13. Dec 2012, 09:17
by DL2RUM
Configure TRX#2 as SdrDx. Then you can choose between a TCP or UDP connection. Enter ports and address as required. For TRX#1 set the option "Send received data to TRX #2"

Re: Frequency out for 3rd party application

Posted: Thu 13. Dec 2012, 20:04
by Aa5sh
Thanks I was hoping I was missing something.

73's

Michael, AA5SH