[chirp_users] Patch for Bug #6381
Hello All,
I created a patch for Bug #6381 (DMR-Marc repeater download problem) and attached it here. The URL and format changed. I just followed the links in a web browser and fixed the format parsing. Let me know if there is a better process for this. I tried to follow the Wiki process, but couldn't get the automatic email from the command line working.
--Jeff
# HG changeset patch # User Jeff Johnson jeffjohnson0@gmail.com # Date 1573797619 28800 # Thu Nov 14 22:00:19 2019 -0800 # Node ID cbf3ce3272c77006a84980cea99d4c38b25cb5a5 # Parent 067b69c9b7d04d49462f390d99bc7f80c4b1b5d2 Bug #6381 Added new link and JSON structure for DMR-Marc repeaters.
diff --git a/chirp/dmrmarc.py b/chirp/dmrmarc.py --- a/chirp/dmrmarc.py +++ b/chirp/dmrmarc.py @@ -35,8 +35,7 @@ VENDOR = "DMR-MARC" MODEL = "Repeater database"
- URL = "http://www.dmr-marc.net/cgi-bin/trbo-database/datadump.cgi?" \ - "table=repeaters&format=json" + URL = "https://www.radioid.net/static/rptrs.json"
def __init__(self, *args, **kwargs): chirp_common.NetworkSourceRadio.__init__(self, *args, **kwargs) @@ -54,7 +53,7 @@ filename, headers = urllib.urlretrieve(self.URL, fn) with open(fn, 'r') as f: try: - self._repeaters = json.load(f)['repeaters'] + self._repeaters = json.load(f)['rptrs'] except AttributeError: raise errors.RadioError( "Unexpected response from %s" % self.URL)
Since Chirp is used all over the planet you might want to include HamDigital.org as that covers Europe and Africa. Looks like you have RadioID in there.
On Thu, Dec 5, 2019 at 10:02 PM j j jeffjohnson0@gmail.com wrote:
Hello All,
I created a patch for Bug #6381 (DMR-Marc repeater download problem) and attached it here. The URL and format changed. I just followed the links in a web browser and fixed the format parsing. Let me know if there is a better process for this. I tried to follow the Wiki process, but couldn't get the automatic email from the command line working.
--Jeff
# HG changeset patch # User Jeff Johnson jeffjohnson0@gmail.com # Date 1573797619 28800 # Thu Nov 14 22:00:19 2019 -0800 # Node ID cbf3ce3272c77006a84980cea99d4c38b25cb5a5 # Parent 067b69c9b7d04d49462f390d99bc7f80c4b1b5d2 Bug #6381 Added new link and JSON structure for DMR-Marc repeaters.
diff --git a/chirp/dmrmarc.py b/chirp/dmrmarc.py --- a/chirp/dmrmarc.py +++ b/chirp/dmrmarc.py @@ -35,8 +35,7 @@ VENDOR = "DMR-MARC" MODEL = "Repeater database"
- URL = "http://www.dmr-marc.net/cgi-bin/trbo-database/datadump.cgi?" \
"table=repeaters&format=json"
URL = "https://www.radioid.net/static/rptrs.json"
def __init__(self, *args, **kwargs): chirp_common.NetworkSourceRadio.__init__(self, *args, **kwargs)
@@ -54,7 +53,7 @@ filename, headers = urllib.urlretrieve(self.URL, fn) with open(fn, 'r') as f: try:
self._repeaters = json.load(f)['repeaters']
self._repeaters = json.load(f)['rptrs'] except AttributeError: raise errors.RadioError( "Unexpected response from %s" % self.URL)
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Why? CHIRP is not compatible with any digital radios.
On Fri, Dec 6, 2019 at 10:06 AM Chuck Hast kp4djt@gmail.com wrote:
Since Chirp is used all over the planet you might want to include HamDigital.org as that covers Europe and Africa. Looks like you have RadioID in there.
On Thu, Dec 5, 2019 at 10:02 PM j j jeffjohnson0@gmail.com wrote:
Hello All,
I created a patch for Bug #6381 (DMR-Marc repeater download problem) and attached it here. The URL and format changed. I just followed the links in a web browser and fixed the format parsing. Let me know if there is a better process for this. I tried to follow the Wiki process, but couldn't get the automatic email from the command line working.
--Jeff
# HG changeset patch # User Jeff Johnson jeffjohnson0@gmail.com # Date 1573797619 28800 # Thu Nov 14 22:00:19 2019 -0800 # Node ID cbf3ce3272c77006a84980cea99d4c38b25cb5a5 # Parent 067b69c9b7d04d49462f390d99bc7f80c4b1b5d2 Bug #6381 Added new link and JSON structure for DMR-Marc repeaters.
diff --git a/chirp/dmrmarc.py b/chirp/dmrmarc.py --- a/chirp/dmrmarc.py +++ b/chirp/dmrmarc.py @@ -35,8 +35,7 @@ VENDOR = "DMR-MARC" MODEL = "Repeater database"
\
"table=repeaters&format=json"
URL = "https://www.radioid.net/static/rptrs.json"
def __init__(self, *args, **kwargs): chirp_common.NetworkSourceRadio.__init__(self, *args, **kwargs)
@@ -54,7 +53,7 @@ filename, headers = urllib.urlretrieve(self.URL, fn) with open(fn, 'r') as f: try:
self._repeaters = json.load(f)['repeaters']
self._repeaters = json.load(f)['rptrs'] except AttributeError: raise errors.RadioError( "Unexpected response from %s" % self.URL)
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
-- Chirp + Editcp + MD380Tools on Linux Celestial!!! Chuck -- KP4DJT _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to John Wuest at jhwuest@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Well, I noticed he was hitting one db probably for the contacts list, and since there are really two, just figured I would point that out, and YES I do know that it is not compatible with DMR radios. Sure wish it was but, I can understand why, too bad the manufacturers are so stuck on that Trojan called windows.
Anyhow just noticed that he was going to RadioID vice DMR-Mark (The DMR Mark URL gives a 404 I think it was) of course if he is just using RadioID to satisfy a step then it is moot, but if he is downloading the actual contacts he would want to go to both places to make sure he gets a full list.
On Sat, Dec 7, 2019 at 6:53 AM John Wuest jhwuest@gmail.com wrote:
Why? CHIRP is not compatible with any digital radios.
On Fri, Dec 6, 2019 at 10:06 AM Chuck Hast kp4djt@gmail.com wrote:
Since Chirp is used all over the planet you might want to include HamDigital.org as that covers Europe and Africa. Looks like you have RadioID in there.
On Thu, Dec 5, 2019 at 10:02 PM j j jeffjohnson0@gmail.com wrote:
Hello All,
I created a patch for Bug #6381 (DMR-Marc repeater download problem) and attached it here. The URL and format changed. I just followed the links in a web browser and fixed the format parsing. Let me know if there is a better process for this. I tried to follow the Wiki process, but couldn't get the automatic email from the command line working.
--Jeff
# HG changeset patch # User Jeff Johnson jeffjohnson0@gmail.com # Date 1573797619 28800 # Thu Nov 14 22:00:19 2019 -0800 # Node ID cbf3ce3272c77006a84980cea99d4c38b25cb5a5 # Parent 067b69c9b7d04d49462f390d99bc7f80c4b1b5d2 Bug #6381 Added new link and JSON structure for DMR-Marc repeaters.
diff --git a/chirp/dmrmarc.py b/chirp/dmrmarc.py --- a/chirp/dmrmarc.py +++ b/chirp/dmrmarc.py @@ -35,8 +35,7 @@ VENDOR = "DMR-MARC" MODEL = "Repeater database"
\
"table=repeaters&format=json"
URL = "https://www.radioid.net/static/rptrs.json"
def __init__(self, *args, **kwargs): chirp_common.NetworkSourceRadio.__init__(self, *args, **kwargs)
@@ -54,7 +53,7 @@ filename, headers = urllib.urlretrieve(self.URL, fn) with open(fn, 'r') as f: try:
self._repeaters = json.load(f)['repeaters']
self._repeaters = json.load(f)['rptrs'] except AttributeError: raise errors.RadioError( "Unexpected response from %s" % self.URL)
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
-- Chirp + Editcp + MD380Tools on Linux Celestial!!! Chuck -- KP4DJT _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to John Wuest at jhwuest@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
With this patch, I'm just trying to gain back the lost functionality with the DMR-Mark URL changes. Following the DMR-Mark URL's from a web browser brings me to RadioID, so I figured that was the correct place to go. If there is a better URL let me know. As to additional functionality, let me get my very first patch approved and included first. :)
--Jeff
On Sat, Dec 7, 2019 at 5:15 AM Chuck Hast kp4djt@gmail.com wrote:
Well, I noticed he was hitting one db probably for the contacts list, and since there are really two, just figured I would point that out, and YES I do know that it is not compatible with DMR radios. Sure wish it was but, I can understand why, too bad the manufacturers are so stuck on that Trojan called windows.
Anyhow just noticed that he was going to RadioID vice DMR-Mark (The DMR Mark URL gives a 404 I think it was) of course if he is just using RadioID to satisfy a step then it is moot, but if he is downloading the actual contacts he would want to go to both places to make sure he gets a full list.
On Sat, Dec 7, 2019 at 6:53 AM John Wuest jhwuest@gmail.com wrote:
Why? CHIRP is not compatible with any digital radios.
On Fri, Dec 6, 2019 at 10:06 AM Chuck Hast kp4djt@gmail.com wrote:
Since Chirp is used all over the planet you might want to include HamDigital.org as that covers Europe and Africa. Looks like you have RadioID in there.
On Thu, Dec 5, 2019 at 10:02 PM j j jeffjohnson0@gmail.com wrote:
Hello All,
I created a patch for Bug #6381 (DMR-Marc repeater download problem) and attached it here. The URL and format changed. I just followed the links in a web browser and fixed the format parsing. Let me know if there is a better process for this. I tried to follow the Wiki process, but couldn't get the automatic email from the command line working.
--Jeff
# HG changeset patch # User Jeff Johnson jeffjohnson0@gmail.com # Date 1573797619 28800 # Thu Nov 14 22:00:19 2019 -0800 # Node ID cbf3ce3272c77006a84980cea99d4c38b25cb5a5 # Parent 067b69c9b7d04d49462f390d99bc7f80c4b1b5d2 Bug #6381 Added new link and JSON structure for DMR-Marc repeaters.
diff --git a/chirp/dmrmarc.py b/chirp/dmrmarc.py --- a/chirp/dmrmarc.py +++ b/chirp/dmrmarc.py @@ -35,8 +35,7 @@ VENDOR = "DMR-MARC" MODEL = "Repeater database"
\
"table=repeaters&format=json"
URL = "https://www.radioid.net/static/rptrs.json"
def __init__(self, *args, **kwargs): chirp_common.NetworkSourceRadio.__init__(self, *args, **kwargs)
@@ -54,7 +53,7 @@ filename, headers = urllib.urlretrieve(self.URL, fn) with open(fn, 'r') as f: try:
self._repeaters = json.load(f)['repeaters']
self._repeaters = json.load(f)['rptrs'] except AttributeError: raise errors.RadioError( "Unexpected response from %s" % self.URL)
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
-- Chirp + Editcp + MD380Tools on Linux Celestial!!! Chuck -- KP4DJT _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to John Wuest at jhwuest@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
-- Chirp + Editcp + MD380Tools on Linux Celestial!!! Chuck -- KP4DJT _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jeff Johnson at jeffjohnson0@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
No problem, one step at a time. What I was trying to point out is that RadioID handles all of the planet but Europe and Africa, for that you query ham-digital. But yes indeed get one going then add the other if you want to have planet wide coverage.
Now if we can just get these pesky DMR manufacturers to do the CPS in python so we do not need that trojan called Windows...
On Mon, Dec 9, 2019 at 8:39 PM j j jeffjohnson0@gmail.com wrote:
With this patch, I'm just trying to gain back the lost functionality with the DMR-Mark URL changes. Following the DMR-Mark URL's from a web browser brings me to RadioID, so I figured that was the correct place to go. If there is a better URL let me know. As to additional functionality, let me get my very first patch approved and included first. :)
--Jeff
On Sat, Dec 7, 2019 at 5:15 AM Chuck Hast kp4djt@gmail.com wrote:
Well, I noticed he was hitting one db probably for the contacts list, and since there are really two, just figured I would point that out, and YES I do know that it is not compatible with DMR radios. Sure wish it was but, I can understand why, too bad the manufacturers are so stuck on that Trojan called windows.
Anyhow just noticed that he was going to RadioID vice DMR-Mark (The DMR Mark URL gives a 404 I think it was) of course if he is just using RadioID to satisfy a step then it is moot, but if he is downloading the actual contacts he would want to go to both places to make sure he gets a full list.
On Sat, Dec 7, 2019 at 6:53 AM John Wuest jhwuest@gmail.com wrote:
Why? CHIRP is not compatible with any digital radios.
On Fri, Dec 6, 2019 at 10:06 AM Chuck Hast kp4djt@gmail.com wrote:
Since Chirp is used all over the planet you might want to include HamDigital.org as that covers Europe and Africa. Looks like you have RadioID in there.
On Thu, Dec 5, 2019 at 10:02 PM j j jeffjohnson0@gmail.com wrote:
Hello All,
I created a patch for Bug #6381 (DMR-Marc repeater download problem) and attached it here. The URL and format changed. I just followed the links in a web browser and fixed the format parsing. Let me know if there is a better process for this. I tried to follow the Wiki process, but couldn't get the automatic email from the command line working.
--Jeff
# HG changeset patch # User Jeff Johnson jeffjohnson0@gmail.com # Date 1573797619 28800 # Thu Nov 14 22:00:19 2019 -0800 # Node ID cbf3ce3272c77006a84980cea99d4c38b25cb5a5 # Parent 067b69c9b7d04d49462f390d99bc7f80c4b1b5d2 Bug #6381 Added new link and JSON structure for DMR-Marc repeaters.
diff --git a/chirp/dmrmarc.py b/chirp/dmrmarc.py --- a/chirp/dmrmarc.py +++ b/chirp/dmrmarc.py @@ -35,8 +35,7 @@ VENDOR = "DMR-MARC" MODEL = "Repeater database"
\
"table=repeaters&format=json"
URL = "https://www.radioid.net/static/rptrs.json"
def __init__(self, *args, **kwargs): chirp_common.NetworkSourceRadio.__init__(self, *args,
**kwargs) @@ -54,7 +53,7 @@ filename, headers = urllib.urlretrieve(self.URL, fn) with open(fn, 'r') as f: try:
self._repeaters = json.load(f)['repeaters']
self._repeaters = json.load(f)['rptrs'] except AttributeError: raise errors.RadioError( "Unexpected response from %s" % self.URL)
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
-- Chirp + Editcp + MD380Tools on Linux Celestial!!! Chuck -- KP4DJT _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to John Wuest at jhwuest@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
-- Chirp + Editcp + MD380Tools on Linux Celestial!!! Chuck -- KP4DJT _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jeff Johnson at jeffjohnson0@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
What is a good program to use to program a Baofeng DMR DM-5R Radio
On Mon, Dec 9, 2019, 9:34 PM Chuck Hast kp4djt@gmail.com wrote:
No problem, one step at a time. What I was trying to point out is that RadioID handles all of the planet but Europe and Africa, for that you query ham-digital. But yes indeed get one going then add the other if you want to have planet wide coverage.
Now if we can just get these pesky DMR manufacturers to do the CPS in python so we do not need that trojan called Windows...
On Mon, Dec 9, 2019 at 8:39 PM j j jeffjohnson0@gmail.com wrote:
With this patch, I'm just trying to gain back the lost functionality with the DMR-Mark URL changes. Following the DMR-Mark URL's from a web browser brings me to RadioID, so I figured that was the correct place to go. If there is a better URL let me know. As to additional functionality, let me get my very first patch approved and included first. :)
--Jeff
On Sat, Dec 7, 2019 at 5:15 AM Chuck Hast kp4djt@gmail.com wrote:
Well, I noticed he was hitting one db probably for the contacts list, and since there are really two, just figured I would point that out, and YES I do know that it is not compatible with DMR radios. Sure wish it was but, I can understand why, too bad the manufacturers are so stuck on that Trojan called windows.
Anyhow just noticed that he was going to RadioID vice DMR-Mark (The DMR Mark URL gives a 404 I think it was) of course if he is just using RadioID to satisfy a step then it is moot, but if he is downloading the actual contacts he would want to go to both places to make sure he gets a full list.
On Sat, Dec 7, 2019 at 6:53 AM John Wuest jhwuest@gmail.com wrote:
Why? CHIRP is not compatible with any digital radios.
On Fri, Dec 6, 2019 at 10:06 AM Chuck Hast kp4djt@gmail.com wrote:
Since Chirp is used all over the planet you might want to include HamDigital.org as that covers Europe and Africa. Looks like you have RadioID in there.
On Thu, Dec 5, 2019 at 10:02 PM j j jeffjohnson0@gmail.com wrote:
Hello All,
I created a patch for Bug #6381 (DMR-Marc repeater download problem) and attached it here. The URL and format changed. I just followed the links in a web browser and fixed the format parsing. Let me know if there is a better process for this. I tried to follow the Wiki process, but couldn't get the automatic email from the command line working.
--Jeff
# HG changeset patch # User Jeff Johnson jeffjohnson0@gmail.com # Date 1573797619 28800 # Thu Nov 14 22:00:19 2019 -0800 # Node ID cbf3ce3272c77006a84980cea99d4c38b25cb5a5 # Parent 067b69c9b7d04d49462f390d99bc7f80c4b1b5d2 Bug #6381 Added new link and JSON structure for DMR-Marc repeaters.
diff --git a/chirp/dmrmarc.py b/chirp/dmrmarc.py --- a/chirp/dmrmarc.py +++ b/chirp/dmrmarc.py @@ -35,8 +35,7 @@ VENDOR = "DMR-MARC" MODEL = "Repeater database"
- URL = "
http://www.dmr-marc.net/cgi-bin/trbo-database/datadump.cgi?" \
"table=repeaters&format=json"
URL = "https://www.radioid.net/static/rptrs.json"
def __init__(self, *args, **kwargs): chirp_common.NetworkSourceRadio.__init__(self, *args,
**kwargs) @@ -54,7 +53,7 @@ filename, headers = urllib.urlretrieve(self.URL, fn) with open(fn, 'r') as f: try:
self._repeaters = json.load(f)['repeaters']
self._repeaters = json.load(f)['rptrs'] except AttributeError: raise errors.RadioError( "Unexpected response from %s" % self.URL)
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
-- Chirp + Editcp + MD380Tools on Linux Celestial!!! Chuck -- KP4DJT _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to John Wuest at jhwuest@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
-- Chirp + Editcp + MD380Tools on Linux Celestial!!! Chuck -- KP4DJT _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jeff Johnson at jeffjohnson0@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
-- Chirp + Editcp + MD380Tools on Linux Celestial!!! Chuck -- KP4DJT _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to James Howell at howelljames1153@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
The one you download from the Baofeng website. You can try https://www.farnsworth.org/dale/codeplug/editcp/ but it might only support TYT and clones.
On 09 December 2019 at 23:57 James Howell howelljames1153@gmail.com wrote:
What is a good program to use to program a Baofeng DMR DM-5R Radio On Mon, Dec 9, 2019, 9:34 PM Chuck Hast < kp4djt@gmail.com mailto:kp4djt@gmail.com > wrote: > > No problem, one step at a time. What I was trying to point out is that RadioID handles all of the planet but
Europe and Africa, for that you query ham-digital. But yes indeed get one going then add the other if you want to have planet wide coverage. Now if we can just get these pesky DMR manufacturers to do the CPS in python so we do not need that trojan called Windows... On Mon, Dec 9, 2019 at 8:39 PM j j < jeffjohnson0@gmail.com mailto:jeffjohnson0@gmail.com > wrote: > > > With this patch, I'm just trying to gain back the lost functionality with the DMR-Mark URL changes. Following the DMR-Mark URL's from a web browser brings me to RadioID, so I figured that was the correct place to go. If there is a better URL let me know. As to additional functionality, let me get my very first patch approved and included first. :)
--Jeff On Sat, Dec 7, 2019 at 5:15 AM Chuck Hast < kp4djt@gmail.com mailto:kp4djt@gmail.com > wrote: > > > > Well, I noticed he was hitting one db probably for the contacts list, and since there are really two, just figured
I would point that out, and YES I do know that it is not compatible with DMR radios. Sure wish it was but, I can understand why, too bad the manufacturers are so stuck on that Trojan called windows. Anyhow just noticed that he was going to RadioID vice DMR-Mark (The DMR Mark URL gives a 404 I think it was) of course if he is just using RadioID to satisfy a step then it is moot, but if he is downloading the actual contacts he would want to go to both places to make sure he gets a full list. On Sat, Dec 7, 2019 at 6:53 AM John Wuest < jhwuest@gmail.com mailto:jhwuest@gmail.com > wrote: > > > > > Why? CHIRP is not compatible with any digital radios.
On Fri, Dec 6, 2019 at 10:06 AM Chuck Hast < kp4djt@gmail.com mailto:kp4djt@gmail.com > wrote: > > > > > > Since Chirp is used all over the planet you might want to include HamDigital.org as that covers Europe and
Africa. Looks like you have RadioID in there. On Thu, Dec 5, 2019 at 10:02 PM j j < jeffjohnson0@gmail.com mailto:jeffjohnson0@gmail.com > wrote: > > > > > > > Hello All,
> > I created a patch for Bug #6381 (DMR-Marc repeater download problem) and attached it here. The URL and format changed. I just followed the links in a web browser and fixed the format parsing. Let me know if there is a better process for this. I tried to follow the Wiki process, but couldn't get the automatic email from the command line working. > > --Jeff > > > # HG changeset patch > # User Jeff Johnson < jeffjohnson0@gmail.com mailto:jeffjohnson0@gmail.com > > # Date 1573797619 28800 > # Thu Nov 14 22:00:19 2019 -0800 > # Node ID cbf3ce3272c77006a84980cea99d4c38b25cb5a5 > # Parent 067b69c9b7d04d49462f390d99bc7f80c4b1b5d2 > Bug #6381 Added new link and JSON structure for DMR-Marc repeaters. > > diff --git a/chirp/dmrmarc.py b/chirp/dmrmarc.py > --- a/chirp/dmrmarc.py > +++ b/chirp/dmrmarc.py > @@ -35,8 +35,7 @@ > VENDOR = "DMR-MARC" > MODEL = "Repeater database" > > - URL = " http://www.dmr-marc.net/cgi-bin/trbo-database/datadump.cgi?" \ > - "table=repeaters&format=json" > + URL = " https://www.radioid.net/static/rptrs.json" > > def __init__(self, *args, **kwargs): > chirp_common.NetworkSourceRadio.__init__(self, *args, **kwargs) > @@ -54,7 +53,7 @@ > filename, headers = urllib.urlretrieve(self.URL, fn) > with open(fn, 'r') as f: > try: > - self._repeaters = json.load(f)['repeaters'] > + self._repeaters = json.load(f)['rptrs'] > except AttributeError: > raise errors.RadioError( > "Unexpected response from %s" % self.URL) > _______________________________________________ > chirp_users mailing list > chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Chuck Hast at kp4djt@gmail.com mailto:kp4djt@gmail.com > To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > > > > > > >
-- Chirp + Editcp + MD380Tools on Linux Celestial!!! Chuck -- KP4DJT _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to John Wuest at jhwuest@gmail.com mailto:jhwuest@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > > > > _______________________________________________
chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com mailto:kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > > >
-- Chirp + Editcp + MD380Tools on Linux Celestial!!! Chuck -- KP4DJT _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jeff Johnson at jeffjohnson0@gmail.com mailto:jeffjohnson0@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > > > _______________________________________________
chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com mailto:kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > >
-- Chirp + Editcp + MD380Tools on Linux Celestial!!! Chuck -- KP4DJT _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com mailto:chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to James Howell at howelljames1153@gmail.com mailto:howelljames1153@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com mailto:chirp_users-unsubscribe@intrepid.danplanet.com > _______________________________________________
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1 937 825 5032 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
If it falls into one of the families of radios covered by EditCP, you might try that, beyond that you are pretty much stuck with the CPS the goes with the radio. Here is the URL for EditCP: https://www.farnsworth.org/dale/codeplug/editcp/
Beware of the Baofeng DMR radios make sure that they do true tier II signalling. There were issues with them transmitting on both time slots and I understand that they were banned from DMR repeaters due to jamming the other timeslot. They may have fixed it by now, but I have not heard anyone with them on the air in the places I frequent. If they have fixed it then there should be no issues. Just be sure and check.
I really like DMR but having to drag a windows box around to do CP changes is a drag, at least most of the CPS will run in a VM so I run Windows in a VM on my Linux boxen keeping a tight rope on what goes in and out.
On Mon, Dec 9, 2019 at 10:58 PM James Howell howelljames1153@gmail.com wrote:
What is a good program to use to program a Baofeng DMR DM-5R Radio
On Mon, Dec 9, 2019, 9:34 PM Chuck Hast kp4djt@gmail.com wrote:
No problem, one step at a time. What I was trying to point out is that RadioID handles all of the planet but Europe and Africa, for that you query ham-digital. But yes indeed get one going then add the other if you want to have planet wide coverage.
Now if we can just get these pesky DMR manufacturers to do the CPS in python so we do not need that trojan called Windows...
On Mon, Dec 9, 2019 at 8:39 PM j j jeffjohnson0@gmail.com wrote:
With this patch, I'm just trying to gain back the lost functionality with the DMR-Mark URL changes. Following the DMR-Mark URL's from a web browser brings me to RadioID, so I figured that was the correct place to go. If there is a better URL let me know. As to additional functionality, let me get my very first patch approved and included first. :)
--Jeff
On Sat, Dec 7, 2019 at 5:15 AM Chuck Hast kp4djt@gmail.com wrote:
Well, I noticed he was hitting one db probably for the contacts list, and since there are really two, just figured I would point that out, and YES I do know that it is not compatible with DMR radios. Sure wish it was but, I can understand why, too bad the manufacturers are so stuck on that Trojan called windows.
Anyhow just noticed that he was going to RadioID vice DMR-Mark (The DMR Mark URL gives a 404 I think it was) of course if he is just using RadioID to satisfy a step then it is moot, but if he is downloading the actual contacts he would want to go to both places to make sure he gets a full list.
On Sat, Dec 7, 2019 at 6:53 AM John Wuest jhwuest@gmail.com wrote:
Why? CHIRP is not compatible with any digital radios.
On Fri, Dec 6, 2019 at 10:06 AM Chuck Hast kp4djt@gmail.com wrote:
Since Chirp is used all over the planet you might want to include HamDigital.org as that covers Europe and Africa. Looks like you have RadioID in there.
On Thu, Dec 5, 2019 at 10:02 PM j j jeffjohnson0@gmail.com wrote:
> Hello All, > > I created a patch for Bug #6381 (DMR-Marc repeater download problem) > and attached it here. The URL and format changed. I just followed the > links in a web browser and fixed the format parsing. Let me know if there > is a better process for this. I tried to follow the Wiki process, but > couldn't get the automatic email from the command line working. > > --Jeff > > > # HG changeset patch > # User Jeff Johnson jeffjohnson0@gmail.com > # Date 1573797619 28800 > # Thu Nov 14 22:00:19 2019 -0800 > # Node ID cbf3ce3272c77006a84980cea99d4c38b25cb5a5 > # Parent 067b69c9b7d04d49462f390d99bc7f80c4b1b5d2 > Bug #6381 Added new link and JSON structure for DMR-Marc repeaters. > > diff --git a/chirp/dmrmarc.py b/chirp/dmrmarc.py > --- a/chirp/dmrmarc.py > +++ b/chirp/dmrmarc.py > @@ -35,8 +35,7 @@ > VENDOR = "DMR-MARC" > MODEL = "Repeater database" > > - URL = " > http://www.dmr-marc.net/cgi-bin/trbo-database/datadump.cgi?" \ > - "table=repeaters&format=json" > + URL = "https://www.radioid.net/static/rptrs.json" > > def __init__(self, *args, **kwargs): > chirp_common.NetworkSourceRadio.__init__(self, *args, > **kwargs) > @@ -54,7 +53,7 @@ > filename, headers = urllib.urlretrieve(self.URL, fn) > with open(fn, 'r') as f: > try: > - self._repeaters = json.load(f)['repeaters'] > + self._repeaters = json.load(f)['rptrs'] > except AttributeError: > raise errors.RadioError( > "Unexpected response from %s" % self.URL) > _______________________________________________ > chirp_users mailing list > chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Chuck Hast at kp4djt@gmail.com > To unsubscribe, send an email to > chirp_users-unsubscribe@intrepid.danplanet.com
-- Chirp + Editcp + MD380Tools on Linux Celestial!!! Chuck -- KP4DJT _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to John Wuest at jhwuest@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
-- Chirp + Editcp + MD380Tools on Linux Celestial!!! Chuck -- KP4DJT _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Jeff Johnson at jeffjohnson0@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
-- Chirp + Editcp + MD380Tools on Linux Celestial!!! Chuck -- KP4DJT _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to James Howell at howelljames1153@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Chuck Hast at kp4djt@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com
There is a command line program that works with many DMR radios, dmrconfig. It will download from the radio to a text file you can edit with any text editor. Once you have the changes made in the text editor then you can transfer it back to the radio. I have used it with Baofeng and Radioditty radios and it works well. I haven't tried it with my Anytone radio yet. Oh, and the problem with Baofeng DMR radios is ancient history.
https://github.com/sergev/dmrconfig/wiki
Now if we can just get these pesky DMR manufacturers to do the CPS in python so we do not need that trojan called Windows...
participants (6)
-
Chuck Hast
-
j j
-
James Howell
-
Jim Allyn
-
John Wuest
-
Nigel A. Gunn G8IFF/W8IFF