Hi folks, I just released version 1.0.0 of a Golang library for WSJT-X's UDP API: https://github.com/k0swe/wsjtx-go. It supports all of the message types in NetworkMessages.hpp, and sets up the UDP connection so callers just have to listen to a channel for outgoing messages. I would welcome any feedback. I'm still fairly new to Golang so I'm not sure if it's 100% idiomatic, but it does work.
Using that library, I'm building a websocket server "agent" that can expose various amateur radio program APIs to web applications, starting with WSJT-X: https://github.com/k0swe/kel-agent. Obviously, it's not safe to expose the agent to the internet, but it works very well when the web application and the agent are on the same host, and can be made to work when they're on the same network. 73 de Chris, K0SWE
_______________________________________________ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel