{"id":13725435,"url":"https://github.com/KM4YRI/pyFldigi","last_synced_at":"2025-05-07T20:32:23.216Z","repository":{"id":54389385,"uuid":"80290784","full_name":"KM4YRI/pyFldigi","owner":"KM4YRI","description":"Python library to control FLDIGI via XML-RPC","archived":false,"fork":false,"pushed_at":"2021-02-21T15:58:48.000Z","size":110,"stargazers_count":35,"open_issues_count":2,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-09T00:54:33.378Z","etag":null,"topics":["fldigi","ham-radio","modem","morse","psk","python","python-library","rtty","sdr","ssb","xml-rpc"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KM4YRI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-28T15:06:23.000Z","updated_at":"2024-09-21T00:25:12.000Z","dependencies_parsed_at":"2022-08-13T14:10:50.022Z","dependency_job_id":null,"html_url":"https://github.com/KM4YRI/pyFldigi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KM4YRI%2FpyFldigi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KM4YRI%2FpyFldigi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KM4YRI%2FpyFldigi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KM4YRI%2FpyFldigi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KM4YRI","download_url":"https://codeload.github.com/KM4YRI/pyFldigi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224645372,"owners_count":17346136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fldigi","ham-radio","modem","morse","psk","python","python-library","rtty","sdr","ssb","xml-rpc"],"created_at":"2024-08-03T01:02:23.175Z","updated_at":"2024-11-14T15:31:18.533Z","avatar_url":"https://github.com/KM4YRI.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# pyFldigi\n\n[![Build Status](https://travis-ci.org/KM4YRI/pyFldigi.svg?branch=master)](https://travis-ci.org/KM4YRI/pyFldigi)\n\n## Summary / Context\n\npyFldigi is a small Python library that can control the Fldigi application via XML-RPC.  \n\nFldigi is a digital modem application that is widely used in the amateur radio community.  It acts as a digital modem, intended to be coupled with a standard SSB or FM transceiver radio.\n\n## Features\n\n* Full implementation of the available [XML-RPC client](http://www.w1hkj.com/FldigiHelp-3.21/html/configuration_page.html) commands]\n  * Get FLDIGI version, name, etc.\n  * **Modem**: Get and set the modem type, carrier frequency, bandwidth, etc.\n  * **Modem**: Get and set various modem configuration options for Olivia, WEFAX, and NAVTEX\n  * **Transmit**: Set RX/TX mode to Transmit, Receive, or Tune.\n  * Abort a transmit or tune.\n  * **Squelch**: Get or set the squelch\n  * **Rig control**: Get or set various rig controls, such as frequency, mode, etc.\n  * **Logging**: Get and set various log field contents.  This is in the context of ham contact logs, not debug logs.\n  * **Text**: Send text to FLdigi to be transmitted\n  * **Text**: Get text from FLdigi that has been received\n  * **Terminate the Program**: Terminate the program gracefully by asking it to close.\n* Application monitoring and launching.  It is possible to launch FLdigi from a Python command, and monitor it.  Also the program can be killed if it refuses to shut down gracefully.\n* **Configuration**: TBD.  Reading and writing of the configuration file(s).  Requires a restart of FLdigi.\n\n\n## Applications and Intended Usage\n\n* Remote weather stations.\n* Portable HF setups.  Typically, HF digital setups are bulky and require several interconnected pieces of hardware, usually via audio cables.  This library, along with some custom hardware, could allow a walkie-talkie sized HF digital radio that's completely integrated.\n* Emcomm\n* 'Headless' operation on a Raspberry Pi, BeagleBone, or any number of other Linux-based single-board computers.\n* Putting a more 'user-friendly' GUI on top of FLdigi.\n* Web enabled FLDIGI via HTML5 and some Javascript, that could be accessed from anywhere.  Python's Flask / Django along with Bootstrap, and a few REST calls, for example.\n* Allow a phone or tablet to send and receive FLDIGI messages via a custom app.  There is an Android version of FLDIGI, but that might not be the best approach for every problem.  A more custom application could be created to use only a particular mode and send pre-formatted data, for example, with considerably less work than it would be to fork the FLDIGI mobile application and update it.\n\n# Documentation\n\n## API Documentation\n\n* https://pythonhosted.org/pyfldigi/\n\n## Useful FLDIGI documentation\n\n* [FLDIGI Wikipedia page](https://en.wikipedia.org/wiki/Fldigi)\n* [FLDIGI Users Manual - XML-RPC Control](http://www.w1hkj.com/FldigiHelp-3.21/html/xmlrpc_control_page.html)\n* [FLDIGI Users Manual - Modems](http://www.w1hkj.com/FldigiHelp-3.21/html/modems_page.html)\n* [FLDIGI Users Manual - Configuration](http://www.w1hkj.com/FldigiHelp-3.21/html/configuration_page.html)\n\n# License\n\n[GPL-3.0](https://github.com/KM4YRI/pyFldigi/blob/master/LICENSE)\n\n# Contributors\n\n* [@KM4YRI](https://github.com/KM4YRI) (maintainer)\n\n# Contributions and Pull Requests\n\nIf you'd like to contribute anything back to this repo, please do so via [pull requests](https://help.github.com/articles/using-pull-requests).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKM4YRI%2FpyFldigi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKM4YRI%2FpyFldigi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKM4YRI%2FpyFldigi/lists"}