开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: null pointer exception when configuring AGWPE port

 

As suggested, I installed JRE 11 on Windows, and I am seeing the same behavior there.

--Bill AA6BD


null pointer exception when configuring AGWPE port

 

I am running on Bullseye on a Raspberry Pi 4.? I had run this same image on a Pi 3 but was having some trouble with the HDMI display on the Pi 3.? Configuration:
YAAC 1.0-beta167
Dire Wolf 1.6
Pi USB connected to an DRA-30 and then to an IC-7100

When I start YAAC, the configured ports are GPS, IP, and RF.
I tried to edit the RF port to enable transmitting.? When I click Transmit: Enable, then Save, nothing happens.? Then I click Cancel.
The RF port is shown as greyed out.
When I click the RF port again, I get an error message, about a null pointer exception, and I have attached a log file and configuration file.
?


Re: Announcements

 

Oops, missed one thing. It is possible to suppress any form of announcement of receipt of a message addressed to your station, from the expert-mode Configuration dialog's Behavior tab. The very first control on that panel is the somewhat mislabeled "Beep if an alert message is received" checkbox. If that is unchecked, no sound effects (default or Sounds plugin) will happen. The Message window will still pop to the foreground, however.

________________________________________
From: [email protected] <[email protected]> on behalf of Andrew P.
Sent: Tuesday, December 28, 2021 2:03 PM

Hmphf.... this didn't get posted to the list, so I'll send it again (sorry for the duplicate, Michael).
------
Do you have the Sounds plugin installed? If so, do you have a sound effect or speech configured for Messages To You?

Alternatively, if the message is addressed to you, are you seeing the Messages window popping forwards when such a message arrives? The default Java AWT Toolkit beep() method isn't very reliable, but (assuming you haven't disabled system alert sounds in your operating system), you should also get a beep when a message is addressed to your station, assuming you haven't overridden that behavior with the Sounds plugin.

Those are the ways YAAC informs you in real-time that a message addressed to your callsign-SSID has arrived. Note this doesn't match just on your callsign; each callsign-SSID combination is treated uniquely.

Hope this helps.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Michael WA7SKG <wa7skg@...>
Sent: Friday, December 24, 2021 3:42 PM
To: [email protected]
Subject: [yaac-users] Announcements

My biggest problem with this stuff is, I set it up, then promptly forget
everything about it.

I thought there was some kind of announcement or bell or something that
sounded when I received a message to me via APRS. I just happened to
look at the screen and realized there was a whole pile of messages that
came in yesterday. I don't know if it is because they are old, but they
are all very dim in the message list, so I didn't see them at first.

Anyhow, not I cannot find where I set up the announcements that I had an
incoming message. Can somebody remind me where that is? Or is my memory
so faulty it doesn't really exist?

Thanks.

Merry Christmas

--
73,
Michael WA7SKG

"Any day you do not learn one new thing is a wasted day."


Re: Announcements

 

Hmphf.... this didn't get posted to the list, so I'll send it again (sorry for the duplicate, Michael).
------
Do you have the Sounds plugin installed? If so, do you have a sound effect or speech configured for Messages To You?

Alternatively, if the message is addressed to you, are you seeing the Messages window popping forwards when such a message arrives? The default Java AWT Toolkit beep() method isn't very reliable, but (assuming you haven't disabled system alert sounds in your operating system), you should also get a beep when a message is addressed to your station, assuming you haven't overridden that behavior with the Sounds plugin.

Those are the ways YAAC informs you in real-time that a message addressed to your callsign-SSID has arrived. Note this doesn't match just on your callsign; each callsign-SSID combination is treated uniquely.

Hope this helps.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Michael WA7SKG <wa7skg@...>
Sent: Friday, December 24, 2021 3:42 PM
To: [email protected]
Subject: [yaac-users] Announcements

My biggest problem with this stuff is, I set it up, then promptly forget
everything about it.

I thought there was some kind of announcement or bell or something that
sounded when I received a message to me via APRS. I just happened to
look at the screen and realized there was a whole pile of messages that
came in yesterday. I don't know if it is because they are old, but they
are all very dim in the message list, so I didn't see them at first.

