dalefarnsworth-dmr / dmrRadio

GNU General Public License v3.0
4 stars 1 forks source link

Add newCodeplug action to dmrRadio to create new empty rdt #1

Closed tylert closed 4 years ago

tylert commented 4 years ago

This is a new feature request.

It would be very useful to be able to automate the generation of brand new empty codeplug rdt files using the dmrRadio command-line tool. Perhaps something like dmrRadio newCodeplug -model <model> -freq <freqRange> <codeplugFile>.

My use-case for this new feature would be to create a new empty codeplug suitable for passing on to dmrRadio's "codeplugToJSON" action to obtain a JSON file which may then be further modified using jq and Python.

I have created a quick-and-dirty Python script to import CHIRP CSV files and spit them out as channels as an alternative to manual data entry (https://github.com/tylert/freq-lists/blob/master/codeplugs/chirp_channels.py). I use this to build up new, modularized codeplugs for specific users/tasks.

tylert commented 4 years ago

@DaleFarnsworth

DaleFarnsworth commented 4 years ago

Resolved with commit 75aa70790024e97bc454f23e1d4b5fd7d3379d4e in v1.0.23. Thanks!