On 13/12/2017 07:32, Jaime Robles wrote:
Hello all,

I am the developer of KLog (http://www.klog.xyz) and I am interested in adding support to log directly from WSJT-X to KLog and support WSJT-X as much as possible :-)

Is there any link that I should read to have the information? Are those functions documented or it just the case that I have to take the WSJT-X sources to understand how it works?

Thank you.


Jaime, EA4TV

Hi Jaime,

the WSJT-X UDP message protocol is documented here:

https://sourceforge.net/p/wsjt/wsjt/HEAD/tree/branches/wsjtx/NetworkMessage.hpp

If you are going to use that protocol then please ensure that your UDP server socket is compatible with UDP multicast, that means you must make the necessary socket calls to join a multicast group if the user specified server address is that of a multicast group (e.g. 239.255.0.0) rather than a unicast address like127.0.0.1 (which also should be supported).

73
Bill
G4WJS.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to