Re: [Hamlib-developer] API for changing port details
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Black M. <mdb...@ya...> - 2023-02-05 17:46:27
|
my_rig = rig_init(my_model); strncpy(my_rig->state.rigport.pathname, rig_file, HAMLIB_FILPATHLEN - 1); retcode = rig_open(my_rig); pathname for FLRig will be the IP address of the other machine and port 12345 192.168.1.1:12345 Mike W9MDB On Sunday, February 5, 2023 at 11:32:13 AM CST, gm3zza via Hamlib-developer <ham...@li...> wrote: What is the supported means of changing port details through the hamlib API? I have used changing a struct up until now. I have noticed that hamlib has been ignoring this for flrig and using the default 127.0.0.1:12345. This has worked up until now but I am looking to control flrig from another machine on my network. 73 Phil GM3ZZA _______________________________________________ Hamlib-developer mailing list Ham...@li... https://lists.sourceforge.net/lists/listinfo/hamlib-developer |