¿ªÔÆÌåÓý

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

Re: AGWPE Port Name

 

I rebooted again and now it is working, no red port and port name error.
Don't know what happened different. No transmit yet, but not sure
where that problem is, probably messed up the mod on the CM108 dongle.

Michael WA7SKG

Michael WA7SKG wrote on 2/26/24 9:10 PM:

Digging out a Quadra I used previously for a presentation on APRS. I am
running Direwolf and YAAC. I am using a cheap CM108 sound dongle with
the PTT mod. It was receiving, but no indication of transmit.

Looking at the PORTS in the config screen, they are red. Opening the
edit page on the AGWPE port it says "No such port name on AGWPE server
localhost". From what I gather, the pulldown should reveal port name
options, but there are none. I've been wandering through the Direwolf
config and other settings and find no where to set this port name.

It's been several months since I played with this and, sadly, my memory
is pretty much shot and I can't remember how I got it working before. It
was receiving and displaying packets, now I finally got to where I need
to work on getting it transmitting and have hit a wall.

Any ideas on setting this port name?

Thanks


--
73,
Michael WA7SKG

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


AGWPE Port Name

 

Digging out a Quadra I used previously for a presentation on APRS. I am
running Direwolf and YAAC. I am using a cheap CM108 sound dongle with
the PTT mod. It was receiving, but no indication of transmit.

Looking at the PORTS in the config screen, they are red. Opening the
edit page on the AGWPE port it says "No such port name on AGWPE server
localhost". From what I gather, the pulldown should reveal port name
options, but there are none. I've been wandering through the Direwolf
config and other settings and find no where to set this port name.

It's been several months since I played with this and, sadly, my memory
is pretty much shot and I can't remember how I got it working before. It
was receiving and displaying packets, now I finally got to where I need
to work on getting it transmitting and have hit a wall.

Any ideas on setting this port name?

Thanks


--
73,
Michael WA7SKG

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


Re: Strange addition to message

 

Thanks, Andrew. Guess I just never noticed it before.

Michael WA7SKG


Andrew P. wrote on 2/26/24 10:10 AM:

The appendage is the message sequence number, indicating that your station is expecting an acknowledgment from the recipient. Note that the number is increasing with each subsequent message, so the messages can be told apart.

The details are in the APRS Protocol Specification.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Michael WA7SKG <wa7skg@...>
Sent: Monday, February 26, 2024 12:57 PM
To: [email protected]
Subject: [yaac-users] Strange addition to message

I am testing using APRS for POTA spots.

TO: POTAGW Via: MSG: WA7SKG K-TEST 146.520 FM VIA APRS

