Importing BrandMeister repeater list to Motorola DMR (MOTOTRBO) radios

YL3IM

Member
Joined
Jun 17, 2012
Messages
104
Location
KO26BX
Hi,

I recently created a simple script which makes use of BrandMeister API to retrieve the the list of actual DMR repeaters and import them into Motorola DMR radios as zones, filtered by country or location.

Mostly for mu own use, but I still hope it helps someone else.

 

YL3IM

Member
Joined
Jun 17, 2012
Messages
104
Location
KO26BX
Looks like an issue. Will fix it. Please use selection by QTH locator for now.
 

YL3IM

Member
Joined
Jun 17, 2012
Messages
104
Location
KO26BX
I quickly googled for this argparse behavior and found an advice to present a negative number this way:

-lat 45.2768 -lon " -92.6257"

or

-lat=45.2768 -lon=-92.6257

I will investigate it thoroughly later and update the readme accordingly.
 

Eganske

Member
Joined
Dec 1, 2021
Messages
5
Location
New Prague
I quickly googled for this argparse behavior and found an advice to present a negative number this way:

-lat 45.2768 -lon " -92.6257"

or

-lat=45.2768 -lon=-92.6257

I will investigate it thoroughly later and update the readme accordingly.
I will give that a try.
 

Eganske

Member
Joined
Dec 1, 2021
Messages
5
Location
New Prague
This is a very cool py, thank you for the help with coordinate entry. Have you thought about making a fork of this for use with CSV input? We have multiple networks in my state so being able to supply CSV instead of results from Brandmeister API calls would be very useful. I am thinking of something like Anytone Config builder.
 
Top