CONTRIBUTORS.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/changelog.md
docs/index.md
docs/installation.md
docs/quickstart.md
docs/api/chase.md
docs/api/chirp.md
docs/api/coding.md
docs/api/decoder.md
docs/api/io.md
docs/api/packet.md
docs/api/sync.md
docs/api/utils.md
docs/guide/chase.md
docs/guide/formats.md
docs/guide/packet-semantics.md
docs/guide/performance.md
docs/guide/pipeline.md
docs/guide/satellites.md
docs/guide/streaming.md
docs/guide/sync-algorithm.md
examples/README.md
examples/decode_file.py
examples/decode_ota_capture.py
examples/decoder_settings.py
examples/implicit_header.py
examples/sdr_live.py
examples/streaming.py
examples/tutorial_decode_iq.py
softlora/__init__.py
softlora/chase.py
softlora/chirp.py
softlora/coding.py
softlora/decoder.py
softlora/gr_frame_sync.py
softlora/io.py
softlora/packet.py
softlora/py.typed
softlora/sync.py
softlora/utils.py
softlora.egg-info/PKG-INFO
softlora.egg-info/SOURCES.txt
softlora.egg-info/dependency_links.txt
softlora.egg-info/requires.txt
softlora.egg-info/top_level.txt
tests/__init__.py
tests/test_chase.py
tests/test_decoder.py
tests/test_io.py
tests/test_packet.py
tests/test_stream.py
tests/test_sync_paper.py
tests/tx_helpers.py