Skip to content

Takes an MD380 codeplug template and fills in RIDs and contacts given a manifest of radios

Notifications You must be signed in to change notification settings

tristantech/md380-codeplug-templater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

Simply invoke the provided Makefile to build the templater

Usage

Basic usage:

./templater <template> <manifest> [output dir]
  • template: Path to an MD380 codeplug to read as the template file.
  • manifest: Path to a text file containing <Radio ID> <Radio Name> records, one per line. <Radio ID> must be a 24-bit unsigned integer. <Radio Name> is a maximum 16-char string. These are used to create individual codeplugs and also build a contact list.
  • output dir (optional) Specifies an output directory for the generated codeplugs. If omitted, the current working directory is used.

About

Takes an MD380 codeplug template and fills in RIDs and contacts given a manifest of radios

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published