Over the air, the message says "VIA APRS{m000b"
Subsequent messages have appended {m000c, {m000d, {m000e, etc. What is
this string for? Why is it appended to my messages?


--
73,
Michael WA7SKG

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


Re: Strange addition to message

 

The appendage is the message sequence number, indicating that your station is expecting an acknowledgment from the recipient. Note that the number is increasing with each subsequent message, so the messages can be told apart.

The details are in the APRS Protocol Specification.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Michael WA7SKG <wa7skg@...>
Sent: Monday, February 26, 2024 12:57 PM
To: [email protected]
Subject: [yaac-users] Strange addition to message

I am testing using APRS for POTA spots.

TO: POTAGW Via: MSG: WA7SKG K-TEST 146.520 FM VIA APRS

Over the air, the message says "VIA APRS{m000b"
Subsequent messages have appended {m000c, {m000d, {m000e, etc. What is
this string for? Why is it appended to my messages?


--
73,
Michael WA7SKG

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


Strange addition to message

 

I am testing using APRS for POTA spots.

TO: POTAGW Via: MSG: WA7SKG K-TEST 146.520 FM VIA APRS

Over the air, the message says "VIA APRS{m000b"
Subsequent messages have appended {m000c, {m000d, {m000e, etc. What is
this string for? Why is it appended to my messages?


--
73,
Michael WA7SKG

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


Re: Question about YAAC

 

¿ªÔÆÌåÓý

Since you're using a TNC connected through a USB serial port, the port would probably be named /dev/ttyUSB2. Most computers these days no longer have the legacy PC motherboard serial ports that correspond to the /dev/ttyS0 port.

But it depends on how your container maps the hardware ports to the contained operating system.




From: [email protected] <[email protected]> on behalf of Russ Chadwick <russ4cwop@...>
Sent: Sunday, February 25, 2024 2:01:30 PM
To: [email protected] <[email protected]>
Subject: Re: [yaac-users] Question about YAAC

Andrew,

Thank you for the suggestions, especially about the?sample plug-in.? I have installed YAAC?under Ubuntu 22.04 in a linux container in Windows 11 and it is receiving and displaying stations from APRS-IS.? A TNC-x is sending APRS packets to one of the USB ports on COM3 as validated by another APRS client.? My understanding is that for COM3, I should use a port name of /dev/ttyS2 in the serial TNC part of YAAC, but it doesn't work.? Is there a different port name I should use?

When I check the dev folder, I find many file names with tty, including ttyS2, but they are all empty.? How should I proceed to get RF packet info from the TNC-x into YAAC?

Russ
KB0TVJ

On Fri, Feb 23, 2024 at 12:03?PM Andrew P. <andrewemt@...> wrote:
Greetings.

YAAC isn't presently set up for precisely what you are doing. It does have the following options, none of which seems to exactly match your needs, but maybe one is close enough, or will provide you with some ideas.

1. You can enable logging of received packets (transmit packets are always logged for regulatory reasons) and choose CSV format. However, that saves the raw packet format, so you would have to decode it yourself.

2. If you install the sounds and event logger plugins, you can specify that certain stations be explicitly tracked, and then ask that TRACKED_STATION events be logged to a CSV file. Note you don't have to turn on any sounds to do this; it's just that the sounds plugin is the only code that generates TRACKED_STATION events. Also, note that TRACKED_STATION events require that the station be moving; it will not output another record for a given station until that station's position changes, regardless of how many duplicate position records it gets for the tracked station.

3. The sample plugin generates a plain-text log of every station position report only as a distance and bearing from your station, but only when running YAAC in -nogui mode.

4. You could modify the sample plugin to use CSV format with lat/lon instead of distance/bearng and not check for the -nogui option.

Hope this helps.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Richard Beggs <richard.n0eb@...>
Sent: Friday, February 23, 2024 12:47 PM
To: Russ Chadwick; Andrew Pavlin
Subject: Re: [yaac-users] Question about YAAC

Russ

I do not know but I am going to forward this to Andrew the developer of YAAC and see what he has to say. Andrew: Russ is the head of our local APRS group and needs the following answered. Can you please advise?

Thank You and God Bless [¡`]
Richard

Richard Beggs? ? ? ? ? ? N0EB? ? ? 449.975
1220 H Street
Salida, Co. 81201
Email: N0EB@...<mailto:EB@...>





On Fri, Feb 23, 2024 at 9:53?AM Russ Chadwick <russ4cwop@...<mailto:russ4cwop@...>> wrote:
Hi Richard,

I have a question about YAAC.? Can you get it to output a file (preferably CSV) that contains callsign, time. latitude, longitude for each RF packet received?? It appears that aprsisce/32 can't do that.

Russ
KB0TVJ







Re: Question about YAAC

 

Andrew,

Thank you for the suggestions, especially about the?sample plug-in.? I have installed YAAC?under Ubuntu 22.04 in a linux container in Windows 11 and it is receiving and displaying stations from APRS-IS.? A TNC-x is sending APRS packets to one of the USB ports on COM3 as validated by another APRS client.? My understanding is that for COM3, I should use a port name of /dev/ttyS2 in the serial TNC part of YAAC, but it doesn't work.? Is there a different port name I should use?

When I check the dev folder, I find many file names with tty, including ttyS2, but they are all empty.? How should I proceed to get RF packet info from the TNC-x into YAAC?

Russ
KB0TVJ

On Fri, Feb 23, 2024 at 12:03?PM Andrew P. <andrewemt@...> wrote:
Greetings.

YAAC isn't presently set up for precisely what you are doing. It does have the following options, none of which seems to exactly match your needs, but maybe one is close enough, or will provide you with some ideas.

1. You can enable logging of received packets (transmit packets are always logged for regulatory reasons) and choose CSV format. However, that saves the raw packet format, so you would have to decode it yourself.

2. If you install the sounds and event logger plugins, you can specify that certain stations be explicitly tracked, and then ask that TRACKED_STATION events be logged to a CSV file. Note you don't have to turn on any sounds to do this; it's just that the sounds plugin is the only code that generates TRACKED_STATION events. Also, note that TRACKED_STATION events require that the station be moving; it will not output another record for a given station until that station's position changes, regardless of how many duplicate position records it gets for the tracked station.

3. The sample plugin generates a plain-text log of every station position report only as a distance and bearing from your station, but only when running YAAC in -nogui mode.

4. You could modify the sample plugin to use CSV format with lat/lon instead of distance/bearng and not check for the -nogui option.

Hope this helps.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Richard Beggs <richard.n0eb@...>
Sent: Friday, February 23, 2024 12:47 PM
To: Russ Chadwick; Andrew Pavlin
Subject: Re: [yaac-users] Question about YAAC

Russ

I do not know but I am going to forward this to Andrew the developer of YAAC and see what he has to say. Andrew: Russ is the head of our local APRS group and needs the following answered. Can you please advise?

Thank You and God Bless [¡`]
Richard

Richard Beggs? ? ? ? ? ? N0EB? ? ? 449.975
1220 H Street
Salida, Co. 81201
Email: N0EB@...<mailto:EB@...>





On Fri, Feb 23, 2024 at 9:53?AM Russ Chadwick <russ4cwop@...<mailto:russ4cwop@...>> wrote:
Hi Richard,

I have a question about YAAC.? Can you get it to output a file (preferably CSV) that contains callsign, time. latitude, longitude for each RF packet received?? It appears that aprsisce/32 can't do that.

Russ
KB0TVJ






Re: Audio Alert

 

Well, the speech synthesis part works very well with the espeak software (though sometimes annoying if your APRS-IS filter is open too wide :-). You can use that as an interim until I get the .wav files fixed.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Michael WA7SKG <wa7skg@...>
Sent: Friday, February 23, 2024 4:50 PM
To: [email protected]
Subject: Re: [yaac-users] Audio Alert

Rats. I've been fooling with this for 2 weeks (first messages sent 2/7).
At least (so far) it may not be something I was doing wrong.

As I have my home APRS up 24/7 on its own screen, I don't always see
when a message comes in. I recently had a couple fellows tell me they
were testing their APRS and sent me messages, but by the time I saw
them, they had already shut down and did not get my replies. That's why
I'm looking for the audio alert to let me know at the time of arrival of
a message.

Michael WA7SKG


Andrew P. wrote on 2/23/24 1:41 PM:
Yeah, there's a bug in that code that I am currently troubleshooting (hence how I found the case sensitivity). Stand by for a new build with a fix.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Michael WA7SKG <wa7skg@...>
Sent: Friday, February 23, 2024 4:39 PM
To: [email protected]
Subject: Re: [yaac-users] Audio Alert

That's where I wasn't paying attention. Should have thought of that. The
files I was testing with all had .WAV. Changed them to .wav and they all
showed up and allowed selection. On the config page, it says "Use this
sound card:" with about 8 options on the pulldown. I have tried every
one of them and still can't get anything to play on an incoming message.

Michael WA7SKG



Andrew P. wrote on 2/23/24 12:39 PM:
Have you tried using ".wav"? The code in the plugin checks for lowercase file types. Also, which audio file type do you have selected in the file chooser dialog? If, for example, it was set to look for .aiff files, you would never see a .wav file because they would be filtered out.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Michael WA7SKG <wa7skg@...>
Sent: Friday, February 23, 2024 2:43 PM
To: [email protected]
Subject: [yaac-users] Audio Alert

I'm trying to get an alert when I receive an incoming message. I have
installed the YAAC Sounds plugin. When I go to the Sounds tab to
configure, I set the Event Type= Message To, Action=Play Sound,
Parameter= (Filter set to WAVE) I choose the folder containing my
sounds, but no files show for selection. I've tried extensions of both
.WAV and .WAVE.

What do I need to do to get the files to show?


--
73,
Michael WA7SKG

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


Re: Audio Alert

 

Rats. I've been fooling with this for 2 weeks (first messages sent 2/7).
At least (so far) it may not be something I was doing wrong.

As I have my home APRS up 24/7 on its own screen, I don't always see
when a message comes in. I recently had a couple fellows tell me they
were testing their APRS and sent me messages, but by the time I saw
them, they had already shut down and did not get my replies. That's why
I'm looking for the audio alert to let me know at the time of arrival of
a message.

Michael WA7SKG


Andrew P. wrote on 2/23/24 1:41 PM:

Yeah, there's a bug in that code that I am currently troubleshooting (hence how I found the case sensitivity). Stand by for a new build with a fix.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Michael WA7SKG <wa7skg@...>
Sent: Friday, February 23, 2024 4:39 PM
To: [email protected]
Subject: Re: [yaac-users] Audio Alert

That's where I wasn't paying attention. Should have thought of that. The
files I was testing with all had .WAV. Changed them to .wav and they all
showed up and allowed selection. On the config page, it says "Use this
sound card:" with about 8 options on the pulldown. I have tried every
one of them and still can't get anything to play on an incoming message.

Michael WA7SKG



Andrew P. wrote on 2/23/24 12:39 PM:
Have you tried using ".wav"? The code in the plugin checks for lowercase file types. Also, which audio file type do you have selected in the file chooser dialog? If, for example, it was set to look for .aiff files, you would never see a .wav file because they would be filtered out.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Michael WA7SKG <wa7skg@...>
Sent: Friday, February 23, 2024 2:43 PM
To: [email protected]
Subject: [yaac-users] Audio Alert

I'm trying to get an alert when I receive an incoming message. I have
installed the YAAC Sounds plugin. When I go to the Sounds tab to
configure, I set the Event Type= Message To, Action=Play Sound,
Parameter= (Filter set to WAVE) I choose the folder containing my
sounds, but no files show for selection. I've tried extensions of both
.WAV and .WAVE.

What do I need to do to get the files to show?


--
73,
Michael WA7SKG

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


Re: Audio Alert

 

Yeah, there's a bug in that code that I am currently troubleshooting (hence how I found the case sensitivity). Stand by for a new build with a fix.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Michael WA7SKG <wa7skg@...>
Sent: Friday, February 23, 2024 4:39 PM
To: [email protected]
Subject: Re: [yaac-users] Audio Alert

That's where I wasn't paying attention. Should have thought of that. The
files I was testing with all had .WAV. Changed them to .wav and they all
showed up and allowed selection. On the config page, it says "Use this
sound card:" with about 8 options on the pulldown. I have tried every
one of them and still can't get anything to play on an incoming message.

Michael WA7SKG



Andrew P. wrote on 2/23/24 12:39 PM:
Have you tried using ".wav"? The code in the plugin checks for lowercase file types. Also, which audio file type do you have selected in the file chooser dialog? If, for example, it was set to look for .aiff files, you would never see a .wav file because they would be filtered out.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Michael WA7SKG <wa7skg@...>
Sent: Friday, February 23, 2024 2:43 PM
To: [email protected]
Subject: [yaac-users] Audio Alert

I'm trying to get an alert when I receive an incoming message. I have
installed the YAAC Sounds plugin. When I go to the Sounds tab to
configure, I set the Event Type= Message To, Action=Play Sound,
Parameter= (Filter set to WAVE) I choose the folder containing my
sounds, but no files show for selection. I've tried extensions of both
.WAV and .WAVE.

What do I need to do to get the files to show?


--
73,
Michael WA7SKG

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



Re: Audio Alert

 

That's where I wasn't paying attention. Should have thought of that. The
files I was testing with all had .WAV. Changed them to .wav and they all
showed up and allowed selection. On the config page, it says "Use this
sound card:" with about 8 options on the pulldown. I have tried every
one of them and still can't get anything to play on an incoming message.

Michael WA7SKG



Andrew P. wrote on 2/23/24 12:39 PM:

Have you tried using ".wav"? The code in the plugin checks for lowercase file types. Also, which audio file type do you have selected in the file chooser dialog? If, for example, it was set to look for .aiff files, you would never see a .wav file because they would be filtered out.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Michael WA7SKG <wa7skg@...>
Sent: Friday, February 23, 2024 2:43 PM
To: [email protected]
Subject: [yaac-users] Audio Alert

I'm trying to get an alert when I receive an incoming message. I have
installed the YAAC Sounds plugin. When I go to the Sounds tab to
configure, I set the Event Type= Message To, Action=Play Sound,
Parameter= (Filter set to WAVE) I choose the folder containing my
sounds, but no files show for selection. I've tried extensions of both
.WAV and .WAVE.

What do I need to do to get the files to show?


--
73,
Michael WA7SKG

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



Re: Audio Alert

 

Have you tried using ".wav"? The code in the plugin checks for lowercase file types. Also, which audio file type do you have selected in the file chooser dialog? If, for example, it was set to look for .aiff files, you would never see a .wav file because they would be filtered out.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Michael WA7SKG <wa7skg@...>
Sent: Friday, February 23, 2024 2:43 PM
To: [email protected]
Subject: [yaac-users] Audio Alert

I'm trying to get an alert when I receive an incoming message. I have
installed the YAAC Sounds plugin. When I go to the Sounds tab to
configure, I set the Event Type= Message To, Action=Play Sound,
Parameter= (Filter set to WAVE) I choose the folder containing my
sounds, but no files show for selection. I've tried extensions of both
.WAV and .WAVE.

What do I need to do to get the files to show?


--
73,
Michael WA7SKG

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


Audio Alert

 

I'm trying to get an alert when I receive an incoming message. I have
installed the YAAC Sounds plugin. When I go to the Sounds tab to
configure, I set the Event Type= Message To, Action=Play Sound,
Parameter= (Filter set to WAVE) I choose the folder containing my
sounds, but no files show for selection. I've tried extensions of both
.WAV and .WAVE.

What do I need to do to get the files to show?


--
73,
Michael WA7SKG

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


Re: Question about YAAC

 

Greetings.

YAAC isn't presently set up for precisely what you are doing. It does have the following options, none of which seems to exactly match your needs, but maybe one is close enough, or will provide you with some ideas.

1. You can enable logging of received packets (transmit packets are always logged for regulatory reasons) and choose CSV format. However, that saves the raw packet format, so you would have to decode it yourself.

2. If you install the sounds and event logger plugins, you can specify that certain stations be explicitly tracked, and then ask that TRACKED_STATION events be logged to a CSV file. Note you don't have to turn on any sounds to do this; it's just that the sounds plugin is the only code that generates TRACKED_STATION events. Also, note that TRACKED_STATION events require that the station be moving; it will not output another record for a given station until that station's position changes, regardless of how many duplicate position records it gets for the tracked station.

3. The sample plugin generates a plain-text log of every station position report only as a distance and bearing from your station, but only when running YAAC in -nogui mode.

4. You could modify the sample plugin to use CSV format with lat/lon instead of distance/bearng and not check for the -nogui option.

Hope this helps.

Andrew, KA2DDO
author of YAAC

________________________________________
From: [email protected] <[email protected]> on behalf of Richard Beggs <richard.n0eb@...>
Sent: Friday, February 23, 2024 12:47 PM
To: Russ Chadwick; Andrew Pavlin
Subject: Re: [yaac-users] Question about YAAC

Russ

I do not know but I am going to forward this to Andrew the developer of YAAC and see what he has to say. Andrew: Russ is the head of our local APRS group and needs the following answered. Can you please advise?

Thank You and God Bless [¡`]
Richard

Richard Beggs N0EB 449.975
1220 H Street
Salida, Co. 81201
Email: N0EB@...<mailto:EB@...>





On Fri, Feb 23, 2024 at 9:53?AM Russ Chadwick <russ4cwop@...<mailto:russ4cwop@...>> wrote:
Hi Richard,

I have a question about YAAC. Can you get it to output a file (preferably CSV) that contains callsign, time. latitude, longitude for each RF packet received? It appears that aprsisce/32 can't do that.

Russ
KB0TVJ


Re: Question about YAAC

 

Russ

I do not know but I am going?to forward?this to Andrew the developer of YAAC?and see what he has to say. Andrew: Russ is the head of our local APRS group and needs the following answered. Can you please advise?

Thank You and God Bless?
Richard

Richard Beggs? ? ? ? ? ? N0EB? ? ? 449.975
1220 H Street
Salida, Co. 81201
Email: N0EB@...
?




On Fri, Feb 23, 2024 at 9:53?AM Russ Chadwick <russ4cwop@...> wrote:
Hi Richard,

I have a question about YAAC.? Can you get it to output a file (preferably?CSV) that contains callsign, time. latitude, longitude for each RF packet received?? It appears that aprsisce/32 can't do that.

Russ
KB0TVJ


Transmit i-gated my own ack?

 

I had an odd occurrence this morning. I was checking into APRSThursday and it appears that my station transmit i-gated the ack meant for my own station. At least I think that's what I'm seeing here. Can someone confirm, and if so how would I stop this from happening in the future?






Re: next beta build#196 of YAAC, created 2024-Feb-17

 

On 18 Feb 2024, at 6:41?am, Andrew P. <andrewemt@...> wrote:
2. add configuration option to control whether the mouse wheel will zoom the
map. This feature is on by default, but may be disabled from the expert-mode
Configuration dialog on the Behavior tab.
Thanks Andrew, this is awesome.


Carl.


next beta build#196 of YAAC, created 2024-Feb-17

 

next beta build#196 of YAAC ("Yet Another APRS Client"), created 2024-Feb-17

downloadable from
or

changes and updates include:
1. fix station renderer so killed Objects (if requested to still be displayed)
are rendered as "old" in their status.
2. add configuration option to control whether the mouse wheel will zoom the
map. This feature is on by default, but may be disabled from the expert-mode
Configuration dialog on the Behavior tab.
3. allow inactivity time limit to be edited even when the user doesn't choose
to use the "operator present" overlay, so it can still be used for
controlling auto-answering (if enabled at all).
4. adjust OSM importers to account for current number of Nodes and Ways in the
OpenStreetMap database.
5. fix logic error introduced in previous change to AREDN plugin that caused
recognized node to not be refreshed on update scans. Also improve debug
logging in the AREDN plugin.
6. update the Demo provider with the mouse wheel control option.
7. update the repeater finder and small screen plugins to always ignore
the mouse wheel.
8. try to fix race condition in marineports plugin's unit test.


Audio Alert

 

I'm trying to get an alert when I receive an incoming message. I have
installed the YAAC Sounds plugin. When I go to the Sounds tab to
configure, I set the Event Type= Message To, Action=Play Sound,
Parameter= (Filter set to WAVE) I choose the folder containing my
sounds, but no files show for selection. I've tried extensions of both
.WAV and .WAVE.

What do I need to do to get the files to show?


--
73,
Michael WA7SKG

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


Re: Raw packet sniffer... how to decode what I'm seeing?

 

On Wed, Feb 7, 2024 at 08:12 AM, Mike W7MVG wrote:
But why would WinLink be sending a login message? Shouldn't K0ION-7 be sending that to winlink, not the other way around?
Duh, I answered my own question on that part anyway... that's the challenge response from winlink to a login request.