Keyboard Shortcuts
Likes
- Yaac-Users
- Messages
Search
Re: Message box
That is too bad. Perhaps I am misinformed or have misunderstood, but I thought the whole purpose of APRS was to cater to the mobile user to provide a quick and easy method of reporting position, status, and brief messages. Mobile operation, by its nature, necessitates smaller screens and demands minimal operator actions to accomplish a task. The system should be driven to meet that situation, rather than make it more difficult for the primary purpose.
toggle quoted message
Show quoted text
Maybe I am missing the point of APRS. Perhaps further investigation is in order. Michael WA7SKG Andrew P. wrote on 12/27/19 6:24 PM: It's because your window is too small. The rightmost controls in the footer are being drawn off-screen because they don't fit in the allowed window space. |
Re: Station Status
This will be used in a mobile environment. The various status reports of "off duty", "en route", "in service", "returning", "committed", "special", and others will be changed frequently throughout the day. Right now, that requires at least six mouse clicks, even more difficult to do on a small touchscreen. A stylus would help, but it is still a lot of clicks and double taps and easy to make errors, taking even more time. Far from convenient. And, making the change does not seem to trigger a beacon transmission to announce the change in status.
toggle quoted message
Show quoted text
Having some buttons at the top of the screen, say after the start and stop message processing buttons could be an option. Lacking the buttons, perhaps a pulldown to select the status options and a SEND button to force a beacon with the updated status. Or possibly a way to utilize an outboard hardware button bar with maybe six programmable buttons that could utilize the GPIO pins of the Raspberry Pi. And have those buttons be configured to initiate a beacon transmission with the updated status when pushed. Any of these would be preferable to needing six or more mouse clicks or screen taps just to change status. BTW, related to this, is there any way for the screen icon to readily display the status of the mobile station? Back in the old days of basic packet radio that used keyboard-to-keyboard comms, re-purposed MDTs were used with programmable macro keys that sent a beacon with similar status information, which was displayed as a timestamped list on the recipients screen. Not as fancy as the graphic APRS representations we have now, but plenty effective at the time. Thanks, Michael WA7SKG Andrew P. wrote on 12/27/19 7:56 PM: I didn't expect that the MicE status would be changed that often, and it mostly applies to mobile stations, since a fixed station can't really be "en route" or "returning". |
Message box
Another question. On my base configuration, at the bottom of the screen, there are three boxes, TO, VIA, and Message, followed by a SEND button. I can put in a callsign, a path, and some text, hit send and it goes to that station. However, on my just configured mobile, only the TO and VIA boxes are visible. The TEXT box and the SEND button are missing.
Is this a configuration issue? Or because I am using a much smaller screen (22" on base, 7" on mobile)? Thanks, Michael WA7SKG |
Station Status
In going through the configuration part of the manual, I see in the BEACON tab, there is a choice for Station Status if you are using the MicE Beacon Type. I haven't found everything yet in this manual. Is there a quicker way to set the status than going through the whole configuration routine? It would be nice to have something like macro buttons or something on the screen to change this on the fly.
I'm sure I am missing something, as this seems like a fairly dynamic thing that should be readily changeable. tnx es 73, Michael WA7SKG |
Re: Mini-Webserver
I’ll do the restart when I get home this afternoon, but I have looked at the log in the past and didn’t see any clues.
I originally tried with the default port of 8008, but after that didn’t work, I tried another port. ?Still no luck. ?I’ve also tried 127.0.0.1 on the local machine, and that also doesn’t work. |
Re: Mini-Webserver
开云体育That's odd. Do you have the mini-webserver enabled? Go to File->Configure->Expert Mode and see what port number is specified for the mini-webserver. There might be a port conflict, depending on what other applications are running on your Pi.
Try restarting YAAC from a command prompt and look at the startup messages to see if any exception happened (such as a SocketException indicating the webserver listening port couldn't be opened).
Sent from my Verizon 4G LTE smartphone
-------- Original message --------
From: Greg WB6ZSU <gregn1@...> Date: 12/27/19 11:28 (GMT-05:00) To: [email protected] Subject: Re: [yaac-users] Mini-Webserver Andrew, I actually am running in the GUI mode. I'm using the full desktop version of Buster which has the GUI. ?I was thinking about it a little more, and wondered if it has something to do with the Java version. ?Buster comes preloaded with Java build 11.0.5+10-post-Raspbian-ldeb10ul. Any reason to believe there's an issue with this? |
Re: Mini-Webserver
Andrew,
I actually am running in the GUI mode. I'm using the full desktop version of Buster which has the GUI. ?I was thinking about it a little more, and wondered if it has something to do with the Java version. ?Buster comes preloaded with Java build 11.0.5+10-post-Raspbian-ldeb10ul. Any reason to believe there's an issue with this? |
Re: Mini-Webserver
开云体育The problem here is that you are running YAAC in -nogui mode. The mini-webserver in YAAC depends on the graphics libraries to render the map image, so it won't work in headless mode.
For your setup, I recommend using vncserver to remotely access YAAC running in graphical mode.
Andrew, KA2DDO
author of YAAC
Sent from my Verizon 4G LTE smartphone
-------- Original message --------
From: Greg WB6ZSU <gregn1@...> Date: 12/26/19 16:07 (GMT-05:00) To: [email protected] Subject: [yaac-users] Mini-Webserver I have recently switched over to using YAAC for my two-way IGate. I am trying to run it headless, and therefore I would like to be able to remotely access it from another computer on the same subnet. ?I have thus far been unable to make the mini-webserver work. ?I've tried using the default port of 8008 and also a different port, but with no luck. Is something else required to make this feature work? ?I've done some minimal amount of research, but haven't found anything. I am running YAAC 1.0-beta 143 on a RPI 2B with Raspbian Buster. Thanks, Greg WB6ZSU |
Mini-Webserver
Hopefully this message doesn't show up twice. My first one didn't seem to get through.
I'm trying to get the mini-webserver functionality to work, but have been unsuccessful. I first tried accessing from the default port of 8008, and then assigned a different port and tried that one. I had no luck in either case. Is there something that I'm overlooking to make this work? ?I did some small amount of research, but didn't find anything. I'm running YAAC 1.0-beta 143 on a Raspberry Pi 2B with a Raspbian Buster build. Greg WB6ZSU |
Mini-Webserver
I have recently switched over to using YAAC for my two-way IGate. I am trying to run it headless, and therefore I would like to be able to remotely access it from another computer on the same subnet. ?I have thus far been unable to make the mini-webserver work. ?I've tried using the default port of 8008 and also a different port, but with no luck. Is something else required to make this feature work? ?I've done some minimal amount of research, but haven't found anything.
I am running YAAC 1.0-beta 143 on a RPI 2B with Raspbian Buster. Thanks, Greg WB6ZSU |
Re: New user questions
Andrew,
toggle quoted message
Show quoted text
An excellent 21st century recapitulation of the facts and realities of APRS. It will be useful to many new - and old - users. 73, Bob G0BUX/W0BUX 1. As stated in my other email reply, digipeaters don't acknowledge |
Andrew, is there a donation vehicle we can contribute to for YAAC? Voluntary, of course...
开云体育? ? Mark Lunday, WD4ELG Greensboro, NC? FM06be
SKCC #16439? FISTS #17972? QRP ARCI #16497 ? |
Re: New user questions
Andrew, thanks VERY MUCH for your replies. YAAC is a very cool piece of software!
I have a couple of follow-up questions, and I appreciate your time in the reply. 1. If digipeaters only *retransmit* the packets, then I don't necessarily need to be repeated for something like a position report to get through. I only need to be heard by an RX i-gate, correct? Digipeated packets only help to broaden the reach of my transmission so that others may hear? 2. So, the reason that my email is not getting through is probably because I am not being heard by an RX iGate that has email capability. But just to make sure I am doing It correctly in YAAC: At the bottom of the YAAC screen, I choose TO = EMAIL-2, VIA = WIDE1-1, WIDE2-1. And in the text field I put in "wd4elg@... Merry Christmas" with no additional colons or spaces. I want to make sure I am not mucking it up, using the software incorrectly. So if it is showing in FINDU then it should go through, right? 3. Why does YAAC transmit like a mind of it's own? What is it sending, if I have BEACON disabled and RF-->IS and IS--RF disabled? I restarted the program again today and right after trying to send an email, the program continued to transmit. (Maybe because smart-beaconing was still enabled?) 4. What is smart beaconing? 5. I did not realize that APRS was multi-cast. So it's like UDP protocol on the internet....maybe it gets through or maybe not. Except with APRS, we don't have these robust routers on the backbone...we have limited coverage and sometimes RX-only iGates. Mark Lunday, WD4ELG Greensboro, NC FM06be wd4elg@... SKCC #16439 FISTS #17972 QRP ARCI #16497 |
Re: New user questions
Long list of answers for your long list of questions:
1. As stated in my other email reply, digipeaters don't acknowledge your packets; they only repeat them so further-away stations can hear you. Only the end APRS-IS server EMAIL can send acknowledgement messages to your messages, and that's only if there is a complete return path to you, including a transmit-capable I-gate station to forward the Internet-originated ack packet to RF. And many people do not want to operate a transmit I-gate due to regulatory issues. Also, I think the server name is EMAIL-2. Because if it had worked, you would have received an email even if you never saw the acknowledgement packet. 1.b. Pink (strictly speaking, magenta) text in the raw packets view indicates an invalid packet, typically due to a syntax error (not the correct quantity of digit characters for a latitude or longitude specification, dropped character due to flow control issues at someone's TNC, packet collisions, etc.). 1.c. RF->IS I-gating (or Rx I-gating) is where a station has both an RF radio and an Internet connection to the APRS-IS Internet backbone, so that packets received from RF are forwarded to the backbone. IS->RF gating (or Tx I-gating) is where, under strictly limited conditions, packets received from the APRS-IS Internet backbone are retransmitted on RF (such as the acknowledgement packet from the EMAIL-2 server). Note that, under radio regulations in almost all jurisdictions, a Tx I-gate station operator has some level of legal responsibility for the packets forwarded from the Internet to RF, which is why many I-gate operators only run Rx I-gates (to limit their liability for packets they did not originate). However, such limitations breaks many APRS-IS server applications that require two-way communication with another APRS station requesting the server's services. 1.d. There is no specific other station on "the other end" of your communications. APRS is a multicast form of communications, where all other local APRS stations can hear and process your transmissions. YAAC does keep a log of every single packet you transmit (to comply to the fullest extent possible with station logging regulations) regardless of whether anybody else heard it, so you can see what went out over your RF port at any time simply by reading the timestamped log file in your configured log files directory. If you are configured as a Tx I-gate, packets that meet the requirements for IS->RF forwarding will be transmitted by your station as soon as they are received from the Internet. This is in addition to your periodic beacon transmission (if enabled), and any other traffic you choose to send. Do note that the Raw Packets window (and most other windows in YAAC) display the information that you _receive_, not what you transmit. You will only see your own transmissions there if you hear a digipeater station retransmitting your packets. Also note that some TNCs (the Byonics TinyTrak4 being one I am personally familiar with) can transmit beacons on their own while simultaneously being used by YAAC. Note that such beacons configured in the TNC itself will not be logged by YAAC (since YAAC didn't tell the TNC to send them), unless of course you hear an "echo-back" from a local digipeater. 1.e. YAAC is not set up to send just one position beacon. Either you have your beacon turned on and it will be transmitted at the configured retransmit interval, or it won't be sent at all. It is possible to "hurry up" your beacon transmission for test purposes by pressing the space bar on your keyboard while the YAAC map window has keyboard focus; that will cause an immediate beacon transmission, regardless of the current timer settings for periodic transmission. 1.f. Digipeat alias paths are only applicable to RF transmissions; you can basically consider all APRS-IS stations as effectively directly connected to each other, even though the packets do get hopped through one or more backbone servers. Either WIDE2-2 or WIDE1-1,WIDE2-1 are common choices for RF digipeat paths. You may wish to use other values if you are in particular geographic areas (such as the California mountain ranges, where a single digipeater has a range of hundreds of miles, so just WIDE2-1 is appropriate), or if you are a mobile station. Proportional pathing is a feature that allows you to cycle through different digipeat paths, typically to keep nearby stations frequently updated with your status changes (i.e., position of mobile station) while less often cluttering up remote stations with digipeated copies. For example, the default proportional pathing in YAAC would transmit your beacon with the paths of: -- no digipeat alias -- WIDE1-1 -- no digipeat alias -- WIDE1-1,WIDE2-1 1.g. Generally, _don't_ enable the automatic message acknowledgement. This is only for certain specific use cases (such as a Net Control station having to answer a "call of nature" :-), and just clutters the airwaves otherwise. 1.h. Regarding digipeated packets, you want to look in the Destination column on the Raw Packets view. If it is only the tocall of the sending station, it is most likely a packet received from APRS-IS (assuming you are doing that). Otherwise, it will have a digipeat path displayed. The asterisk '*' character in the the digipeat path indicates how much of the path was used-up at the point where you heard it. For example, a packet reading ->A1BCD-5, WIDE1*,WIDE2-1 would have been digipeated once by the station A1BCD-5 (because the WIDE1-1 alias was reduced to WIDE1-0 but the WIDE2-1 hasn't been used yet), and ->A1BCD-5,WIDE1,K3XYZ-2,WIDE2* would indicate that the packet was digipeated twice through A1BCD-5 and K3XYZ-2. However, this can be vague, because not all digipeater stations "trace" (insert their digipeater callsign into the path before the alias they "consume"), and you don't know if the WIDE2-1 was actually started as a WIDE2-2 and was partially consumed by a non-tracing station. Note that you _can't_ figure out propagation by using APRS-IS. The APRS-IS backbone deletes duplicate packets, so if more than one I-gate heard a particular packet (possibly at different stages of digipeating), only the first one to actually get it to the backbone gets reported. So you will never reliably see multiple paths for a packet on APRS-IS. For appropriate filtering for your question, on the Edit Filter dialog's Miscellaneous tab, look at the Stations within Local Contact section, and pick a different radio button than All Stations. Hope this helps. Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of M Lu <wd4elg@...> Sent: Thursday, December 26, 2019 1:30 AM To: [email protected] Subject: [yaac-users] New user questions Apologies if this is a repeat, I tried to post via web earlier and I do not see my post in the groups history yet. 1. I tried to send myself an email to wd4elg@...<mailto:wd4elg@...> (had to try several times before I was heard, but I was heard), but the email never made it through. I did see the packet get acknowledged, but then the YACC took over with a mind of its own and started transmitting again and again. Why not stop when the first digi-peater acknowledged it at 0531? APRS.FI message history shows that it went into the system. (I tried this with UISS software earlier tonight for three different email addresses and nothing went through then either). 12/26/2019 5:27 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test{m0001 12/26/2019 5:28 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test{m0001 12/26/2019 5:29 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test{m0002 12/26/2019 5:30 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test v2{m0003 12/26/2019 5:30 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test v2{m0004 12/26/2019 5:30 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test v2{m0005 12/26/2019 5:30 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test v2{m0006 12/26/2019 5:30 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test v2{m0007 12/26/2019 5:30 WINNSB>APDW15,W4SNA-3,WIDE2:}WD4ELG>APJYC1,TCPIP,WINNSB*::EMAIL :wd4elg@... Email test v2{m0006 12/26/2019 5:30 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test{m0001 12/26/2019 5:30 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test{m0002 12/26/2019 5:30 WINNSB>APDW15,ANDMTN:}WD4ELG>APJYC1,TCPIP,WINNSB*::EMAIL :wd4elg@... Email test{m0001 12/26/2019 5:31 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test v2{m0003 12/26/2019 5:31 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test v2{m0004 12/26/2019 5:31 WINNSB>APDW15,W4SNA-3,WIDE2:}WD4ELG>APJYC1,TCPIP,WINNSB*::EMAIL :wd4elg@... Email test v2{m0003 12/26/2019 5:31 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test v2{m0005 12/26/2019 5:31 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test v2{m0006 12/26/2019 5:31 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test v2{m0007 12/26/2019 5:32 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test{m0002 12/26/2019 5:33 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test v2{m0003 12/26/2019 5:33 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test v2{m0004 12/26/2019 5:33 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test v2{m0005 12/26/2019 5:33 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test v2{m0006 12/26/2019 5:33 WD4ELG>APJYC1::EMAIL :wd4elg@... Email test v2{m0007 1. Why is some text appearing as pink in the packets/sniffer window? 1. How does IS-->RF gating work? RF-->IS gating? 1. Why does the software transmit data randomly through my rig, when I do NOT have beacon turned on? Is that the RF-->IS gating? IS-->RF gating? How do I know who is on the other end of my transmissions? I made sure this gating feature is turned off but the software is still sending out packets at random times and not showing what is being sent from me in the packet window. (no info in the manual) 1. How do I send a single position report without repeated beacon? (did not find that in the manual) 1. What should I select for my DigiPeat alias should I use? I entered WIDE2-2 because I see that often…should I ignore this if I am not using RF-->IS? 1. Under SETUP-->BEHAVIOR, what am I enabling when I pick “Message to send to acknowledge text message (check o send without human 颈苍迟别谤惫别苍迟颈辞苍”? 1. Looking at the Raw Packet Sniffer, how can I determine which signals are digipeated and which are not? I see filters, under station category, what should I choose? Just want to see the stations that I am hearing directly, so I can get an idea of propagation like on the map here without the digipeated signals: Mark Lunday, WD4ELG Greensboro, NC FM06be wd4elg@...<mailto:wd4elg@...> SKCC #16439 FISTS #17972 QRP ARCI #16497 |
Re: Is there any interest in the old Yahoo group history?
I've recently converted a group I manage (dedicated to sci-fi author
toggle quoted message
Show quoted text
Clifford Simak) from Yahoo to 开云体育. Apparently there was sporadic support for message conversion but Yahoo changed some things and this is a frequently broken feature. I was unable to find it on the 开云体育 menus, so it's either broken again, requires a premium subscription (or both). The other possibility is the Internet Archive's Wayback machine: . But I've not been able to identify a crawl-able rollup page of messages like the sort used by SourceForge lists (for example, wsjt-x): . You can plug that URL into the Wayback Machine and see some snapshots, though none appear to be current, and the ability to readily search archival snapshots is questionable. I suppose, in the end, people probably don't want to simply bring them in as groups.io posts, or subscribers will find themselves inundated by hundreds of (old) e-mails. Perhaps a big searchable TXT file is as good as it gets. I usually keep about 2-3 years of my lists locally, including yaac-users, in a local Thunderbird folder. But for exporting, you'd probably want to exclude the message headers and Yahoo-added footers. I don't see an obvious way to do that without coding. 73, KD0KZE / Paul On 12/23/2019 8:23 AM, Eric H. Christensen via Groups.Io wrote:
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ |
Re: New to YAAC, what's happening here?
That wasn't an acknowledgement you received. That was an "echo-back" from a local station saying it retransmitted your message.
The problem you're facing is that EMAIL isn't a real callsign; it's a server on the APRS-IS Internet backbone, and to receive an acknowledgement from that server, you need to have a transmit-capable I-gate (Tx I-gate) between your RF station and the APRS-IS. The EMAIL station may well have sent the message acknowledgement packet back to you, but if there wasn't a Tx I-gate within RF range of you, you would never see the message. Similarly, if the EMAIL server isn't running, nothing would happen. Actually, I thought the server "callsign" was EMAIL-2. :-) Andrew, KA2DDO author of YAAC ________________________________________ From: [email protected] <[email protected]> on behalf of M Lu <wd4elg@...> Sent: Thursday, December 26, 2019 12:41 AM To: [email protected] Subject: [yaac-users] New to YAAC, what's happening here? I want to send an email to myself using the EMAIL gateway. I sent it and got no response from a digi-peater, so I kept trying until I got a response. But then like in Star Trek episode "The Ultimate Computer," YAAC took over and started retransmitting the message again and again. I finally spun the dial to another frequency and it transmitted only one more time. Is this normal behavior? Why not stop after the first acknowledgement of the packet at 00:30:27? Thanks for the help, Mark Lunday WD4ELG [cid:[email protected]] |
New user questions
开云体育Apologies if this is a repeat, I tried to post via web earlier and I do not see my post in the groups history yet. ?
? 12/26/2019 5:27?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test{m0001 12/26/2019 5:28?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test{m0001 12/26/2019 5:29?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test{m0002 12/26/2019 5:30?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test v2{m0003 12/26/2019 5:30?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test v2{m0004 12/26/2019 5:30?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test v2{m0005 12/26/2019 5:30?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test v2{m0006 12/26/2019 5:30?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test v2{m0007 12/26/2019 5:30?????????????? WINNSB>APDW15,W4SNA-3,WIDE2:}WD4ELG>APJYC1,TCPIP,WINNSB*::EMAIL??? :wd4elg@... Email test v2{m0006 12/26/2019 5:30?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test{m0001 12/26/2019 5:30?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test{m0002 12/26/2019 5:30?????????????? WINNSB>APDW15,ANDMTN:}WD4ELG>APJYC1,TCPIP,WINNSB*::EMAIL??? :wd4elg@... Email test{m0001 12/26/2019 5:31?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test v2{m0003 12/26/2019 5:31?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test v2{m0004 12/26/2019 5:31?????????????? WINNSB>APDW15,W4SNA-3,WIDE2:}WD4ELG>APJYC1,TCPIP,WINNSB*::EMAIL??? :wd4elg@... Email test v2{m0003 12/26/2019 5:31?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test v2{m0005 12/26/2019 5:31?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test v2{m0006 12/26/2019 5:31?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test v2{m0007 12/26/2019 5:32?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test{m0002 12/26/2019 5:33?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test v2{m0003 12/26/2019 5:33?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test v2{m0004 12/26/2019 5:33?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test v2{m0005 12/26/2019 5:33?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test v2{m0006 12/26/2019 5:33?????????????? WD4ELG>APJYC1::EMAIL??? :wd4elg@... Email test v2{m0007 ?
?
?
?
?
?
?
? ? ? ? Mark Lunday, WD4ELG Greensboro, NC? FM06be
SKCC #16439? FISTS #17972? QRP ARCI #16497 ? |
New to YAAC, what's happening here?
I want to send an email to myself using the EMAIL gateway.
I sent it and got no response from a digi-peater, so I kept trying until I got a response.? But then like in Star Trek episode "The Ultimate Computer," YAAC took over and started retransmitting the message again and again.? I finally spun the dial to another frequency and it transmitted only one more time. Is this normal behavior?? Why not stop after the first acknowledgement of the packet at 00:30:27? Thanks for the help,? Mark Lunday WD4ELG |
next beta build#143 of YAAC, created 2019-Dec-23
next beta build#143 of YAAC ("Yet Another APRS Client"), created 2019-Dec-23
downloadable from or changes and updates include: 1. add support hooks for upcoming large-scale event distributed database plugin (not yet available) and demonstration plugin (now available). 2. clean up more issues discovered by University of Maryland findbugs utility, including in some plugins. 3. fix incorrect unit scaling in PositionlessWeatherReport. 4. separate digipeaters and I-gates in Station Category filter. 5. add first digipeater filter (still keeping last digipeater filter). 6. fix identification of a NewN-n digipeat alias. 7. add warning message when running YAAC in non-GUI mode, so users don't think it's stuck when it's actually running without a user interface. Especially important for Unix/Linux users that try to run YAAC without a graphical X-Windows desktop. 8. ensure weather data is consumed, even for delayed weather packets with timestamps that is pre-empted by later packets without weather data from the same station. 9. add configurable ability to ensure tactical names (aliases) for stations are preserved over YAAC restarts. 10. report the specific Java runtime version in use at YAAC startup time; in case there are any weird problems causing it to fail to startup, at least some info can be collected to help debug it. 11. add experimental means to copy a YAAC configuration from one installation to another, trying to apply reasonable precautions to avoid duplicate stations interfering with each other. Add javadocs to explain hooks needed in existing code to support the config importer. 12. on configuration export, ensure that user meant to overwrite an existing file before proceeding to do so. 13. fix NullPointerException in GPS processing through GPSD when the GPS doesn't have enough of a fix to report VDOP and PDOP. 14. fix weird font rendering issues where spaces didn't take up any space (caused by recent Java Runtime patch to all releases 8 through 11). 15. fix displaying of locally-created objects with area symbol codes when digipeater echo-backs aren't occurring (such as for Internet-only installations of YAAC). 16. fix layout problems for configuration panels if the user reduces the size of the configuration dialog window "too much". Now controls won't be lost from undersized windows, because scroll panes will allow the missing controls to be reached by scrolling the panels. 17. add smarts to the configuation wizard to prevent creating 2 I-gate ports in YAAC (can still be done in expert mode, but not a good idea unless you need to listen to FireNet whyile being connected to the regular APRS-IS backbone). 18. make use of KISS work-around for Kenwood MCP (Memory Control Program) protocols (so an AX.25 packet can't accidentally lose some of its bytes to an MCP command to the radio) optional, because some other TNCs can't handle the work-around as being an illegal KISS escape. 19. add extra debugging logic if OSM tile files aren't read correctly. 20. ensure port driver errors causing events (such as Internet connection lost and restored) are reported properly when YAAC is running in non-GUI mode. 21. add Javadoc warnings to buffered input stream classes regarding using them with intermittent real-time input streams (such as socket connections), as some packets might be delayed until enough traffic to fill an entire buffer arrives. 22. handle a few more OpenStreetMap non-standard amenity type names and map them to the standard ones, and recognize some more obscure standard keys (diplomatic="", emergency=""). 23. performance-tune the OpenStreetMap PBF importer some more. 24. stop keeping the YAAC builds compatible with Java 6, and move them up to Java 7 (not 8, due to people running antique computers). 25. include the new demonstration plugin. This is designed for stand-alone demonstrations of YAAC at hamfests, etc., and allows running an automatically-advanced PowerPoint slide show on one side of a split window and cycling through chosen YAAC display modes on the other side. Somewhat restricted in what PowerPoint features it can support, but it works if the slide show keeps it simple. |