Anyhow, not I cannot find where I set up the announcements that I had an
incoming message. Can somebody remind me where that is? Or is my memory
so faulty it doesn't really exist?

Thanks.

Merry Christmas

--
73,
Michael WA7SKG

"Any day you do not learn one new thing is a wasted day."


Re: Log4J - presume you've been asked this...

 

Excellent, thanks!

Happy Holidays,

Greg KO6TH


Andrew P. wrote:

YAAC doesn't use Log4J. Its logging is very simple and uses plain System.out.println() Java calls, with standard output duplicated to the YAAC.out rolling log file. The dnsjava library does use SLF4J, but it is not invoked with logging enabled, and this library is only used to configure and initialize AGWPE and KISS-over-TCP ports (and for no other purpose within YAAC).

So YAAC users should be safe from the Log4J vulnerability.

Andrew, KA2DDO
author of YAAC
________________________________________
From: Greg D <ko6th.greg@...>
Sent: Thursday, December 23, 2021 1:40 AM
To: Andrew P.
Subject: Log4J - presume you've been asked this...

Hi Andrew,

I'm guessing you've already been asked this, so apologies in advance. A
quick search didn't turn up anything.

There's been a lot of discussion very recently about the Log4J logging
utility, and the vulnerability that it presents. It's certainly a long
shot, but does YAAC use it for its logging? If so, I wonder if a
carefully crafted packet might be used to trigger an attack on a station.

I'm looking into the possibility of rebuilding my ham station, moving
from a PC to a Raspberry Pi for the 24x7 APRS stuff so that I don't have
to leave the PC running all the time. YAAC is the obvious application
to host that station (moving from the current APRSIS32). It would be on
the home network, inside the firewall, so I'm just being (perhaps
overly) careful.

Thanks,

Greg KO6TH


Re: Log4J - presume you've been asked this...

 

YAAC doesn't use Log4J. Its logging is very simple and uses plain System.out.println() Java calls, with standard output duplicated to the YAAC.out rolling log file. The dnsjava library does use SLF4J, but it is not invoked with logging enabled, and this library is only used to configure and initialize AGWPE and KISS-over-TCP ports (and for no other purpose within YAAC).

So YAAC users should be safe from the Log4J vulnerability.

Andrew, KA2DDO
author of YAAC
________________________________________
From: Greg D <ko6th.greg@...>
Sent: Thursday, December 23, 2021 1:40 AM
To: Andrew P.
Subject: Log4J - presume you've been asked this...

Hi Andrew,

I'm guessing you've already been asked this, so apologies in advance. A
quick search didn't turn up anything.

There's been a lot of discussion very recently about the Log4J logging
utility, and the vulnerability that it presents. It's certainly a long
shot, but does YAAC use it for its logging? If so, I wonder if a
carefully crafted packet might be used to trigger an attack on a station.

I'm looking into the possibility of rebuilding my ham station, moving
from a PC to a Raspberry Pi for the 24x7 APRS stuff so that I don't have
to leave the PC running all the time. YAAC is the obvious application
to host that station (moving from the current APRSIS32). It would be on
the home network, inside the firewall, so I'm just being (perhaps
overly) careful.

Thanks,

Greg KO6TH


Re: Missing AGWPE and KISS over TCP port editors

 

Ah, that shows the problem. It seems I had the wrong version of Java selected for my compiling and testing at the time I rebuilt my customization of the dnsjava library (used to obtain access to the mDNS/Service Discovery service). I have recompiled the dnsjava library with Java 8 and will include that in the next build of YAAC I release.

In the meantime, you can get YAAC to work by using the Java 11 runtime.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Bill AA6BD <bill@...>
Sent: Tuesday, December 21, 2021 10:06 AM
To: [email protected]
Subject: Re: [yaac-users] Missing AGWPE and KISS over TCP port editors

I found and attach the YAAC.out file which includes the error messages near the end of the file.

I didn't know that YAAC created a directory under C:\Users\<me>\YAAC but I do now.

