qdmr
qdmr copied to clipboard
A GUI application for configuring and programming cheap DMR radios under Linux and MacOS X.
I will receive the Retevis RT73 radio sometime this week. What is needed to add support for these?
Linux Mint 20.3 (Una) Removed apt restriction against installing snap by moving the file out of /etc/preferences.d Then I could use "sudo apt install snapd" to get snap installed. Followed...
``` Debug in application.cc@812: Set icon theme to 'light'. Debug in repeaterbookcompleter.cc@326: Loaded repeater cache of 0 entries. Debug in userdatabase.cc@124: Loaded user database with 222434 entries from /home/dc7ia/.local/share/DM3MAT/qdmr/user.json. Debug...
Adding a repeater with the auto-fill by name swaps Rx and Tx frequencies. E.g. if you add [DB0BRB](https://repeaterbook.com/repeaters/callResult.php?call=DB0BRB) the dialog will use 431.887500 for Rx and 439.487500 for Tx. However...
Depending on the configured bands mode the AT D878UV II Plus has different RX and TX limits according to http://members.optuszoo.com.au/jason.reilly1/868mods.htm#SelectingBands However, the [current implementation](https://github.com/hmatuschek/qdmr/blob/153f5e03476479ffb13f76313b17e030422f5afd/lib/d578uv_limits.cc#L75-L76) uses the same (TX) limits for...
another new radio issue i am willing to learn but haven't touched c++ at all. i attached a code plug and some wireshark captures from a windows vm to the...
The request allows to obtain some information about the firmware running the device. There are some subtle differences in the codeplug/call-sign db encoding between devices/revisions. To this end, this information...
According to [this post in the forum](https://www.opengd77.com/viewtopic.php?f=13&t=2132#p17708), the "DMR ID Database version number was changed, so you will need to reinstall that." I spent some time looking for the opengd77...
I dicovered a little bug with the option group list. But please recheck, I might be wrong. This is what happened: 1. Added a new group in dmr contacts. 2....
Hello again, Device: GD-77 Firmware: Opengd77 QDMR: 0.10.2 I discovered, that the option "OpenGD77 - TS-override" is not respected by QDMR. Although it can be set, when "extensions" is activated,...