Metadata-Version: 2.4
Name: hfhost
Version: 0.1.0
Summary: Host clients for HF modems, including VARA-style TCP and Sabir framed CBOR
License-Expression: AGPL-3.0-only
Project-URL: Homepage, https://hfmodem.ssj.lol
Project-URL: Source, https://github.com/sstjohn/hfmodem
Project-URL: Issues, https://github.com/sstjohn/hfmodem/issues
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Ham Radio
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

Host clients and session bookkeeping for HF modems, including the VARA-style
two-socket TCP interface and Sabir's native framed-CBOR interface.

**Standard library only, deliberately.** It is the piece a client links against,
so it stays free of anything that would drag numerical or audio dependencies into
a process that only needs to talk to a modem over a socket.

Part of [hfmodem](https://github.com/sstjohn/hfmodem), where it is used by the
station process and by the conformance bench. Pre-alpha.