Thanks for all you do with YAAC as it is a great program,
Bill AA6BD


Announcements

 

My biggest problem with this stuff is, I set it up, then promptly forget everything about it.

I thought there was some kind of announcement or bell or something that sounded when I received a message to me via APRS. I just happened to look at the screen and realized there was a whole pile of messages that came in yesterday. I don't know if it is because they are old, but they are all very dim in the message list, so I didn't see them at first.

Anyhow, not I cannot find where I set up the announcements that I had an incoming message. Can somebody remind me where that is? Or is my memory so faulty it doesn't really exist?

Thanks.

Merry Christmas

--
73,
Michael WA7SKG

"Any day you do not learn one new thing is a wasted day."


Re: Happy holidays to all

Wolfgang Hertkorn
 

Also from my side ,

a peaceful Christmas and all the best wishes from south Germany .


Andrew, I saw you wrote the word humbug thats also the same word and meaning
in Germany..... very funny!


73 es 55

Wolfgang DL6SW



-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im Auftrag von
Andrew P.
Gesendet: Freitag, 24. Dezember 2021 15:34
An: [email protected]
Betreff: [yaac-users] Happy holidays to all

Greetings, all.

I want to wish all of you happy holidays, of whatever sort you prefer. I'll
be getting back to answering your questions as soon as the holiday madness
is over and I can relax and work on my fun projects again.

So, Merry Christmas, Happy Hannukkah, Happy Kwanzaa, etc.

Bah, humbug! :-)

Andrew, KA2DDO
author of YAAC


MERRY CHRISTMAS & HAPPY NEW YEAR

 

TO ALL

MERRY CHRISTMAS & HAPPY NEW YEAR


--
God Bless?
Richard

Richard Beggs? ? ? ? ? ? N0EB? ? ? 449.975
1220 H Street
Salida, Co. 81201
Email: richard.N0EB@...
?Cell 719-239-1788 LL 719-539-5435?
**



Re: Happy holidays to all

 

Same to you Andrew

KB8UIH

-----------------------------------------

From: "Andrew P."
To: "[email protected]"
Cc:
Sent: Friday December 24 2021 9:48:42AM
Subject: [yaac-users] Happy holidays to all

Greetings, all.

I want to wish all of you happy holidays, of whatever sort you prefer. I'll be getting back to answering your questions as soon as the holiday madness is over and I can relax and work on my fun projects again.

So, Merry Christmas, Happy Hannukkah, Happy Kwanzaa, etc.

Bah, humbug! :-)

Andrew, KA2DDO
author of YAAC





Happy holidays to all

 

Greetings, all.

I want to wish all of you happy holidays, of whatever sort you prefer. I'll be getting back to answering your questions as soon as the holiday madness is over and I can relax and work on my fun projects again.

So, Merry Christmas, Happy Hannukkah, Happy Kwanzaa, etc.

Bah, humbug! :-)

Andrew, KA2DDO
author of YAAC


Re: Missing AGWPE and KISS over TCP port editors

 

I found and attach the YAAC.out file which includes the error messages near the end of the file.

I didn't know that YAAC created a directory under C:\Users\<me>\YAAC but I do now.

Thanks for all you do with YAAC as it is a great program,
Bill AA6BD


Re: Missing AGWPE and KISS over TCP port editors

 

Alternatively, grab the YAAC.out file from your YAAC logs directory and send a copy of that. It is more useful because the important information is _never_ in the visible part of the scrolling window.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Christopher Rose <kb8uih88@...>
Sent: Monday, December 20, 2021 8:28 PM
To: '[email protected]'
Subject: Re: [yaac-users] Missing AGWPE and KISS over TCP port editors

Any windows screen should be able to be copied with the print screen button on upper right part of the keyboard. Then open paint, click on the empty box under the view tab, then go to the white page below, right click and a choice to paste should open. Click paste and the entire screen image that was copied should be there. Then copy the part of the image with the error dialogue boxes you want out of that, then send that to Andrew.


-----------------------------------------

