3 Commits

Author SHA1 Message Date
66f20af368 refactor: convert to src-layout for Python packaging
Rename python/ to src/ following PEP 517/518 modern packaging
conventions. Also adds .gitignore for docs and build artifacts.
2026-02-17 18:45:27 -07:00
91bef4ea63 docs: add comprehensive README with satellite constellation info 2026-02-12 16:45:31 -07:00
5867c54de3 feat: port gr-sarsat to GNU Radio 3.10+
Ported from zleffke/gr-sarsat (2018, GNU Radio 3.7):
- Updated Python 2 → Python 3
- Converted XML block definitions to YAML
- Added pyproject.toml for modern packaging
- Preserved original MIT license

Blocks:
- biphase_l_decode_bb: Manchester decoder (decim_block)
- pds_frame_sync: Frame synchronizer with PDU output
- sarp_msg_extract: SARP message splitter/validator
2026-02-11 02:22:28 -07:00