mirror of https://github.com/DJ2LS/FreeDATA.git
POST /modem/send_arq_raw returned 503 Modem Busy on every request: is_modem_busy is a threading.Event and the object is always truthy. Use getARQ() like the beacon, message send and CQ handler do. Note for later readers: is_set() would be inverted, since setARQ(True) clears the event. getARQ() == True means busy. |
||
|---|---|---|
| .github | ||
| .obs | ||
| documentation | ||
| freedata_gui | ||
| freedata_server | ||
| tests | ||
| tools | ||
| .gitignore | ||
| .prettierignore | ||
| .stignore | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| LICENSE | ||
| README.docker.md | ||
| README.md | ||
| add-osx-cert.sh | ||
| entrypoint.sh | ||
| freedata-nsis-config.nsi | ||
| pyproject.toml | ||
| requirements.txt | ||
README.md
FreeDATA
FreeDATA is a versatile, open-source platform designed specifically for HF communications, leveraging codec2 data modes for robust global digital communication. It features a network-based server-client architecture, a REST API, multi-platform compatibility, and a messaging system.
Please keep in mind, this project is still under development with many issues which need to be solved.
Installation
Please check the wiki for installation instructions Please check the 'Releases' section for downloading precompiled builds
Credits
- David Rowe and the FreeDV team for developing the modem and libraries - FreeDV Codec 2 : https://github.com/drowe67/codec2

