A rough (and maybe unsafe) ui client for Mercury HF Modem
written in Python3.13 with tkinter , pillow , numpy , websocket-client, pyserial.
by BG4QBF
- set Mercury audio and radio devices
- CQ and connect
- chat and send file
- broadcast
- simple chat history save
- simple QSO LOG save (ADIF)
- waterfall
- install and run Mercury (need
-Gto open websocket service) - install requirements and run this app
- enter the ports and click
Connect - set radio devices and audio devices
- set callsign and bandwidth
- set history and log saving path
- CQ, send broadcast, connect to other radio and make QSO
- if necessary, log to ADIF file
Chat message:
\n[length // 256][length % 256]\r[message]\n
File:
\r[file name]\r[length // 256][length % 256]\r[file content]\r
- Xiaomi mimo v2.5 (opencode) for reading source code of Mercury
MIT