From: "Andrew P."
To: "[email protected]"
Cc:
Sent: Monday December 20 2021 6:44:38PM
Subject: Re: [yaac-users] Missing AGWPE and KISS over TCP port editors

Please send the _complete_ error message (not just a tiny fragment). I don't know whether the problem you were having was due to YAAC's own code or one of the 3rd-party libraries linked into YAAC, but the original exception line would have the class name in it, and the stack trace would tell me what you tried to do that got to that exception.

________________________________________
From: [email protected] <[email protected]> on behalf of Bill AA6BD <bill@...>
Sent: Monday, December 20, 2021 5:58 PM
To: [email protected]
Subject: [yaac-users] Missing AGWPE and KISS over TCP port editors

I have used YAAC successfully on a Raspberry Pi and now I am trying to use it on Windows 10.

YAAC is 1.0-beta167(13-Dec-2021)
I downloaded and installed Java jre-8u311-windows-x64.exe
I navigated to the folder where I saved YAAC, right-clicked on YAAC.jar and send to Desktop.
On the desktop, I double-click YAAC.jar shortcut and YAAC starts.
I went through the Wizard enough to configure the GPS I attached to a USB port. I had to exit the Wizard so I could configure YAAC to use my GPS rather than

I want to use Soundmodem to connect my IC-7100 to YAAC. I currently use this to connect the IC-7100 to Winlink and can send and receive emails through WInlink.
When I select File > Configure > Expert Mode, then click Ports and Add, I get two error popups:
Unable to initialize port configuration panel

(it is a real pain that this popup window cannot be copied and pasted...)

In the popup window, I see "Caused by jave.lang.UnsupportedClassVersionError ... class version 53, this version of the Java Runtime only recognized class versions up to 52."

I am running
C:\Users\bill>java -version
java version "1.8.0_311"
Java(TM) SE Runtime Environment (build 1.8.0_311-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode)

What version of Java is required for YAAC and how do I install in on Windows?

Thanks,
Bill AA6BD


Re: Missing AGWPE and KISS over TCP port editors

 

Any windows screen should be able to be copied with? the print screen button on upper right part of the keyboard. Then open paint, click on the empty box under the view tab, then go to the white page below, right click and a choice to paste should open. Click paste and the entire screen image that was copied should be there. Then copy the part of the image with the error dialogue boxes you want out of that, then send that to Andrew.

-----------------------------------------

From: "Andrew P."
To: "[email protected]"
Cc:
Sent: Monday December 20 2021 6:44:38PM
Subject: Re: [yaac-users] Missing AGWPE and KISS over TCP port editors

Please send the _complete_ error message (not just a tiny fragment). I don't know whether the problem you were having was due to YAAC's own code or one of the 3rd-party libraries linked into YAAC, but the original exception line would have the class name in it, and the stack trace would tell me what you tried to do that got to that exception.

________________________________________

From: [email protected] <[email protected]> on behalf of Bill AA6BD <bill@...>
Sent: Monday, December 20, 2021 5:58 PM
To: [email protected]
Subject: [yaac-users] Missing AGWPE and KISS over TCP port editors

I have used YAAC successfully on a Raspberry Pi and now I am trying to use it on Windows 10.

YAAC is 1.0-beta167(13-Dec-2021)
I downloaded and installed Java jre-8u311-windows-x64.exe
I navigated to the folder where I saved YAAC, right-clicked on YAAC.jar and send to Desktop.
On the desktop, I double-click YAAC.jar shortcut and YAAC starts.
I went through the Wizard enough to configure the GPS I attached to a USB port. I had to exit the Wizard so I could configure YAAC to use my GPS rather than

I want to use Soundmodem to connect my IC-7100 to YAAC. I currently use this to connect the IC-7100 to Winlink and can send and receive emails through WInlink.
When I select File > Configure > Expert Mode, then click Ports and Add, I get two error popups:
Unable to initialize port configuration panel

(it is a real pain that this popup window cannot be copied and pasted...)

In the popup window, I see "Caused by jave.lang.UnsupportedClassVersionError ... class version 53, this version of the Java Runtime only recognized class versions up to 52."

