Keyboard Shortcuts
Likes
- D-Rats
- Messages
Search
D-RATS Repeater application
There is a D-RATS repeater application in the folder where D-RATS is installed. I have opened it and played with it, but I am not 100% sure how to configure or use it. Have googled quite a bit and looked around in YouTube, but no luck. Do you guys have any instructions or resources you could point me at that show how to use this feature??
?
Thank you
?
Facundo? |
Re: D-Rats on windows
On 3/19/2025 1:04 PM, Randy-W4LKS wrote:
I tried the MobaXterm install today.? The script fails because BusyBox is not installed.? If you manually install Busybox, then re-run the installer script, it will install.? Maybe add BusyBox as one of the required packages?? RandyIn all of our previous installs, The Busybox package had already been installed and was being used instead the actual packages. The problem was that none of the busybox aliases for the real packages are passed to a running script, so the script had to be written to be busybox specific instead of being a generic script. Looks like something changed MobaXterm since the rest of us installed it. Thanks for the report. I will open a ticket on that soon. 73, -John |
Re: D-Rats on windows
I tried the MobaXterm install today.? The script fails because BusyBox is not installed.? If you manually install Busybox, then re-run the installer script, it will install.? Maybe add BusyBox as one of the required packages?? Randy
toggle quoted message
Show quoted text
On 3/18/2025 7:01 PM, John E. Malmberg via groups.io wrote:
On 3/17/2025 5:28 PM, Tommy Beene - KD4CHW via groups.io wrote:Hi John,If you are asking me, the answer will be the 0.4.7 version of course. |
D-Rats on windows
On 3/17/2025 5:28 PM, Tommy Beene - KD4CHW via groups.io wrote:
Hi John,If you are asking me, the answer will be the 0.4.7 version of course. Or does it matter?Versions older than 0.4.7 are not being maintained. All versions older than 0.4.7 have a bug where they will discard received data under some conditions, which can result is lost data. There have been other bug fixes. The 0.3.9 version has not had any security updates in a very long time. And if I need the 0.4.?, which link is it?This is option 1, which has the least steps and at last check still works as far back as Windows 7. That is the one that is getting the most recent testing. Option 2, has more steps but also works, now needs Windows 10 or later, and will probably stop working on Windows 10 shortly after Microsoft drops official support of Windows 10. I have a Windows 10 and 11 computer and understand that I need PythonD-Rats requires Python 3 and GTK 3 and the prebuilt version of Python for Microsoft Windows is incomplete as compared to other platforms. There is no pre-built version of GTK 3 for Microsoft Windows and the existing source will not build on Microsoft windows using the Visual Studio Express free compiler. 73, -John |
Re: D-Rats Issues
开云体育Tommy, the 0.3.x versions are the original code. It works well but has a few bugs. The 0.4 code is newly developed code.
John WB4QDX?
Get From: [email protected] <[email protected]> on behalf of Tommy Beene - KD4CHW via groups.io <kd4chw@...>
Sent: Monday, March 17, 2025 6:28:53 PM To: [email protected] <[email protected]> Subject: Re: [d-rats] D-Rats Issues ?
Hi John,
I'm a new user to D-Rats and this is a bit confusing to me.? Do I follow the link on the D-Star website for 0.3.9 or go to your repository and get a 0.4.? version?? Or does it matter?? And if I need the 0.4.?, which link is it?? I have a Windows 10 and
11 computer and understand that I need Python for both and can navigate that, just not sure if It matters what version I install.?
Thanks for your time,
Tommy
KD4CHW
|
Re: D-Rats Issues
Hi John,
I'm a new user to D-Rats and this is a bit confusing to me.? Do I follow the link on the D-Star website for 0.3.9 or go to your repository and get a 0.4.? version?? Or does it matter?? And if I need the 0.4.?, which link is it?? I have a Windows 10 and 11 computer and understand that I need Python for both and can navigate that, just not sure if It matters what version I install.?
Thanks for your time,
Tommy
KD4CHW |
Re: D-RATS with IC-5100
开云体育Or you can use the RT Systems “orange” USB-RTS05 cable. It can be used with most DFSTAR radios for programming and data connections. It’s a well built good quality adapter. ? John WB4QDX ? From: [email protected] <[email protected]>
On Behalf Of from.zeon via groups.io
Sent: Monday, March 17, 2025 2:26 PM To: [email protected] Subject: Re: [d-rats] D-RATS with IC-5100 ? I use the I followed the and configured the radio as recommended and it worked fine. ? |
Re: D-RATS with IC-5100
I haven't learned much on my brother's 5100. W4GLE, K4DJL, K9ptf should be able to help you. On Sat, Mar 15, 2025, 1:17?PM Facundo Fernandez via <kk4oda=[email protected]> wrote:
|
Re: Announcing drats2 project
Looking forward to trying it out again...73 Luis KK4ZFT? On Thu, Feb 27, 2025, 09:33 John E. Malmberg via <wb8tyw=[email protected]> wrote:
|
Re: Announcing drats2 project
On 2/26/2025 3:04 AM, Michael Mandell via groups.io wrote:
First, thanks for taking this on. I think it's a great project andActually the only thing in D-Rats that is D-Star specific is the code that translates GPS symbols from D-Star to and from APRS. D-Rats will work over any radio that can transmit serial data. I plan to be testing the new port with LoRa radios. These low cost radios are also available in the 433 Mhz band. LoRa has an unlicensed mode at low power and an Amateur licensed mode. As part of my planned attachments, I am planning on having a way for ratflectors to be able to filter the unlicensed users to prevent accidental relays over Amateur Radio links. I am looking at which can only use a few bytes from each packet to prevent forgeries, and allows authentication of senders over a public radio link with out anyone able to spoof them. This could get larger usage of D-Rats than what we have now. I know nothing about programming but am wonderingNo, one of the problems with AI can end up provided code that may be under copyright by others and illegal to put in an Open source project. For my professional programming, my employers have strict policies on the use of AI for work to avoid leaking company data, or creating a copyright violation. The AI answers that search engines are now providing are most of the time returning the same web pages that the search engines normally provide, except in two significant cases, the AI engine generated examples with significant syntax errors. There are many web sites that provide free python self paced training. Currently Drats2 is still at in the setup of the boilerplate stage, this boilerplate is just setting up the framework needed for organizing the project. It is at a state where a beginning python programmer can clone the repository and learn the structure. There is a developer_notes.txt that I cam keeping notes of what I plan and what did not work. The intent is that content from it can be put in the drats2 wiki. This is something that volunteers can assist with. 73, -John wb8tyw |
Re: Announcing drats2 project
First, thanks for taking this on. I think it's a great project and DStar is not going away now with yet another new radio from Kenwood supporting it. I know nothing about programming but am wondering whether one of the AI coding devices might help. I see Gemini for coding is going to be free. Have you looked at this? |
Re: Help with error in D-Rats – Error 11001, getaddrinfo failed
RAT no longer available, try alabama.ratflector.com Ralph Barbakoff
(WA9LKZ)
On Wednesday, February 12, 2025 at 09:29:20 AM CST, OZ1G / Karsten via groups.io <karsten.andersen.dk@...> wrote:
Hello D-Rats community, I am completely new to D-Rats and very interested in learning more about the program and its features. However, I am encountering an error that I hope someone can help me understand and resolve. The error I am getting is: I’ve tried connecting to a few different Ratflectors, but unfortunately without success. I am unsure what is causing the issue or how to get the connection working properly. Is there anyone who can help me understand what’s going wrong? Has anyone encountered a similar issue, and how did you resolve it? I am running Windows 11 and would appreciate any tips specific to this OS version. I would also like to ask if there is a Nordic Ratflector available that I can try connecting to. It would be great to be able to communicate with local operators. Thank you in advance for your help and time! I am looking forward to learning more about D-Rats and getting it working properly. Best regards, OZ1G ? ? G |
Help with error in D-Rats – Error 11001, getaddrinfo failed
Hello D-Rats community, I am completely new to D-Rats and very interested in learning more about the program and its features. However, I am encountering an error that I hope someone can help me understand and resolve. The error I am getting is: I’ve tried connecting to a few different Ratflectors, but unfortunately without success. I am unsure what is causing the issue or how to get the connection working properly. Is there anyone who can help me understand what’s going wrong? Has anyone encountered a similar issue, and how did you resolve it? I am running Windows 11 and would appreciate any tips specific to this OS version. I would also like to ask if there is a Nordic Ratflector available that I can try connecting to. It would be great to be able to communicate with local operators. Thank you in advance for your help and time! I am looking forward to learning more about D-Rats and getting it working properly. Best regards, OZ1G ? ? G |