Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Yaac-Users
- Messages
Search
Re: OSX Sequoia
I have used the USB serial cable for radio programming with the FTM-400 and FTM-500 to provide APRS data to YAAC for several years. ?My setup is for monitoring APRS and Winlink email as well. ?This is why I have a digirig attached to the radio. ?I did not want to switch cables to go from Winlink to APRS. ?
?
Tim?
KM4ESU |
Re: OSX Sequoia
Ah, then you shouldn't be using the Serial_TNC port type, but the Yaesu port type. Yaesu APRS-compatible radios are not KISS TNCs, and in fact do not support any transmissions from an external computer through the serial port interface to the radio.
Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Tim Huffaker via groups.io <thuffaker@...> Sent: Friday, April 11, 2025 7:06 PM To: [email protected] Subject: Re: [yaac-users] OSX Sequoia Andrew, I am not using Direwolf only trying to read the packets sent from the FTM-500. This is just a receive station only. Tim KM4ESU |
Re: OSX Sequoia
If you're using Direwolf, then Direwolf controls the PTT. YAAC does not know when your TNC has a packet to transmit and whether the RF channel is clear, so YAAC must never control PTT; only your TNC (software or hardware) can control the PTT. Digirigs are not hardware TNC's; they are soundcards requiring a software TNC behind them. The only reason Digirigs have a serial port is to provide a PTT interface to the TNC software using the Digirig.
Regarding the window appearing on the wrong monitor, YAAC does remember your window positions. To clear the window position memory (i.e., you've gone mobile and disconnected the second monitor from your laptop), you can specify the -clearWindows option after the YAAC.jar file on the startup command line. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Tim Huffaker via groups.io <thuffaker@...> Sent: Friday, April 11, 2025 6:55 PM To: [email protected] Subject: Re: [yaac-users] OSX Sequoia Hey Andrew, Something really stupid my second monitor showed YAAC. I did not check it because it was shared with my work computer. This happened after I reloaded with the newest version because it was not there yesterday. I do have a Direwolf problem with YAAC when I select the port the radio PTTs will release until I delete the port. Does your software use RTS when it selects the port? Per the Digirig developer, this makes it PTT the radio. I am using the Serial TNC port. Tim KM4ESU |
Re: New local object creation from GPX file points of interest feature
The web app I used to create and edit the original file I got had little dots. I think that was their default and nothing actually got exported to file.
toggle quoted message
Show quoted text
Scott On Apr 11, 2025, at 5:48?PM, Andrew P. via groups.io <andrewemt@...> wrote: |
Re: OSX Sequoia
Hey Andrew,
?
Something really stupid my second monitor showed YAAC. ?I did not check it because it was shared with my work computer. This happened after I reloaded with the newest version because it was not there yesterday. ?
?
I do have a Direwolf problem with YAAC when I select the port the radio PTTs will release until I delete the port. ?Does your software use RTS when it selects the port? ?Per the Digirig developer, this makes it PTT the radio. ?I am using the Serial TNC port.
?
Tim
KM4ESU? |
Re: New local object creation from GPX file points of interest feature
I suppose so. I was assuming that every waypoint would have some sort of symbol indicating how to display it. How did you manage to create waypoints without symbols? Worse yet, if you started with a waypoint with a symbol, that symbol would be inherited by all following waypoints without symbols (regardless of whether it was correct) until you had another symbol specification.
I will fix it to default all waypoints without explicit symbol specifications to the APRS "waypoint" symbol code \/ Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Scott Gillins via groups.io <scott@...> Sent: Friday, April 11, 2025 6:22 PM To: [email protected] Subject: [yaac-users] New local object creation from GPX file points of interest feature I just got a chance to try out the latest build of YAAC. When importing a gpx file that does not have a symbol defined for the POI that are in the gpx file YAAC spits out an error and does not import the file. I have attached a gpx with(Zane-grey-test.gpx) and without(ZaneGrey50-NC.gpx) symbol defined for you to see. I have also attached the error message. It seems like it needs a little if null assign a default symbol section of code. Perhaps a colored circle or triangle. Thanks, Scott [cid:[email protected]] [cid:[email protected]] |
Re: OSX Sequoia
What did you do to fix it? Others may be interested.
Andrew, KA2DDO ________________________________________ From: [email protected] <[email protected]> on behalf of Tim Huffaker via groups.io <thuffaker@...> Sent: Friday, April 11, 2025 6:21 PM To: [email protected] Subject: Re: [yaac-users] OSX Sequoia Hey Andrew, I got it working and I am trying to get it set up with my FTM-500 and a digirig. Thank you! Tim KM4ESU |
New local object creation from GPX file points of interest feature
I just got a chance to try out the latest build of YAAC.? When importing a gpx file that does not have a symbol defined for the POI that are in the gpx file YAAC spits out an error and does not import the file.? I have attached a gpx with(Zane-grey-test.gpx) and without(ZaneGrey50-NC.gpx) symbol defined for you to see.? I have also attached the error message.
?
It seems like it needs a little if null assign a default symbol section of code. Perhaps a colored circle or triangle.
?
Thanks,
Scott
?
?
?
?
?
|
Re: OSX Sequoia
The first window was useless (YAAC was not actually running there), but the fact that you received absolutely no new text from typing it in the second window is really strange.
It sounds like the signal isn't getting through, or Apple decided to "help" by doing different key mappings to signals (I ran into similar issues on my Mac, looking for the Meta key since Macs don't have an Alt key). So let's force the signal. In the first window (where you are at a shell prompt and not actually running a program), issue the command ps -ef | grep java This should show you a listing of all the java processes running on your Mac. Hopefully, there will only be one (if you have more than one, then you need to figure out which one corresponds to you trying to run YAAC). The second multi-digit number in the line of the "java" process will be the process ID. Now type another command in the first window: kill -QUIT pid where pid is replaced with the process ID number of the java process. See if _that_ causes the JVM to perform stack dumps. Andrew, KA2DDO ________________________________________ From: [email protected] <[email protected]> on behalf of Tim Huffaker via groups.io <thuffaker@...> Sent: Friday, April 11, 2025 6:01 PM To: [email protected] Subject: Re: [yaac-users] OSX Sequoia Hi Andrew, I held the CTL key and typed \ see below and I hope you can find out what I am doing wrong. I typed ctrl \ in this window [cid:[email protected]] and in this window [cid:[email protected]] |
Re: OSX Sequoia
开云体育
Did you type ctl-\ in the window where you had typed the "java -jar YAAC.jar" command and left that java command running in the shell foreground? This is a signal to the running foreground program like ctl-C is, but rather than sending a SIGTERM signal (which
causes the JVM to terminate), ctl-\ sends a SIGQUIT which causes the stack dumps to be printed. It isn't the Mac desktop that handles the SIGQUIT; it's the Java command running YAAC that needs to get the SIGQUIT signal.
Andrew, KA2DDO
Powered by Cricket Wireless Get From: [email protected] <[email protected]> on behalf of Tim Huffaker via groups.io <thuffaker@...>
Sent: Friday, April 11, 2025 2:34:36 PM To: [email protected] <[email protected]> Subject: Re: [yaac-users] OSX Sequoia ?
Hi Andrew,
?
Mine is a Mac Mini M1 running Sequoia 15.4 and I typed the Control Key and \. ?I did this in the YAAC folder from the terminal. ?I also did when it stopped running after typing java -jar YAAC.jar . ?
?
I do hope this can be fixed?
?
Tim?
KM4ESU
|
Re: OSX Sequoia
开云体育
Did you hold down the Control key and type the \ (not / ) key in the specific Terminal window you used to start YAAC while YAAC was still running/frozen (not in any other window, particularly not in a frozen YAAC window)? That should have caused a spew of stack
traces to be printed out in the Terminal window. If it didn't, there are bigger problems with your Java runtime installation.
FYI, I had to bring my MacBook up to Sequoia 15.4 to resolve the Java issues I was having.
Andrew, KA2DDO
author of YAAC
From:[email protected] <[email protected]> on behalf of Tim Huffaker via groups.io <thuffaker@...>
Sent:?Friday, April 11, 2025 11:03:37 AM To:[email protected] <[email protected]> Subject:?Re: [yaac-users] OSX Sequoia [Edited Message Follows] Hi Andrew,
?
I downloaded the newest version from Source Forge and installed it. ?YAAC stopped at the same place as before after the update. ?I also tried
ctrl-\ and I got no real results just like it was waiting on a command. Yes, it looks like a Mac problem but if you can help I would like to run it on this Mac.
?
Please let me know if there are any other commands I need to run to get this resolved.
?
Tim
KM4ESU
?
?
|
Re: HF APRS. raspberry pi OS - not seeing all maps
开云体育
Well, first off, looking at your map window, the IP blinkenlight (indicating your APRS-IS connection) is black, indicating it is working but idle. The RF blinkenlight is gray, indicating it is disconnected from Direwolf (and therefore not receiving _any_ RF
packets, VHF or HF).
You need to start Direwolf _before_ you start YAAC so YAAC has something to connect to. And you have to use the correct port type in YAAC (AGWPE or KISS-over-TCP) to match your Direwolf.
The two problems are indicating that you are only receiving Internet traffic according to your port filter settings.
Hope this helps.
Andrew, KA2DDO
author of YAAC
From:[email protected] <[email protected]> on behalf of Niece? KA1ULN via groups.io <ka1uln1@...>
Sent:?Friday, April 11, 2025 12:37:59 PM To:[email protected] <[email protected]> Subject:?[yaac-users] HF APRS. raspberry pi OS - not seeing all maps i have been investigating HF aprs. for a few months now and have not been able to see map outside my very local area: and it is constant - no changes
?
1. ?HF APRS -yaac. 1.0-beta202
2. direwolf
3. raspberry pi os (rpi5)
4. do have gps
(see current screen shot)
?
what do i need to do to see anything different… and moving?
|
HF APRS. raspberry pi OS - not seeing all maps
i have been investigating HF aprs. for a few months now and have not been able to see map outside my very local area: and it is constant - no changes
?
1. ?HF APRS -yaac. 1.0-beta202
2. direwolf
3. raspberry pi os (rpi5)
4. do have gps
(see current screen shot)
?
what do i need to do to see anything different… and moving?
|
Re: OSX Sequoia
开云体育Hi Tim,
Carl, vk1kcm. |
Re: OSX Sequoia
Hi Andrew,
?
I downloaded the newest version from Source Forge and installed it. ?YAAC stopped at the same place as before after the update. ?I also tried ctrl-\ and I got no real results just like it was waiting on a command. Yes, it looks like a Mac problem but if you can help I would like to run it on this Mac.
?
Please let me know if there are any other commands I need to run to get this resolved.
?
Tim
KM4ESU
?
? |
to navigate to use esc to dismiss