Keyboard Shortcuts
Likes
- Yaac-Users
- Messages
Search
Re: Pi autostart
¿ªÔÆÌåÓýDave: Thanks for this.? It's just what I was looking for, and I got it
working on my RasPi Model 3B+. 73, David, ky7dr On /20210108/ 12:28, DaveK wrote:
|
objects
I have been trying to place an object, my first time working with objects. At first it operates as expected, gets transmitted at the initial rate and then decays to the slow rate. But after only a few hours it stops transmitting the object entirely. Not sure what I'm doing wrong? Are there other settings which affect the objects?
|
Re: NWS Shapefiles
Yes, that's what I was referencing in my last reply. I'm adding more index entries in the help files for the next build of YAAC to make that part of the help files easier to find.
Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Chuck Bland <cclaytonbland@...> Sent: Tuesday, January 26, 2021 8:08 PM To: [email protected] Subject: Re: [yaac-users] NWS Shapefiles AH! I've been surfing the online help files...... I think I found my answer. From this it would seem the support I'm wanting is there. Am I right? Chuck |
Re: NWS Shapefiles
Yes, YAAC supports the NWS shapefiles. The directions are in YAAC's built-in help, but you just need to download the county and marine shapefile ZIP archives from the National Weather Service website at and then unzip the ZIP archives into wherever you've configured your YAAC tile file directory (usually the YAAC/tiledir subdirectory of your home directory unless you've configured it somewhere else). Once the shapefile DBF datasets are there, YAAC will automatically use them if an APRS text message addressed to NWS-WARN (or related group addresses) is received.
Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Chuck Bland <cclaytonbland@...> Sent: Tuesday, January 26, 2021 7:51 PM To: [email protected] Subject: [yaac-users] NWS Shapefiles Please excuse me if I just overlooked this when searching the group.... Starting over with YACC and want to know if YACC supports the use of the NWS shapefiles used with the NWS/NOAA issues alerts for their regions. I used to do this years ago with UI-View. I figured I'd make sure before I invest a bunch of time trying to get it running. All the best, Chuck Bland NA6BR |
NWS Shapefiles
Chuck Bland
Please excuse me if I just overlooked this when searching the group....
Starting over with YACC and want to know if YACC supports the use of the NWS shapefiles used with the NWS/NOAA issues alerts for their regions. I used to do this years ago with UI-View. I figured I'd make sure before I invest a bunch of time trying to get it running. All the best, Chuck Bland NA6BR |
Re: Serial Ports on Mac OS
Catalina, which I think is 10.15
Also, I am using a Keyspan serial adapter, which as far as I can remember, has always presented as a real serial port. Your suggestion to type the port into the box worked for the Serial TNC, but not for the Kenwood option. As I am setting up an iGate, it turns out that Serial TNC is the correct port, so we are all good. |
Re: Serial Ports on Mac OS
¿ªÔÆÌåÓýHmmm... Apple strikes again. What version of Mac OS X are you using?Apple apparently changed the naming conventions for serial ports again, so the JSSC library YAAC uses to handle serial ports can't find them
From the listing you are showing, the /dev/tty.KeySerial1 and /dev/tty.USA19H142P1.1 device files would appear to be the real serial ports. Try manually typing one of those names (watching the case, as they are case-sensitive) into the dialog instead of trying to find it on the drop-down list. Andrew, KA2DDO author of YAAC -------- Original message -------- From: promo776 <kf6ode@...> Date: 1/24/21 22:48 (GMT-05:00) To: [email protected] Subject: Re: [yaac-users] Serial Ports on Mac OS There must be something else I am missing. The serial ports are owned by root, and belong to the group wheel. My user belongs to wheel. Still nothing in the dropdown box when I go to create a new port. KF6ODE-0:~ <username>$ ls -l /dev/tty.* crw-rw-rw-? 1 root? wheel ? 18, ? 4 Jan 24 18:36 /dev/tty.Bluetooth-Incoming-Port crw-rw-rw-? 1 root? wheel ? 18, ? 0 Jan 24 18:36 /dev/tty.KeySerial1 crw-rw-rw-? 1 root? wheel ? 18, ? 2 Jan 24 18:36 /dev/tty.USA19H142P1.1
uid=501(<username>) gid=0(wheel) groups=0(wheel),4(tty),12(everyone),20(staff),61(localaccounts),79(_appserverusr),80(admin),81(_appserveradm),98(_lpadmin),701(com.apple.sharepoint.group.1),33(_appstore),100(_lpoperator),204(_developer),250(_analyticsusers),395(com.apple.access_ftp),102(com.apple.access_screensharing-disabled),101(com.apple.access_ssh-disabled),400(com.apple.access_remote_ae) |
Re: Serial Ports on Mac OS
There must be something else I am missing.
The serial ports are owned by root, and belong to the group wheel. My user belongs to wheel. Still nothing in the dropdown box when I go to create a new port. KF6ODE-0:~ <username>$ ls -l /dev/tty.* crw-rw-rw-? 1 root? wheel ? 18, ? 4 Jan 24 18:36 /dev/tty.Bluetooth-Incoming-Port crw-rw-rw-? 1 root? wheel ? 18, ? 0 Jan 24 18:36 /dev/tty.KeySerial1 crw-rw-rw-? 1 root? wheel ? 18, ? 2 Jan 24 18:36 /dev/tty.USA19H142P1.1
uid=501(<username>) gid=0(wheel) groups=0(wheel),4(tty),12(everyone),20(staff),61(localaccounts),79(_appserverusr),80(admin),81(_appserveradm),98(_lpadmin),701(com.apple.sharepoint.group.1),33(_appstore),100(_lpoperator),204(_developer),250(_analyticsusers),395(com.apple.access_ftp),102(com.apple.access_screensharing-disabled),101(com.apple.access_ssh-disabled),400(com.apple.access_remote_ae) |
Re: Serial Ports on Mac OS
The first thing is to ensure you have permission to access the serial port files in the /dev directory, i.e., files with names like
/dev/tty.serial.* /dev/tty.usbserial.* Also, you need to actually have such files; if you don't, then you don't have any serial ports to access. Your login account should be a member of whatever group these files are a member of. Specifically, do _not_ try to run YAAC as root to get owner access to the serial port files; all you need is group membership. Alas, I don't know what the commands are to add a user to the membership of a group on Mac OS X. Then, once you've joined the group, and logged out and logged in again (so the group membership takes effect), start up YAAC and attempt to create a Port of type Serial_TNC (if you are accessing a KISS TNC), Serial_GPS (if you are accessing a GPS receiver and are _not_ using GPSD), or Serial_Weather (if you have a Peet Bros weather station). Hope that helps. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of promo776 <kf6ode@...> Sent: Sunday, January 24, 2021 7:33 PM To: [email protected] Subject: [yaac-users] Serial Ports on Mac OS Apologies if this has already been covered, but I can not for the life of me figure out how to access the serial port on my Mac. |
Re: APRS Station Icon Size
I've found this very useful for bicycle events where I use a 4HD 40-inch flat-screen TV as the monitor (big enough to see the entire course without panning or zooming the map). YAAC's map drawing resolution is so fine with a 3840x2160 resolution monitor that I need to make the SAG vehicle icons bigger so they can be found on the screen. The second option was especially useful the time we had a jammer on the frequency near the Net Control Station, so I had to use wireless Internet access to get to the APRS-IS and receive the SAG trackers via I-gate, because then I was getting tons of other stations via the APRS-IS feed, so I made sure to only double the size of icons for the SAG trackers (and the private [non-transmitted] Objects I posted for the rest areas and finish line).
Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Ronny Julian <k4rjjradio@...> Sent: Saturday, January 23, 2021 11:15 AM To: [email protected] Subject: Re: [yaac-users] APRS Station Icon Size Made my house twice the size! Thanks Andrew! On Sat, Jan 23, 2021 at 10:42 AM Andrew P. <andrewemt@...<mailto:andrewemt@...>> wrote: Yes, it's very easy to enlarge the icon size (can't make them smaller, however). 1. For all icons on the map, you can double their size by checking the menu choice View->Layers...->Show Symbols Double-Sized. 2. For selected specific stations, you can make their icons twice as large as other stations by going to View->Tracked Stations List, and checking Double-Sized Icon for the desired stations. Note that if you have performed option#1 already, tracked stations with Double-Sized Icon will cause those stations to be displayed at 4 times the default icon size in YAAC. Note that neither of these affects the icon size in tabular views (such as the Station/Object list), nor does it improve the resolution of the icons. It just makes them larger. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> on behalf of Graham Chaloner <m0gwc73@...<mailto:m0gwc73@...>> Sent: Saturday, January 23, 2021 8:31 AM To: [email protected]<mailto:[email protected]> Subject: [yaac-users] APRS Station Icon Size Apologies if this gets double posted. There may be a simple answer to this - is it possible to change the default size of station icons displayed on the map? I appreciate you can change the associated text size but can find nothing related to the actual APRS icon size. Using YAAC 1.0 beta 163, OS Linux Mint 20.1 Many thanks -- Graham Chaloner M0GWC |
Re: APRS Station Icon Size
Made my house twice the size!? Thanks Andrew! On Sat, Jan 23, 2021 at 10:42 AM Andrew P. <andrewemt@...> wrote: Yes, it's very easy to enlarge the icon size (can't make them smaller, however). |
Re: APRS Station Icon Size
Yes, it's very easy to enlarge the icon size (can't make them smaller, however).
1. For all icons on the map, you can double their size by checking the menu choice View->Layers...->Show Symbols Double-Sized. 2. For selected specific stations, you can make their icons twice as large as other stations by going to View->Tracked Stations List, and checking Double-Sized Icon for the desired stations. Note that if you have performed option#1 already, tracked stations with Double-Sized Icon will cause those stations to be displayed at 4 times the default icon size in YAAC. Note that neither of these affects the icon size in tabular views (such as the Station/Object list), nor does it improve the resolution of the icons. It just makes them larger. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Graham Chaloner <m0gwc73@...> Sent: Saturday, January 23, 2021 8:31 AM To: [email protected] Subject: [yaac-users] APRS Station Icon Size Apologies if this gets double posted. There may be a simple answer to this - is it possible to change the default size of station icons displayed on the map? I appreciate you can change the associated text size but can find nothing related to the actual APRS icon size. Using YAAC 1.0 beta 163, OS Linux Mint 20.1 Many thanks -- Graham Chaloner M0GWC |
APRS Station Icon Size
Apologies if this gets double posted.
There may be a simple answer to this - is it possible to change the default size of station icons displayed on the map? I appreciate you can change the associated text size but can find nothing related to the actual APRS icon size. Using YAAC 1.0 beta 163, OS Linux Mint 20.1 Many thanks -- Graham Chaloner M0GWC |
APRS Station Icon Size
There may be a simple answer to this - is it possible to change the default size of displayed station icons? I appreciate you can change the text size but can find nothing related to the APRS icon size. Using YAAC 1.0-beta 163, OS is Linux Mint 20.1 Many thanksGraham Chaloner M0GWC |
Re: Solid and dashed lines?
Technically, most of the hop lines are dashed, but if multiple stations are coming through the same last digipeater before your station hears it, the longer dashed lines might obliterate the shorter dashes. Dark green 2-pixel-long dots are for direct path (no intervening digipeater), cyan 4-pixel-long short dashes are for 1 hop away, brown 6-pixel-long wider lines are for 2 hops away, and yellow-orange solid lines are 3 hops away. Note that the hop count is started at the originating station (or I-gate if sent to RF by a Tx I-gate) so several different colors may appear (or sit on top of other colors) near your station. Stations you receive from an Internet connection never get hop lines.
Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of Jim Quattlebaum (W4QQI) <jim@...> Sent: Friday, January 22, 2021 7:25 PM To: [email protected] Subject: [yaac-users] Solid and dashed lines? What are the significance of solid vrs dashed traced lines on hops? |