From 25a6f296338b925c5899ee34975e8b8ceb129f80 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Sat, 3 Dec 2016 20:08:57 -0600 Subject: [PATCH] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index b34ced5..7aaaf40 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,7 @@ _________ 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 A number of constant values that are handy for working with DMR. Just look through the file. Some are hex strings, some are bitarrays. Some are straight objects, and in cases where there are related data sets you'll find dictionaries.