I am running
C:\Users\bill>java -version
java version "1.8.0_311"
Java(TM) SE Runtime Environment (build 1.8.0_311-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode)

What version of Java is required for YAAC and how do I install in on Windows?

Thanks,
Bill AA6BD






Re: Missing AGWPE and KISS over TCP port editors

 

Please send the _complete_ error message (not just a tiny fragment). I don't know whether the problem you were having was due to YAAC's own code or one of the 3rd-party libraries linked into YAAC, but the original exception line would have the class name in it, and the stack trace would tell me what you tried to do that got to that exception.

________________________________________
From: [email protected] <[email protected]> on behalf of Bill AA6BD <bill@...>
Sent: Monday, December 20, 2021 5:58 PM
To: [email protected]
Subject: [yaac-users] Missing AGWPE and KISS over TCP port editors

I have used YAAC successfully on a Raspberry Pi and now I am trying to use it on Windows 10.

YAAC is 1.0-beta167(13-Dec-2021)
I downloaded and installed Java jre-8u311-windows-x64.exe
I navigated to the folder where I saved YAAC, right-clicked on YAAC.jar and send to Desktop.
On the desktop, I double-click YAAC.jar shortcut and YAAC starts.
I went through the Wizard enough to configure the GPS I attached to a USB port. I had to exit the Wizard so I could configure YAAC to use my GPS rather than

I want to use Soundmodem to connect my IC-7100 to YAAC. I currently use this to connect the IC-7100 to Winlink and can send and receive emails through WInlink.
When I select File > Configure > Expert Mode, then click Ports and Add, I get two error popups:
Unable to initialize port configuration panel

(it is a real pain that this popup window cannot be copied and pasted...)

In the popup window, I see "Caused by jave.lang.UnsupportedClassVersionError ... class version 53, this version of the Java Runtime only recognized class versions up to 52."

I am running
C:\Users\bill>java -version
java version "1.8.0_311"
Java(TM) SE Runtime Environment (build 1.8.0_311-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode)

What version of Java is required for YAAC and how do I install in on Windows?

Thanks,
Bill AA6BD


Missing AGWPE and KISS over TCP port editors

 

I have used YAAC successfully on a Raspberry Pi and now I am trying to use it on Windows 10.

YAAC is 1.0-beta167(13-Dec-2021)
I downloaded and installed Java jre-8u311-windows-x64.exe
I navigated to the folder where I saved YAAC, right-clicked on YAAC.jar and send to Desktop.
On the desktop, I double-click YAAC.jar shortcut and YAAC starts.
I went through the Wizard enough to configure the GPS I attached to a USB port.? I had to exit the Wizard so I could configure YAAC to use my GPS rather than?

I want to use Soundmodem to connect my IC-7100 to YAAC.? I currently use this to connect the IC-7100 to Winlink and can send and receive emails through WInlink.
When I select File > Configure > Expert Mode, then click Ports and Add, I get two error popups:
Unable to initialize port configuration panel

(it is a real pain that this popup window cannot be copied and pasted...)

In the popup window, I see "Caused by jave.lang.UnsupportedClassVersionError ... class version 53, this version of the Java Runtime only recognized class versions up to? 52."

I am running?
C:\Users\bill>java -version
java version "1.8.0_311"
Java(TM) SE Runtime Environment (build 1.8.0_311-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode)

What version of Java is required for YAAC and how do I install in on Windows?

Thanks,
Bill AA6BD


Re: [bug] Same message received from different sender.

 

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Saturday, December 18th, 2021 at 20:18, Eric H. Christensen via groups.io <eric@...> wrote:

Another bug I have found.? When I receive a message that goes through my gateway the first message shows as received from the originating station (in this case N8VNR) and subsequent messages are shown as received from my gateway (WG3K-15).
Just grabbed the received packets from the log. It looks like YAAC might not be handling third-party packets appropriately? I have no idea why these packets are coming in as third-party packets when the initial packet comes in normally, but I'd think that YAAC should be able to handle them properly.

