Page 1 of 1

List of CAT Commands RUMlogNG Supports?

Posted: Sun 24. Feb 2019, 16:58
by kc5am
Can someone point me in the right direction for getting a list of CAT commands I can send to RUMlogNG over port 7374? I want to put together a quick Python script to log the signal strength of my Icom IC-7300 so help figure out when some RFI is appearing/disappearing at my house.

So far I did a Python script to get the current frequency by telnetting to localhost over port 7374 and sending <command:10>CmdGetFreq<parameter s:0>. But I have no idea where to get this list of commands; I found <command:10>CmdGetFreq<parameter s:0> by running WireShark.

When I google search I think this is a HamLib protocol? But command:10 doesn't seem to match CmdGetFreq when I was looking at an API list.

Thanks,

Brad

Re: List of CAT Commands RUMlogNG Supports?

Posted: Sun 24. Feb 2019, 17:17
by DL2RUM
RUMlog reacts to the following commands only:
  • CmdGetFreq
  • CmdGetTXFreq
  • CmdTX
  • CmdRX
  • CmdSendTx
This is just a subset of the DX Suite Commander required for WSJT operation.