Skip to content

soltia48/darc-modem

Repository files navigation

pydarc

Summary

This software decodes Data Radio Channel (DARC) bitstream.

You can use GNU Radio and darc_demod.grc for demodulation.

Usage

Decode

$ python decode_darc.py --help
usage: decode_darc.py [-h] [-log {NOTSET,DEBUG,INFO,WARNING,ERROR,CRITICAL}] input_path

DARC bitstream Decoder

positional arguments:
  input_path            Input DARC bitstream path (- to stdin)

options:
  -h, --help            show this help message and exit
  -log {NOTSET,DEBUG,INFO,WARNING,ERROR,CRITICAL}, --loglevel {NOTSET,DEBUG,INFO,WARNING,ERROR,CRITICAL}
                        Logging level

Authors

  • KIRISHIKI Yudai

License

MIT

Copyright (c) 2024-2025 KIRISHIKI Yudai

About

This software decodes Data Radio Channel (DARC) bitstream.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages