Hamlib NET rigctl listens on 127.0.0.1:4532 by default, so I had to add
it in to the list of port names allowed, in order for wsjtx to connect
to rigctld, and share the rig serial port with other programs.

Ideally there would be an editable field where the user can add any port
name, but I have never looked at QT before, so I have not figured out
how to do that :)

-- 
All rights reversed.
Quick hack to add the port required to connect to Hamlib NET rigctl.

Signed-off-by: Rik van Riel <r...@surriel.com>

diff -up wsjtx/devsetup.cpp-rigctl wsjtx/devsetup.cpp
--- wsjtx/devsetup.cpp-rigctl	2014-05-13 11:52:58.212774908 -0400
+++ wsjtx/devsetup.cpp	2014-05-13 11:54:54.386801872 -0400
@@ -126,6 +126,7 @@ void DevSetup::initDlg()
   ui->catPortComboBox->addItem("/dev/ttyUSB1");
   ui->catPortComboBox->addItem("/dev/ttyUSB2");
   ui->catPortComboBox->addItem("/dev/ttyUSB3");
+  ui->catPortComboBox->addItem("127.0.0.1:4532");
   ui->catPortComboBox->addItem(catPortDriver);
 
   ui->pttComboBox->addItem("/dev/ttyS0");
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to