¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

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

 

I am in the process of getting back to this. Had my 5100 working well but nets were inconvenient with my schedule. Since the GA ARES meeting, trying to get back to it...


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 use the
I followed the and configured the radio as recommended and it worked fine.
?


Re: D-RATS with IC-5100

 

I am using an RT systems RTS05 cable into the data port, make certain the radio is in low speed mode it will work just fine with other stations in high speed if they are using high speed also, if they are using low speed they won't copy your station.
--
AL M
KF5SMH


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:
Has anybody done D-Rats successfully with an IC-5100? Would you mind sharing your setup? What cables did you use and what radio ports? Thank you!


D-RATS with IC-5100

 

Has anybody done D-Rats successfully with an IC-5100? Would you mind sharing your setup? What cables did you use and what radio ports? Thank you!


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:


On 2/26/2025 3:04 AM, Michael Mandell via wrote:
> 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.

Actually 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 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?

No, 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

 

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 and
DStar is not going away now with yet another new radio from Kenwood
supporting it.
Actually 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 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?
No, 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 ¨C 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:
"unable to connect 11001, getaddrinfo failed".

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,
Karsten Schulz

OZ1G

?

?

G


Help with error in D-Rats ¨C 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:
"unable to connect 11001, getaddrinfo failed".

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,
Karsten Schulz

OZ1G

?

?

G


First pull request for drats2 project.

 



This puts in the "boilerplate" of the project and the initial readme file.

Except for the Readme.md file and the new directory structure, the rest of the files are from the existing d-rats project.

Next I plan to work on the getting "hello-world" type projects using
the various graphics packages in the outline. I will probably be only testing that phase on one Windows distribution and one Linux distribution, so will need other testers to get better coverage.

That will help flush out what is needed for setting up a local development environment.

73,
-John
wb8tyw


Re: Announcing drats2 project

 

On 1/10/2025 1:02 PM, Debbie Fligor via groups.io wrote:
I¡¯ll second the request to continue to support other OSes. I hope
to eventually have enough spare time to try and back port a linux
version to Mac (since that¡¯s all I have).
There are several Mac users on this list that are running the new python3 version and can help you out with details.

I have stopped creating pip installable tarballs in favor of just doing a git clone of the project, and then running it from there.

lzhuf has to be downloaded and built from the lzhuf project for Mac, as I do not have a way to build it myself and post the binaries in the files section of this forum. That is needed only if you want to use winlink.

73
-John
wb8tyw


Re: Announcing drats2 project

 

I¡¯ll second the request to continue to support other OSes. I hope to eventually have enough spare time to try and back port a linux version to Mac (since that¡¯s all I have). So I am in favor of using anything that is cross platform, but has stable enough toolkit to be practical.

Since I¡¯ve never even had time to look at the state of the current linux version, I won¡¯t even say it¡¯s my 2 cents, more like my 1/2 cent worth.

73,
-debbie, N9DN

On Jan 10, 2025, at 03:44, David Ranch via groups.io <dstar@...> wrote:

Hello John,

I can appreciate the need to refactor the code though abandoning Linux is a bad idea IMHO. I also totally get the frustration on the ever changing UI toolkits but maybe consider using FLTK like what Fldigi uses to support Windows, Mac, Linux, FreeBSD, etc. on multiple architectures like x86, ARM, etc.

If nothing else, consider coding the new Windows "only" program with Wine-compatibilty in mind so Linux can still run it pretty well for x86. Running under ARM is possible but the setup gets complex fast.

Just my $0.02

--David
KI6ZHD




On January 10, 2025 2:54:26 AM GMT+13:00, "John E. Malmberg via groups.io" <wb8tyw@...> wrote:
On 1/8/2025 10:49 PM, Steve Stroh via groups.io wrote:
This is a cool development, and I¡¯m mentioning it in this week¡¯s issue of
Zero Retries newsletter.
Thanks.

It is going to take a while as I plan to try to document it as a teaching project as I go to help people to contribute. There is also a lot of stuff that I need to learn.

Volunteer testers will be needed for testing devices that I do not have and really will need some help keeping the wiki at up to date.

As I mention in Zero Retries, I hope that DRATS2 can implement the ¡°big
flip¡± necessary to be able to use DV Fast Data mode in the Icom D-Star
radios that include that mode.
As I understand it, and I could be very wrong, the Fast Data mode is similar to an Ethernet bridge connected to the local network that the computer is on and can be configured for tcp/ip routed over that bridge.

In that case, a d-rats repeater would treat it as any other tcp/ip connection, so existing e-rats clients could connect to a d-rats repeater that is accessible over that bridged network.

Regards,
-John




Re: Announcing drats2 project

 

On 1/10/2025 3:44 AM, David Ranch via groups.io wrote:

I can appreciate the need to refactor the code though abandoning
Linux is a bad idea IMHO.
I never posted anything about abandoning Linux, the 3 GUI tool kits that I am going to try are available on Linux, Windows and MacOS.

