FT8Spy is a system tray application written in Go that monitors a WSJT-X server for status messages and updates Discord Rich Presence accordingly. It uses the fyne.io/systray
package for the system tray interface and github.com/hugolgst/rich-go/client
for Discord Rich Presence integration.
- Monitors WSJT-X server for status messages.
- Updates Discord Rich Presence with information about WSJT-X status.
- Provides a system tray interface for easy access and quick exit.
You can find pre-built executables for Windows in the Releases section.
- The Discord Rich Presence is updated with information about the WSJT-X status, including the mode and frequency when WSJT-X is open.
- Switch between frequencies or mode to force update the presence.
- The system tray icon provides a "Quit" option for easy termination of the application.
- fyne.io/systray: System tray package for Go.
- github.com/hugolgst/rich-go/client: Discord Rich Presence library for Go.
- github.com/k0swe/wsjtx-go/v4: WSJT-X client library for Go.
Feel free to contribute by opening issues or creating pull requests. Your feedback and enhancements are welcome!
- Create Github Action to build for all systems (Current Priority)
- Document build process
- Make the progrm open and close with WSJT-X
- Support other digimode applications
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the LICENSE file for details.
- The fyne.io team for the system tray package.
- hugolgst for the Discord Rich Presence library.
- k0swe for the WSJT-X client library.