Metadata-Version: 2.1
Name: fm-transfer
Version: 0.1.3
Summary: Send and receive data via radio transceivers
Author-email: Matteo Tenca <matteo.tenca@gmail.com>
Project-URL: Homepage, https://github.com/matteotenca/fm-transfer
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Communications
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Description-Content-Type: text/markdown
Requires-Dist: pyqt6
Requires-Dist: pyserial
Requires-Dist: gg-transfer
Requires-Dist: quiet-transfer

# fm-transfer
### A graphical front-end for gg-transfer and quiet-transfer

---

`fm-transfer` is a GUI that allows you to send and receive files through a transceiver.
It is designed to directly control the push-to-talk of devices equipped with a Kenwood connector
(like many Baofeng, Quansheng etc.).

Transmission and reception are done using two libraries, ggwave and quiet: the former implements FSK modulation 
and reaches a peak of about 80 bytes per second, the latter implements a large series of modulation algorithms,
including GMSK and QAM.

It is possible to transfer ~240 bytes/s in very good conditions.

Under development!

https://github.com/matteotenca/fm-transfer