* Tkinter - built into python
* WxPython - Seems to be the most used of the choices - best supported.
* Kivy - Not seeing a lot of activity, but supports Android and IOS.

I also totally get the frustration on the
ever changing UI toolkits but maybe consider using FLTK like what
Fldigi uses to support Windows, Mac, Linux, FreeBSD, etc. on
multiple architectures like x86, ARM, etc.
Just looked at FLTK. It is more complex to install than the options I am currently looking at because it requires first building it on the Windows platform. That makes creating an installable package on Microsoft Windows much harder.

If someone wants to do the work for FLTK support, I don't have any objections of adding it to the mix.

My first significant goal is to create hello-world type programs with each of the GUI tool kits.

The next significant goal is to create Windows and Linux installable packages of the hello-world type programs.

And while doing this, document how others can setup their own development and test environments.

Regards,
-John


Re: Announcing drats2 project

 

Hello John,

I can appreciate the need to refactor the code though abandoning Linux is a bad idea IMHO. I also totally get the frustration on the ever changing UI toolkits but maybe consider using FLTK like what Fldigi uses to support Windows, Mac, Linux, FreeBSD, etc. on multiple architectures like x86, ARM, etc.

If nothing else, consider coding the new Windows "only" program with Wine-compatibilty in mind so Linux can still run it pretty well for x86.? Running under ARM is possible but the setup? gets complex fast.

Just my $0.02

--David
KI6ZHD




On January 10, 2025 2:54:26 AM GMT+13:00, "John E. Malmberg via groups.io" <wb8tyw@...> wrote:
>On 1/8/2025 10:49 PM, Steve Stroh via groups.io wrote:
>>?? This is a cool development, and I¡¯m mentioning it in this week¡¯s issue of
>> Zero Retries newsletter.
>
>Thanks.
>
>It is going to take a while as I plan to try to document it as a teaching project as I go to help people to contribute.?? There is also a lot of stuff that I need to learn.
>
>Volunteer testers will be needed for testing devices that I do not have and really will need some help keeping the wiki at ?up to date.
>
>> As I mention in Zero Retries, I hope that DRATS2 can implement the ¡°big
>> flip¡± necessary to be able to use DV Fast Data mode in the Icom D-Star
>> radios that include that mode.
>
>As I understand it, and I could be very wrong, the Fast Data mode is similar to an Ethernet bridge connected to the local network that the computer is on and can be configured for tcp/ip routed over that bridge.
>
>In that case, a d-rats repeater would treat it as any other tcp/ip connection, so existing e-rats clients could connect to a d-rats repeater that is accessible over that bridged network.
>
>Regards,
>-John
>
>
>
>


Re: Announcing drats2 project

 

On 1/8/2025 10:49 PM, Steve Stroh via groups.io wrote:
This is a cool development, and I¡¯m mentioning it in this week¡¯s issue of
Zero Retries newsletter.
Thanks.

It is going to take a while as I plan to try to document it as a teaching project as I go to help people to contribute. There is also a lot of stuff that I need to learn.

Volunteer testers will be needed for testing devices that I do not have and really will need some help keeping the wiki at up to date.

As I mention in Zero Retries, I hope that DRATS2 can implement the ¡°big
flip¡± necessary to be able to use DV Fast Data mode in the Icom D-Star
radios that include that mode.
As I understand it, and I could be very wrong, the Fast Data mode is similar to an Ethernet bridge connected to the local network that the computer is on and can be configured for tcp/ip routed over that bridge.

In that case, a d-rats repeater would treat it as any other tcp/ip connection, so existing e-rats clients could connect to a d-rats repeater that is accessible over that bridged network.

Regards,
-John


Re: Announcing drats2 project

 

This is a cool development, and I¡¯m mentioning it in this week¡¯s issue of Zero Retries newsletter.

As I mention in Zero Retries, I hope that DRATS2 can implement the ¡°big flip¡± necessary to be able to use DV Fast Data mode in the Icom D-Star radios that include that mode.

Kudos to WB8TYW!

Steve N8GNJ

---

Steve Stroh N8GNJ (he / him / his)
Editor
Zero Retries Newsletter -?
Radios are Computers - With Antennas!


On Jan 5, 2025 at 12:43:44, John E. Malmberg via <wb8tyw=[email protected]> wrote:

I have just created a new repository for rewrite of D-Rats.

I think this re-write is needed for several reasons.

1. Most of D-rats users are using Microsoft Windows and the use of GTK+
makes it hard to provide an easy to install package.

2. GTK+ is continuing to make incompatible changes with new versions
making it harder make enhancements.? The Glade editor for designing GTK+
layouts actually making things harder as it does not seem to be keeping
up with GTK.

3. The config subsystem needs a rewrite to fix existing problems and
requested features, the existing code structure makes that very difficult.

Tracking Wiki for this new project.



It may be a while before I get something ready for testing, and most of
those tests will be of the "hello world" type packages at first just to
make sure that everything can install and run.



As this will be being brought up in sections, hopefully it will help
someone learn programming and packaging processes.

Regards,
-John
wb8tyw