An open API service indexing awesome lists of open source software.

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

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