This commit is contained in:
Steve Zingman 2017-08-22 12:23:30 -04:00 committed by GitHub
parent 1040c796d1
commit a29cb01f35
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
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.
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 apply repairs, which should be done at the air interface first.
**Files in this repository and what they do**