Update README.rst
This commit is contained in:
parent
051f6fddbb
commit
4b78864ef0
32
README.rst
32
README.rst
@ -2,3 +2,35 @@ 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
|
||||
some stuff
|
||||
|
||||
crc.py
|
||||
some stuff
|
||||
|
||||
rs129.py
|
||||
some stuff
|
||||
|
||||
golay.py
|
||||
some stuff
|
||||
|
||||
hamming.py
|
||||
some stuff
|
||||
|
||||
qr.py
|
||||
some stuff
|
||||
|
Loading…
Reference in New Issue
Block a user