N8VNR>APJYC1:N8VNR>APJYC1,TCPIP*,qAC,T2ALBERTA::WG3K :ooh, I see it acked now. and your test.{C000b
WG3K-15>APMI06:WG3K-15>APMI06,K3NAL-1,WIDE2*,qAR,WG3K-15:}N8VNR>APJYC1,TCPIP,WG3K-15*::WG3K :ooh, I see it acked now. and your test.{C000b
N8VNR>APJYC1:N8VNR>APJYC1,TCPIP*,qAC,T2ALBERTA::WG3K :ackC0007
WG3K-15>APMI06:WG3K-15>APMI06,K3NAL-1,WIDE2*,qAR,WG3K-15:}N8VNR>APJYC1,TCPIP,WG3K-15*::WG3K :ackC0007
N8VNR>APJYC1:N8VNR>APJYC1,TCPIP*,qAC,T2ALBERTA::WG3K :and now the chat is doing the dupe thing{C000c
WG3K-15>APMI06:WG3K-15>APMI06,K3NAL-1,WIDE2*,qAR,WG3K-15:}N8VNR>APJYC1,TCPIP,WG3K-15*::WG3K :and now the chat is doing the dupe thing{C000c
null>APJYC1,WIDE2-2::N8VNR :The dupe thing?{C0008
N8VNR>APJYC1:N8VNR>APJYC1,TCPIP*,qAC,T2ALBERTA::WG3K :ackC0008
WG3K-15>APMI06:WG3K-15>APMI06,K3NAL-1,WIDE2*,qAR,WG3K-15:}N8VNR>APJYC1,TCPIP,WG3K-15*::WG3K :ooh, I see it acked now. and your test.{C000b
WG3K>APJYC1:WG3K>APJYC1,K3NAL-1*,WIDE2-1,qAO,WG3K,qAR,WG3K-15::N8VNR :The dupe thing?{C0008
WG3K-15>APMI06:WG3K-15>APMI06,K3NAL-1,WIDE2*,qAR,WG3K-15:}N8VNR>APJYC1,TCPIP,WG3K-15*::WG3K :ackC0008
WG3K-15>APMI06:WG3K-15>APMI06,K3NAL-1,WIDE2*,qAR,WG3K-15:}N8VNR>APJYC1,TCPIP,WG3K-15*::WG3K :and now the chat is doing the dupe thing{C000c
WG3K-15>APMI06:WG3K-15>APMI06,K3NAL-1,WIDE2*,qAR,WG3K-15:}N8VNR>APJYC1,TCPIP,WG3K-15*::WG3K :ooh, I see it acked now. and your test.{C000b
null>APJYC1,WIDE2-2::N8VNR :I'm not sure why I'm showing up as qAO which should be a rx-only{C0009
N8VNR>APJYC1:N8VNR>APJYC1,TCPIP*,qAC,T2ALBERTA::WG3K :ackC0009
WG3K>APJYC1:WG3K>APJYC1,K3NAL-1*,WIDE2-1,qAO,WG3K,qAR,WG3K-15::N8VNR :I'm not sure why I'm showing up as qAO which should be a rx-only{C0009
WG3K-15>APMI06:WG3K-15>APMI06,K3NAL-1,WIDE2*,qAR,WG3K-15:}N8VNR>APJYC1,TCPIP,WG3K-15*::WG3K :ackC0009
WG3K-15>APMI06:WG3K-15>APMI06,K3NAL-1,WIDE2*,qAR,WG3K-15:}N8VNR>APJYC1,TCPIP,WG3K-15*::WG3K :and now the chat is doing the dupe thing{C000c
null>APJYC1,WIDE2-2::N8VNR :i-gate. Just verified my settings... Should be bidirectional.{C000a
N8VNR>APJYC1:N8VNR>APJYC1,TCPIP*,qAC,T2ALBERTA::WG3K :ackC000a
WG3K>APJYC1:WG3K>APJYC1,K3NAL-1*,WIDE2-1,qAO,WG3K,qAR,WG3K-15::N8VNR :i-gate. Just verified my settings... Should be bidirectional.{C000a

73,
Eric WG3K


Re: [bug] Selected station not displaying correctly.

 

I understand what you're saying but... even though that object may have been the last thing that station transmitted, I can still go and query the object directly as well. There is no way to find information about, in this case, KA3OCS-1's station (I checked the list but didn't see his station listed there). The bug seems to be, IMO, that I selected one station but received information about another. Does that make sense?

73,
Eric WG3K

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Saturday, December 18th, 2021 at 21:50, Andrew P. <andrewemt@...> wrote:

Greetings.?

Technically, I think this is a feature rather than a bug.

The Radio View window in YAAC was meant to give back somethat that was lost: what the Kenwood TM-D710 control head displayed in APRS mode when you had to put the radio in raw Packet mode in order to be able to transmit from YAAC through the radio. As such, it displays the most recent packet received (from anybody), and regardless of what type the packet was (station position, object report, Mic-E, text message, etc.). Asking for the most recent packet from a specific station shows exactly that. If the last packet the selected station transmitted was a Object Report, that is what is seen.?

Eric, it sounds like you're asking for a behavior different from the Kenwood TM-D710 radio, which the Radio View is intended to emulate as closely as possible, given YAAC doesn't have access to all the radio's other parameters. Note that, if you want to see an older message from a station on the Radio View, you can select that packet from the LIST subview of Radio View, and then view that. If you want to see further back than the 100 messages of history the Radio View (and the Kenwood radio) supports, you'll have to use a different display window in YAAC.

Hope that helps explain why the Radio View works the way it does.?

Andrew, KA2DDOauthor of YAAC

-------- Original message --------

From: "Eric H. Christensen via groups.io" <eric@...>

Date: 12/18/21 19:59 (GMT-05:00)

To: [email protected]

Subject: [yaac-users] [bug] Selected station not displaying correctly.

This has been going on for a while (for several versions), but I've just now had a chance to bring it up.

When I display a station in "radio view", if that station has recently transmitted an object, that is what gets displayed in the radio view, not the station itself.

[Screenshot from 2021-12-18 19-52-18.png]

The above is what I get when I select KA3OCS-1.? Note, the object that it transmitted is some distance away and is not what I am selecting.? This is reproducible on many other stations.

Thanks,
Eric WG3K


Re: [bug] Selected station not displaying correctly.

 

开云体育

Greetings.?

Technically, I think this is a feature rather than a bug.

The Radio View window in YAAC was meant to give back somethat that was lost: what the Kenwood TM-D710 control head displayed in APRS mode when you had to put the radio in raw Packet mode in order to be able to transmit from YAAC through the radio. As such, it displays the most recent packet received (from anybody), and regardless of what type the packet was (station position, object report, Mic-E, text message, etc.). Asking for the most recent packet from a specific station shows exactly that. If the last packet the selected station transmitted was a Object Report, that is what is seen.?

Eric, it sounds like you're asking for a behavior different from the Kenwood TM-D710 radio, which the Radio View is intended to emulate as closely as possible, given YAAC doesn't have access to all the radio's other parameters. Note that, if you want to see an older message from a station on the Radio View, you can select that packet from the LIST subview of Radio View, and then view that. If you want to see further back than the 100 messages of history the Radio View (and the Kenwood radio) supports, you'll have to use a different display window in YAAC.

Hope that helps explain why the Radio View works the way it does.?

Andrew, KA2DDO
author of YAAC


-------- Original message --------
From: "Eric H. Christensen via groups.io" <eric@...>
Date: 12/18/21 19:59 (GMT-05:00)
To: [email protected]
Subject: [yaac-users] [bug] Selected station not displaying correctly.

This has been going on for a while (for several versions), but I've just now had a chance to bring it up.

When I display a station in "radio view", if that station has recently transmitted an object, that is what gets displayed in the radio view, not the station itself.



The above is what I get when I select KA3OCS-1.? Note, the object that it transmitted is some distance away and is not what I am selecting.? This is reproducible on many other stations.

Thanks,
Eric WG3K