2016-12-03 15:28:08 -06:00
2016-12-03 15:16:21 -06:00
2016-12-03 15:16:21 -06:00
2016-12-03 15:14:30 -06:00
2016-12-03 15:12:32 -06:00
2016-12-03 15:28:08 -06:00
2016-12-03 15:16:21 -06:00

dmr_utils
_________

Utilities for working with Digital Moble Radio (DMR) in python. Includes routines for assembling and disasembling packets and encoding/removing FEC/ECC routines. The utilities are intended primarily for processing on the "network" side of DMR, not the air interface -- such as for building network linking tools, and as such, routines mostly remove FEC/ECC rather than appy repeairs, which should be done at the air interface first.

**Files in this repository and what they do**

const.py
  some stuff
  
utils.py
  some stuff
  
encode.py
  some stuff
  
decode.py
  some stuff
  
btpc.py
  Contains block product turbo code generators, extractors and related routines
  
    - decode_full_lc(_data) -- Extracts the useful LC data without checking for errors. Accepts one arguments of type bitarray and returns one item of type bitarray
  
crc.py
  some stuff
  
rs129.py
  some stuff
  
golay.py
  some stuff
  
hamming.py
  some stuff
  
qr.py
  some stuff
Description
No description provided
Readme GPL-3.0 177 KiB
Languages
Python 99.8%
Shell 0.2%