https://github.com/george-hopkins/codeplug
codeplug decoder and builder for Motorola radios
https://github.com/george-hopkins/codeplug
codeplug cps ctb dmr motorola mototrbo
Last synced: about 1 month ago
JSON representation
codeplug decoder and builder for Motorola radios
- Host: GitHub
- URL: https://github.com/george-hopkins/codeplug
- Owner: george-hopkins
- License: mit
- Created: 2017-08-16T10:54:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T13:26:21.000Z (almost 8 years ago)
- Last Synced: 2025-09-27T12:25:54.442Z (4 months ago)
- Topics: codeplug, cps, ctb, dmr, motorola, mototrbo
- Language: Python
- Size: 10.7 KB
- Stars: 66
- Watchers: 13
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
codeplug
========
.. image:: https://img.shields.io/travis/george-hopkins/codeplug/master.svg
:target: https://travis-ci.org/george-hopkins/codeplug
:alt: Build Status
.. image:: https://img.shields.io/pypi/v/codeplug.svg
:target: https://pypi.python.org/pypi/codeplug/
:alt: Latest Version
.. image:: https://img.shields.io/badge/download-master-blue.svg?logo=windows
:target: https://ci.appveyor.com/api/projects/george-hopkins/codeplug/artifacts/dist/codeplug.exe?branch=master
:alt: Download (Windows)
Read and write Motorola Codeplugs (.ctb) from the commandline.
Getting Started
---------------
::
pip install codeplug # or download from above
# set the keys in codeplug.cfg
codeplug decode yourfile.ctb
# modify yourfile.ctb.xml
codeplug build yourfile.ctb.xml
**Note:** If you own a copy of MOTOTRBO CPS, you can use codeplug-prepare_ to extract the keys.
.. _codeplug-prepare: https://github.com/george-hopkins/codeplug-prepare