|
From: Ed S. <w1...@co...> - 2019-03-26 18:10:20
|
I have mastered the technique of receiving UDP messages from WSJT-X and decoding them for use in my software project. (second image below) However, I am not having any luck sending messages to the program. If you could give some guidance I would be grateful. I have formatted the clear message (type 3) and sent it to port 2237 but nothing happens. Below (first image) shows how I format the message and the binary message as shown in my debugger. 73, Ed W1KOK > On Mar 10, 2019, at 11:55 AM, Bill Somerville <g4...@cl...> wrote: > > On 10/03/2019 18:51, Ed Stokes wrote: >> I have written a quickie test program which captures the UDP stream on port 2237. >> >> But most of what I am seeing is just a bunch of “0”s. >> > Ed, > > the message types and content is documented in the commentary at the top of this file: > > https://sourceforge.net/p/wsjt/wsjtx/ci/master/tree/NetworkMessage.hpp > > 73 > Bill > G4WJS. > > > > _______________________________________________ > wsjt-devel mailing list > wsj...@li... > https://lists.sourceforge.net/lists/listinfo/wsjt-devel |