Keyboard Shortcuts
Likes
- Yaac-Users
- Messages
Search
Re: Offline Map Tiles
At the present time, no, these pre-rendered tiles are not understood by YAAC. YAAC uses its own means of dynamically rendering a map that is incompatible with the public tile servers.
Sorry. Andrew, KA2DDO ________________________________________ From: [email protected] <[email protected]> on behalf of kg6wxc - eric <KG6WXC@...> Sent: Thursday, June 20, 2024 7:05 PM To: [email protected] Subject: [yaac-users] Offline Map Tiles Hello all. Thank you for creating YAAC, it seems to be one of the only APRS programs that will work with Yaesu's weird data output. Thanks! I have a question about map tiles. I am running YAAC on a RasPi in my truck, it generally has NO connection to the internet. It is already loaded with about 60GB of map tiles from OSM, OpenTopo, BingAerial, etc. These tiles were cached via a GPS program called "Viking" () The tile directories are arranged in the "/{z}/{x}/{y}.png" format. Is there any way I can get YAAC to use these existing tiles? 73 - Eric KG6WXC |
Offline Map Tiles
Hello all. Thanks! I am running YAAC on a RasPi in my truck, it generally has NO connection to the internet. It is already loaded with about 60GB of map tiles from OSM, OpenTopo, BingAerial, etc. These tiles were cached via a GPS program called "Viking" () The tile directories are arranged in the "/{z}/{x}/{y}.png" format. ? Is there any way I can get YAAC to use these existing tiles? |
Mobilinked - YAAC - Windows
Good day,
We had an amazing presentation surrounding APRS by Jason (KM4ACK) at our last club meeting where he introduced us to YAAC. Most of my group are technically basic and lean into Windows as an operating system. As we also have Rob from Mobilinkd in our backyard we have a few of us using the TNC product line. Previously to YAAC, I used PinPoint which seems to work fine with windows and TNC4. During my testing I have found a few struggles.
Thanks in advance, |
Re: Icon of YAAC on Raspberry Pi Desktop
On Wed, Jun 12, 2024 at 11:22 AM, Andrew P. wrote:
sudo apt-get install default-jreAndrew, I built this Raspberry Pi for NODE RED and that works but I guess I forgot to install Java. ? The install fixed the problem and my Icon is working.? Thank you as always. ? PS this one stays at the QTH my other 3 are digipeaters for the bike ride in the fall. ? Tim? KM4ESU |
Re: Icon of YAAC on Raspberry Pi Desktop
Easiest way is to open a Terminal window (lxterm or whatever you have installed on your system), then type the command:
java -version If that prints out 2 or 3 lines of version information, you have a working Java runtime. If you get an error message "java: command not found" or something of that ilk, then you haven't installed Java, and you need to execute the command sudo apt-get install default-jre Hope this helps. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Tim Huffaker <thuffaker@...> Sent: Wednesday, June 12, 2024 2:10 PM To: [email protected] Subject: Re: [yaac-users] Icon of YAAC on Raspberry Pi Desktop [Edited Message Follows] Danny, looking at yours and now i am beginning to think I do not have Java installed. Please let me know how to test for Java and if I do not what version I need to install. |
Re: Icon of YAAC on Raspberry Pi Desktop
Tim, This is my YAAC desktop entry and it works as expected. Obviously the Icon path might be different for your user. [Desktop Entry] Name=YAAC Exec=/usr/bin/java -jar /home/k5cg/YAAC/YAAC.jar Comment= Terminal=false Icon=/home/k5cg/YAAC/images/yaaclogo64.ico Type=Application The Icon on my desktop looks like this. If the path to the java executable is in your system path then you probably don't need the full path to /usr/bin/java as mine is. I noticed you have a slash after you your YAAC.jar. I don't think that should be there. That might be the cause of the error. 73 Danny, K5CG HH 550-0609 SKCC 14257 From: "Tim Huffaker" <thuffaker@...> To: "yaac-users" <[email protected]> Sent: Wednesday, June 12, 2024 10:38:48 AM Subject: Re: [yaac-users] Icon of YAAC on Raspberry Pi Desktop Hello All, I found this discussion and I am trying to get an Icon of YAAC on my Raspberry Pi desktop. ?I do not what is stopping my Icon from working. ? My desktop file [Desktop Entry] Name=YAAC Exec=java -jar /home/pi/YAAC/YAAC.jar/ Icon=/home/pi/YAAC/images/yaaclogo64.ico TerminalS=false Type=Application Categories=HamRadio The error I am getting looks like some type of permission. ? Invalid desktop entry file'/home/pi/Desktop?yaac64.desktop' I want to get this working and I do not know how to clear the error.? Tim? KM4ESU |
Re: Icon of YAAC on Raspberry Pi Desktop
I don't know if .ico files are acceptable to Raspbian. That is the variant of Microsoft Windows .bmp files used for icons. However, you could convert the .ico file to a .png file with Gimp, and then reference the .png file instead.
I think I will add that to the next YAAC build. Andrew, KA2DDO ________________________________________ From: [email protected] <[email protected]> on behalf of Tim Huffaker <thuffaker@...> Sent: Wednesday, June 12, 2024 11:38 AM To: [email protected] Subject: Re: [yaac-users] Icon of YAAC on Raspberry Pi Desktop Hello All, I found this discussion and I am trying to get an Icon of YAAC on my Raspberry Pi desktop. I do not what is stopping my Icon from working. My desktop file [Desktop Entry] Name=YAAC Exec=java -jar /home/pi/YAAC/YAAC.jar/ Icon=/home/pi/YAAC/images/yaaclogo64.ico TerminalS=false Type=Application Categories=HamRadio The error I am getting looks like some type of permission. Invalid desktop entry file'/home/pi/Desktop?yaac64.desktop' I want to get this working and I do not know how to clear the error. Tim KM4ESU |
Re: Icon of YAAC on Raspberry Pi Desktop
Hello All,
I found this discussion and I am trying to get an Icon of YAAC on my Raspberry Pi desktop. ?I do not what is stopping my Icon from working. ? My desktop file [Desktop Entry] Name=YAAC Exec=java -jar /home/pi/YAAC/YAAC.jar/ Icon=/home/pi/YAAC/images/yaaclogo64.ico TerminalS=false Type=Application Categories=HamRadio The error I am getting looks like some type of permission. ? Invalid desktop entry file'/home/pi/Desktop?yaac64.desktop' I want to get this working and I do not know how to clear the error.? Tim? KM4ESU |
Re: Send Message / Lat-Lon Display at Bottom of Screen
¿ªÔÆÌåÓýRe: removing the bottom bar on the main map window: No, there is no option for that.
However, since you are using a small screen, you might find the smallscreen plugin for YAAC a useful alternative. Once the plugin is installed, you can start YAAC directly into the smallscreen UI with the command line:
java -jar YAAC.jar -gui:small
(The default value of the -gui option is "map", which specifies launching the default map window in YAAC.)
The smallscreen plugin also supports the repeaterfinder plugin.
Hope this helps.
Andrew, KA2DDO
author of YAAC
From: [email protected] <[email protected]> on behalf of Jon Adams <n7uv.jon@...>
Sent: Tuesday, June 11, 2024 10:38:06 AM To: [email protected] <[email protected]> Subject: [yaac-users] Send Message / Lat-Lon Display at Bottom of Screen Thanks for the recent updates, Andrew. Two questions on the display bar at the bottom of the screen. 1) Is there a way to turn on/off the lat/lon display? 2) Is there a way to turn on/off the send message bar? The reason I ask is that I have a small mobile display and can use the additional real estate. -- Cheers and 73 - Jon N7UV |
Send Message / Lat-Lon Display at Bottom of Screen
Thanks for the recent updates, Andrew.
Two questions on the display bar at the bottom of the screen. 1) Is there a way to turn on/off the lat/lon display? 2) Is there a way to turn on/off the send message bar? The reason I ask is that I have a small mobile display and can use the additional real estate. -- Cheers and 73 - Jon N7UV |
next beta build#199 of YAAC, created 2024-Jun-07
next beta build#199 of YAAC ("Yet Another APRS Client"), created 2024-Jun-07
downloadable from or changes and updates include: 1. prevent spurious EOFExceptions from using buffered input streams. 2. add message event types so user can be informed when their outgoing APRS text messages are acknowledged or rejected by the recipient station. update the sounds plugin to recognize these new event types. 3. a few more minor performance improvements for station with wide-open APRS-IS feeds. 4. experimental (and not yet complete) enhancement to landmark search to use comma-separated search string to indicate reverse hierarchical search. 5. fix logic in ProgressDialog causing default dialog to be too small to see the progress bar on window managers with large title bars. 6. fix broken login in Winlink message sender so that login challenges will be recognized properly, and the multiple lines of a Winlink email message will be sent one at a time, waiting for acknowledgement before proceeding to reduce chance of packet collisions. 7. add logic so that code can test the current state of a SendableMessageWrapper in terms of the progress in sending the message. 8. fix race condition in ADS-B plugin causing failure of the old aircraft track timeout login. 9. fix demo plugin build.xml and pom.xml to properly clean up and build demo plugin distro zip file. 10. fix dynamic objects plugin to more efficiently and accurately match up routes with known OpenStreetMap Ways for roads, trails, and paths. |
Re: Showing Maidenhead Locator System
¿ªÔÆÌåÓýIn the lower-left corner of the map window, you will see the map coordinates the mouse cursor is pointing at, in the configured lat/lon format (default DDMM.MM, or DD:MM:SS or DD.DDDDDD) and in Maidenhead
format.
There is no present YAAC feature to draw the Maidenhead grid on the map the way the lat/lon graticule is drawn.
Hope this helps.
Andrew,? KA2DDO?
author of YAAC
From: [email protected] <[email protected]> on behalf of Eric H. Christensen via groups.io
Sent: Wednesday, June 5, 2024 5:57:23 PM
Is there a way to show the Maidenhead Locator System (grid locators) on the map?
73, Eric WG3K |
Re: Introducing myself and asking for advice
Greetings.
Here's a few suggestions. 1. Use the mini-USB cable (with ferrite choke) that came with the TH-D72 radio to connect the radio to your computer. Other mini-USB cables may work, but the choke is good to reduce RF conduction into the computer to mess it up. 2. Since you are using Microsoft Windows, ensure that the COM port in the radio has appeared and identify its COM port number (ex.: COM9), using the Device Manager in the Windows Control Panel. You may need to download and run a Windows driver installer from Kenwood to tell Windows how to talk to the USB-to-serial chip inside the radio. 3. Once you have a COM port working, on the radio itself, go into its menu, and check the baud rate you have specified for the COM port (defaults to 9600 baud). Once you know what COM port baud rate is configured, tune the radio's A side to 144.390 simplex, and press the TNC key on the radio until the top of the screen says PACKET12 (not APRS12 or blank). Also adjust the squelch as low as it can go without letting normal no-signal static come out the speaker. Notice if you hear any local packets squawk from the speaker. 4. Start up YAAC. When you are configuring your radio port, choose the Serial_TNC port type (not the Kenwood port type), select the COM port number that was identified back in step 2, set the baud rate to match the radio's baud rate, enter your callsign, specify you are using a TNC2-compatible TNC for the KISS mode command (the D72's built-in TNC is TNC2-compatible), and save the port configuration. Note you can do this either from the configuration wizard, or from the expert-mode Configuration dialog. 5. Make sure your YAAC beacon is configured and enabled to identify your station. At this point, if you hear received packets from the D72's speaker, they should also appear in YAAC on the View->Raw Packets table view. Whether they will appear on the map window depends on whether you are looking at the part of the map in your local vicinity. If you have entered your beacon coordinates correctly into the beacon, you can click the Home button (little icon of a house) on the Map window to center the map on your station's configured coordinates. Hope this helps. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of scott pastor <scottpastor@...> Sent: Tuesday, May 28, 2024 8:50 PM To: [email protected] Subject: [yaac-users] Introducing myself and asking for advice Hello everyone, name is Scott, Call is kc8kbk, been a ham for years and just now getting into APRS. Does anyone have configuration instructions to connect a Kenwood D72 to YAAC? I¡¯ve tried following the YAAC help file but I can¡¯t get the radio to talk to my computer (Windows 10), and I¡¯m beyond frustrated. 73 and thanks in advance! Scott, kc8kbk |
Introducing myself and asking for advice
Hello everyone, name is Scott, Call is kc8kbk, been a ham for years and just now getting into APRS.? Scott, kc8kbk |