lwvmobile
DSD-FME
You should be able to use a csv file with the key or keys you want to use loaded by either Key ID, or DestinationID for NXDN by using the -k key.csv option at start up. Note, that's a lower case key to import keys in decimal format, and capital K to load them if they are hex keys.
Format of your key.csv file will be like this:
I wouldn't fool with using a fancy spreadsheet application to make a csv file, notepad, notepad++, nano, or any simple text editor should do the trick.
Format of your key.csv file will be like this:
Code:
key(dec) or tg(dec), value(dec)
1,12345
2,32700
63,32767
I wouldn't fool with using a fancy spreadsheet application to make a csv file, notepad, notepad++, nano, or any simple text editor should do the trick.