opengd77 codeplug generator

Post your OpenGD77 codeplugs here
Post Reply
ve2wkr
Posts: 73
Joined: Thu Oct 22, 2020 11:29 pm
Location: Silverthorne, Colorado, USA

opengd77 codeplug generator

Post by ve2wkr » Wed Oct 16, 2024 8:09 pm

Hello,
Given the amazing features of the latest opsngd77 code, that includes a repeater location , and roaming features I’ve made codeplug loading into CPS simpler. This program auto-generates CSV files, which can be imported into the OpenGD77 CPS using the File -> CSV -> Append CSV function.

How it works:
When you run the codeplug generator, it retrieves repeater details from radioid.net for one or more areas (defined by city, state, or country). It then attempts to find the repeater's location on brandmeister.network, though this process can be slow due to limited APIs. If the repeater is not a Brandmeister repeater or its location isn’t found, the program uses map data from radioid.net.

This functionality allows your OpenGD77 radio to sort repeaters by distance when GPS is enabled, making it easy to quickly find local repeaters. Additionally, you could automatically program a roaming zone for specific networks, like NEDECN.

The program currently supports Brandmeister, TGIF, ADN, and DMR+ networks by default. Other networks can be added via the command line. Keep in mind, you need a Talkgroup (TG) list that matches the network name (e.g., BM, NEDECN, DMR-PLUS, etc.), or the TG will be empty on your radio, and you’ll have to input it manually using the # key.

example:
codeplug_generator.py --states "new york","new hampshire",massachussets,vermont,connecticut,"new jersey" --additional-networks nedecn

The code is available on github with this link:

https://github.com/lmartini/opengd77-co ... -generator
( in the Code button select "Download ZIP")

I’ll update this as time allows. If you need assistance, I sometimes monitor OpenGD77 BM TG 98977 during US daytime. (Please note: I know very little about Windows, as I’m primarily a Linux expert.)

To repeater owners:
Please make sure your repeater info on radioid.net is correct to help us automatically build accurate codeplugs.

73’s,
Luca
VE2WKR

VK3KYY
Posts: 8260
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: opengd77 codeplug generator

Post by VK3KYY » Wed Oct 16, 2024 11:29 pm

Thanks for sharing

PU7PZB
Posts: 10
Joined: Thu Aug 10, 2023 3:09 pm
Location: Fortaleza/CE - Brasil
Contact:

Re: opengd77 codeplug generator

Post by PU7PZB » Fri Oct 25, 2024 4:07 am

ve2wkr wrote:
Wed Oct 16, 2024 8:09 pm
Hello,
Given the amazing features of the latest opsngd77 code, that includes a repeater location , and roaming features I’ve made codeplug loading into CPS simpler. This program auto-generates CSV files, which can be imported into the OpenGD77 CPS using the File -> CSV -> Append CSV function.

How it works:
When you run the codeplug generator, it retrieves repeater details from radioid.net for one or more areas (defined by city, state, or country). It then attempts to find the repeater's location on brandmeister.network, though this process can be slow due to limited APIs. If the repeater is not a Brandmeister repeater or its location isn’t found, the program uses map data from radioid.net.

This functionality allows your OpenGD77 radio to sort repeaters by distance when GPS is enabled, making it easy to quickly find local repeaters. Additionally, you could automatically program a roaming zone for specific networks, like NEDECN.

The program currently supports Brandmeister, TGIF, ADN, and DMR+ networks by default. Other networks can be added via the command line. Keep in mind, you need a Talkgroup (TG) list that matches the network name (e.g., BM, NEDECN, DMR-PLUS, etc.), or the TG will be empty on your radio, and you’ll have to input it manually using the # key.

example:
codeplug_generator.py --states "new york","new hampshire",massachussets,vermont,connecticut,"new jersey" --additional-networks nedecn

The code is available on github with this link:

https://github.com/lmartini/opengd77-co ... -generator
( in the Code button select "Download ZIP")

I’ll update this as time allows. If you need assistance, I sometimes monitor OpenGD77 BM TG 98977 during US daytime. (Please note: I know very little about Windows, as I’m primarily a Linux expert.)

To repeater owners:
Please make sure your repeater info on radioid.net is correct to help us automatically build accurate codeplugs.

73’s,
Luca
VE2WKR
Very interesting, just think about him working together with the CPS itself. It would be cool!

ve2wkr
Posts: 73
Joined: Thu Oct 22, 2020 11:29 pm
Location: Silverthorne, Colorado, USA

Re: opengd77 codeplug generator

Post by ve2wkr » Tue Nov 26, 2024 5:15 pm

I updated the codeplug generator to use the new BM api v2. So it is now much faster, and more repeaters will get their location set. Also it no longer uses any web scraping or selenium.
I also have a web page based version which I have not published yet. I'm still working out the kinks such as a BM API ban when used too much.

73's
Luca

Post Reply