Go to file
2016-12-03 15:16:21 -06:00
dmr_utils Initial Upload 2016-12-03 15:16:21 -06:00
__init__.py Initial Upload 2016-12-03 15:16:21 -06:00
.gitignore Create .gitignore 2016-12-03 15:14:30 -06:00
LICENSE Initial commit 2016-12-03 15:12:32 -06:00
README.rst Initial Upload 2016-12-03 15:16:21 -06:00
setup.py Initial Upload 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.