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: APRS Group messages
Do I need to or should?have an event type for the message group? Sincerely, Eugene Mosqueda Dominus Providebit On Wed, Feb 19, 2025 at 4:32?PM Andrew P. via <andrewemt=[email protected]> wrote: For YAAC to receive from a group, you have to indicate you are a member of the group by listing it on the Message Groups table on the expert-mode Configuration dialog's General tab, and then enabling the group. This allows to leave and rejoin the group without having to delete and re-add it on the table. |
Re: inconsistent map behavior
To see how much heap you really need to have for your particular usage of YAAC, you can open the expert-mode Configuration dialog and enable displaying the memory utilization bar on the Preferences tab. The bar itself will appear on the map window's toolbar. you should have at least a 10% reserve. Note that specifying the -Xmx command-line option only sets the upper limit for Java heap size; if the demand is less, the actual amount of allocated heap (still more than the used heap) may be less than the maximum.
Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of John Spoonhower via groups.io <jpspoonhower@...> Sent: Wednesday, February 19, 2025 3:50 PM To: [email protected] Subject: Re: [yaac-users] inconsistent map behavior Thanks!. All is working well now. On Wed, Feb 19, 2025 at 1:26?PM Andrew P. via groups.io<> <andrewemt@...<mailto:[email protected]>> wrote: When you start YAAC from a command line (either directly, in a script, or in a graphical desktop shortcut), you will want to tweak the launching command line a little to look like this: java -Xmx512m -jar C:\Users\john\YAAC\YAAC.jar (I'm assuming your Windows username is "john" and you installed YAAC in the YAAC directory in your home directory.) Note the -Xmx option; that specifies the maximum amount of memory the Java virtual machine is allowed to claim. In this example, it is authorizing 512 megabytes of RAM (hence the "m" after the 512). Hopefully, your system isn't so clogged with other applications that there is that much RAM available for YAAC to use. Let me know if you still have any issues. Andrew, KA2DDO author of YAAC ________________________________ From: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> on behalf of John Spoonhower via groups.io<> <jpspoonhower@...<mailto:[email protected]>> Sent: Wednesday, February 19, 2025 12:28:05 PM To: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> Subject: Re: [yaac-users] inconsistent map behavior Andrew, please see responses below. John On Wed, Feb 19, 2025 at 12:10?PM Andrew P. via groups.io<> <andrewemt@...<mailto:[email protected]>> wrote: Looks like an obvious failure due to not enough memory allocated to the Java runtime on the second machine. How much RAM memory does that computer have, and what operating system are you using? Also, what version of the Java runtime are you using? Open a terminal or command window on the system, and at the prompt, type the command 8 GB; windows 10 home 64 bit.java -version java version "1.8.0_441"Java(TM) SE Runtime Environment (build 1.8.0_441-b07) Java HotSpot(TM) Client VM (build 25.441-b07, mixed mode, sharing) Assuming the computer has enough memory available, you may need to raise the Java heap limit with a command-line option to the "java" command used to launch YAAC. If the computer doesn't have enough RAM, it may need an upgrade. :-( PSE tel me how.Andrew, KA2DDO author of YAAC ________________________________ From: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> on behalf of John Spoonhower via groups.io<> <jpspoonhower@...<mailto:[email protected]>> Sent: Wednesday, February 19, 2025 11:41:57 AM To: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> Subject: Re: [yaac-users] inconsistent map behavior Hi Andrew, thanks for the reply. Both machines are running 1.0beta208. On the first (working) system, the error log shows repeated downloads of the NWS map file, e.g.: Wed Feb 19 10:59:42 EST 2025: downloading CONUS_L2_CREF_QCD_20250219_155839.tif.gz took 675d+6223r+9680e msec at Wed Feb 19 10:59:42 EST 2025, update time of NWS radar image is Wed Feb 19 10:59:13 EST 2025, expire=Wed Feb 19 10:59:56 EST 2025 On the other (non-working) machine: I only see the first download and then the listed error: Wed Feb 19 11:16:32 EST 2025: downloading CONUS_L2_CREF_QCD_20250219_161441.tif.gz took 613d+7230r+8184e msec at Wed Feb 19 11:16:32 EST 2025, update time of NWS radar image is Wed Feb 19 11:15:08 EST 2025, expire=Wed Feb 19 11:16:46 EST 2025 renderCurrentRaster: 1 files in 247msec @ zoom=1202457.5 1739981792875 renderCurrentMap[#1]: 60997(631215)/2419790 ways(0ur), 18/222335 nodes, 1 signs, 26 files(0 new,4 missing) in 10107msec @ zoom=1202457.5 [28.947521,-82.23135] java.lang.OutOfMemoryError: Java heap space Wed Feb 19 11:36:34 EST 2025: try#0: connection to localhost/127.0.0.1:8000<> lost: Socket closed John, NX2I . ....... John On Wed, Feb 19, 2025 at 9:39?AM Andrew P. via groups.io<> <andrewemt@...<mailto:[email protected]>> wrote: This sounds like there's some kind of networking issue on your second computer. This can happen when the radar image refresh is attempted and fails. An error message should appear in the YAAC.out file in your log files directory (also viewable in the Help->About dialog on the Error Log tab, and in the terminal window where you started YAAC if you used one). Whenever you successfully download a radar image, the log should report the refresh time (when NWS says the image will be out-of-date), so you should be able to predict when YAAC will try to download the image again. What build of YAAC are you using? Andrew, KA2DDO author of YAAC ________________________________ From: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> on behalf of John Spoonhower via groups.io<> <jpspoonhower@...<mailto:[email protected]>> Sent: Wednesday, February 19, 2025 7:51:03 AM To: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> Subject: [yaac-users] inconsistent map behavior I have the current YAAC version running on different machines. On one ( a RPi 4) NWS raster overlay maps are displayed and refreshed every few minutes. On the other, (an x86 machine), the maps do not refresh. If I delete a previously loaded NWS map, and manually load a new one, the map displays. Subsequent maps are not displayed. If I look at the "raster maps" window, I always find the enable box unchecked. This happens even though "enable" is checked after loading the first map. Have I mis-configured the second machine somehow? 73, NX2I |
Re: APRS Group messages
For YAAC to receive from a group, you have to indicate you are a member of the group by listing it on the Message Groups table on the expert-mode Configuration dialog's General tab, and then enabling the group. This allows to leave and rejoin the group without having to delete and re-add it on the table.
Hope this helps. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of e m via groups.io <delivers1234@...> Sent: Wednesday, February 19, 2025 7:10 PM To: [email protected] Subject: [yaac-users] APRS Group messages So I am able to send a group message by use the "To:" at the bottom via wide1,wide 2. Is YAAC capable a receiving a group message directly? or do I have to filter out from the messages. Sincerely, Eugene Mosqueda Dominus Providebit |
Re: inconsistent map behavior
Thanks!. All is working well now. On Wed, Feb 19, 2025 at 1:26?PM Andrew P. via <andrewemt=[email protected]> wrote:
|
Re: inconsistent map behavior
开云体育When you start YAAC from a command line (either directly, in a script, or in a graphical desktop shortcut), you will want to tweak the launching command line a little to look like this:
java -Xmx512m -jar C:\Users\john\YAAC\YAAC.jar
(I'm assuming your Windows username is "john" and you installed YAAC in the YAAC directory in your home directory.)
Note the -Xmx option; that specifies the maximum amount of memory the Java virtual machine is allowed to claim. In this example, it is authorizing 512 megabytes of RAM (hence the "m" after the 512).
Hopefully,? your system isn't so clogged with other applications that there is that much RAM available for YAAC to use.
Let me know if you still have any issues.
Andrew, KA2DDO
author of YAAC
From: [email protected] <[email protected]> on behalf of John Spoonhower via groups.io <jpspoonhower@...>
Sent: Wednesday, February 19, 2025 12:28:05 PM To: [email protected] <[email protected]> Subject: Re: [yaac-users] inconsistent map behavior Andrew,
please see responses below.
John
On Wed, Feb 19, 2025 at 12:10?PM Andrew P. via <andrewemt=[email protected]> wrote:
|
Re: inconsistent map behavior
Andrew, please see responses below. John On Wed, Feb 19, 2025 at 12:10?PM Andrew P. via <andrewemt=[email protected]> wrote:
|
Re: inconsistent map behavior
开云体育Looks like an obvious failure due to not enough memory allocated to the Java runtime on the second machine.?
How much RAM memory does that computer have, and what operating system are you using? Also, what version of the Java runtime are you using? Open a terminal or command window on the system, and at the prompt, type the command
java -version
(Note the space between the "java" command and the "-version" option.)
Assuming the computer has enough memory available, you may need to raise the Java heap limit with a command-line option to the "java" command used to launch YAAC. If the computer doesn't have enough RAM, it may need an upgrade. :-(
Andrew, KA2DDO
author of YAAC
From: [email protected] <[email protected]> on behalf of John Spoonhower via groups.io <jpspoonhower@...>
Sent: Wednesday, February 19, 2025 11:41:57 AM To: [email protected] <[email protected]> Subject: Re: [yaac-users] inconsistent map behavior Hi Andrew,
thanks for the reply. Both machines are running 1.0beta208.
On the first (working) system, the error log shows repeated downloads of the NWS map file, e.g.:
Wed Feb 19 10:59:42 EST 2025: downloading CONUS_L2_CREF_QCD_20250219_155839.tif.gz took 675d+6223r+9680e msec
at Wed Feb 19 10:59:42 EST 2025, update time of NWS radar image is Wed Feb 19 10:59:13 EST 2025, expire=Wed Feb 19 10:59:56 EST 2025 On the other (non-working) machine: I only see the first download and then the listed error:
Wed Feb 19 11:16:32 EST 2025: downloading CONUS_L2_CREF_QCD_20250219_161441.tif.gz took 613d+7230r+8184e msec
at Wed Feb 19 11:16:32 EST 2025, update time of NWS radar image is Wed Feb 19 11:15:08 EST 2025, expire=Wed Feb 19 11:16:46 EST 2025 renderCurrentRaster: 1 files in 247msec @ zoom=1202457.5 1739981792875 renderCurrentMap[#1]: 60997(631215)/2419790 ways(0ur), 18/222335 nodes, 1 signs, 26 files(0 new,4 missing) in 10107msec @ zoom=1202457.5 [28.947521,-82.23135] java.lang.OutOfMemoryError: Java heap space Wed Feb 19 11:36:34 EST 2025: try#0: connection to localhost/ lost: Socket closed John, NX2I
.
.......
John
On Wed, Feb 19, 2025 at 9:39?AM Andrew P. via <andrewemt=[email protected]> wrote:
|
Re: inconsistent map behavior
Hi Andrew, thanks for the reply. Both machines are running 1.0beta208. On the first (working) system, the error log shows repeated downloads of the NWS map file, e.g.: Wed Feb 19 10:59:42 EST 2025: downloading CONUS_L2_CREF_QCD_20250219_155839.tif.gz took 675d+6223r+9680e msec at Wed Feb 19 10:59:42 EST 2025, update time of NWS radar image is Wed Feb 19 10:59:13 EST 2025, expire=Wed Feb 19 10:59:56 EST 2025 On the other (non-working) machine: I only see the first download and then the listed error: Wed Feb 19 11:16:32 EST 2025: downloading CONUS_L2_CREF_QCD_20250219_161441.tif.gz took 613d+7230r+8184e msec at Wed Feb 19 11:16:32 EST 2025, update time of NWS radar image is Wed Feb 19 11:15:08 EST 2025, expire=Wed Feb 19 11:16:46 EST 2025 renderCurrentRaster: 1 files in 247msec @ zoom=1202457.5 1739981792875 renderCurrentMap[#1]: 60997(631215)/2419790 ways(0ur), 18/222335 nodes, 1 signs, 26 files(0 new,4 missing) in 10107msec @ zoom=1202457.5 [28.947521,-82.23135] java.lang.OutOfMemoryError: Java heap space Wed Feb 19 11:36:34 EST 2025: try#0: connection to localhost/ lost: Socket closed John, NX2I . ....... John On Wed, Feb 19, 2025 at 9:39?AM Andrew P. via <andrewemt=[email protected]> wrote:
|
Re: inconsistent map behavior
开云体育This sounds like there's some kind of networking issue on your second computer. This can happen when the radar image refresh is attempted and fails. An error message should appear in the YAAC.out file in your log files directory (also viewable
in the Help->About dialog on the Error Log tab, and in the terminal window where you started YAAC if you used one). Whenever you successfully download a radar image, the log should report the refresh time (when NWS says the image will be out-of-date), so you
should be able to predict when YAAC will try to download the image again.
What build of YAAC are you using?
Andrew, KA2DDO
author of YAAC
From: [email protected] <[email protected]> on behalf of John Spoonhower via groups.io <jpspoonhower@...>
Sent: Wednesday, February 19, 2025 7:51:03 AM To: [email protected] <[email protected]> Subject: [yaac-users] inconsistent map behavior I have the current YAAC version running on different machines. On one ( a RPi 4) NWS raster overlay maps are displayed and refreshed every few minutes. On the other, (an x86 machine), the maps do not refresh. If I delete a previously loaded NWS map, and
manually load a new one, the map displays. Subsequent maps are not displayed. If I look at the "raster maps" window, I always find the enable box unchecked. This happens even though "enable" is checked after loading the first map. Have I mis-configured the
second machine somehow?
73, NX2I
?
|
inconsistent map behavior
I have the current YAAC version running on different machines. On one ( a RPi 4) NWS raster overlay maps are displayed and refreshed every few minutes. On the other, (an x86 machine), the maps do not refresh. If I delete a previously loaded NWS map, and manually load a new one, the map displays. Subsequent maps are not displayed. If I look at the "raster maps" window, I always find the enable box unchecked. This happens even though "enable" is checked after loading the first map. Have I mis-configured the second machine somehow?
73, NX2I
? |
next beta build#208 of YAAC, created 2025-Feb-16
next beta build #208 of YAAC ("Yet Another APRS Client"), created 2025-Feb-16
downloadable from changes and updates include: 1. set the position ambiguity correctly for raw GPS sentence position messages. 2. fix distance unit selection in preferences tab of expert-mode Configuration dialog so smaller versions of distance units for various systems of units cannot be selected by accident, and fix upgrader in case some user used the erroneous selection ability to foul up their configuration. 3. ensure YAAC and its upgraders always consistently try to find the correct path to the Java interpreter to ensure launching of upgrade stages does not fail to start the next stage. 4. fix typo introduced in build#181 that broke the calculation of Aloha circles. 5. when issuing the Locate->Station directive for a station whose position is not currently known (and YAAC sends a directed query to get the station's position), ensure that if the position report is so delayed in responding that the user is no longer viewing a map window in YAAC, the map is still updated with the received location. 6. add error check to APRS Status packet configuration to warn users if they are going to enable a status packet with text added to it, or to use Maidenhead locator position in the Status packet that report differently than the Position beacon packets also being sent. 7. fix configuration wizard to not re-create a duplicate of any GPS port in use by YAAC every time the wizard is re-run. 8. fix the packet transmission logic against incorrectly digipeating through a non-APRS port (such as the TAK plugin's port type). 9. fix symbol rendering for ATV symbol "/V" (means amateur television, not all-terrain vehicle, which is overlay code "Ak"). 10. add more entries to help index. 11. fix formatting errors in built-in help files. 12. release the timeslot usage analysis plugin, which provides extra analysis views for determining RF channel usage. 13. add support of more APRS symbols in translating APRS packets to CoT event messages. 14. fix the saving of team "color" selection in the TAK plugin. |
Re: severe weather zones
Hi Andrew, thanks for the info. I do have further questions though. Are there instructions for configuring an APRS-IS connection for NWS weather alerts? Where can I get the shape files?
toggle quoted message
Show quoted text
Cheers, Tom kf6kyd On Feb 6, 2025, at 18:12, Andrew P. via groups.io <andrewemt@...> wrote: |
Re: Weather beacon position over RF
#weather
Of course, this only works if you have a working Internet connection and the same for the Internet site you are sending your data to (the APRS-IS is highly redundant if you choose to use one of the regional rotate names rather than a single hard-coded server address; I can't speak for other weather-data-consuming services).
My local ARES/RACES group has weather stations all over our county using RF to deliver the data to an I-gate physically located at the county Department of Emergency Services office, so they can get the data even if there are Internet outages (peeling it off before the I-gate sends it to the APRS-IS). Andrew, KA2DDO ________________________________________ From: [email protected] <[email protected]> on behalf of Bill Gillenwater via groups.io <k3sv@...> Sent: Tuesday, February 4, 2025 11:10 PM To: [email protected] Subject: Re: [yaac-users] Weather beacon position over RF #weather Just some info. You can get your weather data broadcast over the internet and it will show on APRS just like an RF broadcast one. I can find the info and website I used. It’s a national weather link. 73 Bill On Feb 4, 2025, at 1:07?PM, Jamie Elovski via groups.io <jamiesastrophotos@...> wrote: ? Hi All, Maybe this has been asked but I cant find anything. I am trying to setup my RF port to beacon the weather and position but no matter what I do I cant get the weather to be beaconed with the position. |
Re: Weather beacon position over RF
#weather
There are a few things you have to do to have your weather data beaconed with your position reports.
1. You have to have a weather input port opened on YAAC that is receiving the weather data. Serial_Weather accepts serial port data from Peet Bros brand weather stations; WXNOW.TXT accepts weather from any weather station being handled by Cumulus or similar weather client software. In either case, use the View->Weather Status menu choice to confirm you are actually seeing current data from your local weather sensors in YAAC. 2. In your beacon definition, you have to enable your beacon and check the box to have it Report Weather. 3. Due to a quirk in the APRS Protocol Specification, the course and speed fields of a position report always mean the course and speed of the radio station, not the wind, unless the APRS symbol code is for a weather station (/_ or \_). YAAC is smart enough to recognize when you are using a non-weather-station symbol code that would cause your wind information to be lost, and will send the Position Report (without weather information) immediately followed by a Positionless Weather Report (which doesn't care what your symbol code is). This has the convenience that you could have a mobile weather station (e.g., stormchaser) reporting the course and speed of your chase vehicle in the Position Report, plus the weather data separately. YAAC, unfortunately, does not have support for the vector math necessary to convert air velocity around a moving vehicle into ground-relative wind velocity, so your weather sensors would have to do the math prior to delivering the data to YAAC. Hope this helps. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Jamie Elovski via groups.io <jamiesastrophotos@...> Sent: Tuesday, February 4, 2025 11:49 AM To: [email protected] Subject: [yaac-users] Weather beacon position over RF #weather Hi All, Maybe this has been asked but I cant find anything. I am trying to setup my RF port to beacon the weather and position but no matter what I do I cant get the weather to be beaconed with the position. |
Re: Weather beacon position over RF
#weather
开云体育Just some info. You can get your weather data broadcast over the internet and it will show on APRS just like an RF broadcast one. I can find the info and website I used. It’s a national weather link.?73 Bill On Feb 4, 2025, at 1:07?PM, Jamie Elovski via groups.io <jamiesastrophotos@...> wrote:
|
Re: severe weather zones
Here's a few details on seeing severe weather zones:
1. You will only get severe weather alerts (forecasts) if you have an APRS-IS connection with a geographical radius (r/ or m/) or area (a/) filter large enough to include the relevant areas. These messages have position information in them to affect the filtering by the APRS-IS server, and come from a single Internet server that pushes the data from the National Weather Service onto APRS-IS. 2. The shapefiles for the 3 categories of severe weather zones need to be copied into your configured YAAC map tile directory. Just downloading them isn't enough if you don't unpack the .zip files into the correct directory. 3. You have to have Severe Weather Zones enabled on the View->Layers submenu. Note this won't prevent the zones from appearing in the Severe Weather table. 4. There actually have to _be_ severe weather events for the notifications to go out. Note that it is possible to see other weather data that looks like severe weather alerts, but isn't. These are APRS Objects describing actual weather (such as thunderstorms, tornadoes, flooding, etc.), not forecasts, which also come from the APRS-IS, and commonly have NWS multilines attached to the Objects to draw polygons around the affected area. Rendering of the multilines is controlled by a different menu choice, View->Layers->NWS Multilines. These Objects do _not_ appear in the Severe Weather table, but will appear in the Stations/Objects List. Hope this helps. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of T W via groups.io <kf6kyd@...> Sent: Wednesday, February 5, 2025 1:28 PM To: [email protected] Subject: Re: [yaac-users] severe weather zones How are you able to weather alerts? I have had no luck finding out how to do that. On Feb 4, 2025, at 22:47, e m via groups.io <delivers1234@...> wrote: hi. i don't get any info in the severe weather zones window. i think i downloaded all teh files from noaa. i do see the weather on the map. Sincerely, Eugene Mosqueda Dominus Providebit |
Re: severe weather zones
toggle quoted message
Show quoted text
|
to navigate to use esc to dismiss