¿ªÔÆÌåÓý

Re: DRAWS radio interface #direwolf #hamlib #linux
Hello Rusty, Can you describe what you want to do? For most APRS installations, a single radio is more than enough. I assume this is for VHF APRS but which Kenwood radios are you thinking about? No..
By David Ranch · #9763 ·
DRAWS radio interface #direwolf #hamlib #linux
Greetings, I'd like to acquire a radio to use for my 2-way iGate. I've a rack-mount faceplate that can hold another Kenwood mobile, so that would be the preference. Reading
By Rusty Travis · #9762 ·
Re: screen vs, SCREEN
Thank you so very much, Thomas, I could not have hoped for a more thorough and usefully-complete answer.
By Rusty Travis · #9761 ·
Re: screen vs, SCREEN
Hi Rusty, Unix/Linux processes have access to the command-line argument values that were used to start them and various ways to modify those values exist. By default the command "ps" will list the
By Thomas Leibold · #9760 ·
screen vs, SCREEN
Greetings, I'm wondering why /usr/bin/screen doesn't appear as a processID, yet /usr/bin/SCREEN does appear but doesn't even exist. direwolf is started via crontab entry as user repeater at boot time,
By Rusty Travis · #9759 ·
Re: Understanding APRS Packets
When I mentioned #2, I was referring to sending text in a packet and each character would mean "another byte".?? So sending something like: ????????? T#001,0.0000003, 1.0000001, 11.25678,
By Rob Giuliano · #9758 ·
Re: Can I use direwolf with a serial TNC?
well...finally I found enough time to change some config and I try to implement what is mentioned in the relevant docs. i get traffic from IS and in theory it should be digipeated via the net-kiss.
By Peter Loeffler · #9757 ·
Re: Understanding APRS Packets
We see this near the beginning of the APRS Protocol Specification: That makes it sound like the APRS Micro Interface Module (MIM) ( http://www.aprs.org/mic-lite.html ) came first and APRS just copied
By WB2OSZ · #9756 ·
Understanding APRS Packets
I have read in different messages that the Telemetry packet format has been "widened" and n longer limited to 3-digits with no decimal place - in other words 000 - 999. In your document (referenced
By Rob Giuliano · #9755 ·
Re: Direwolf Code Intertation
The APRS protocol specification ( https://github.com/wb2osz/aprsspec ) can be confusing and difficult to digest. A more gentle introduction can be found in Understanding APRS Packets (
By WB2OSZ · #9754 ·
Re: Need assistance to setup a Mtn top Digi w/ network on a Pi
Ray, don't overlook that TXDELAY caters for more than just your tx reaching a ready state, it's not unusual for the rx at the other end to be slow to unmute (if mute must be used), or just slow to
By Ray Wells · #9753 ·
Re: Need assistance to setup a Mtn top Digi w/ network on a Pi
Thanks for the analysis and recommendations. The call W7SID is our Lemhi Amateur Radio Club Call (I'm, KL7UT, the trustee for the Club call). The Radio is an older Synth Yaesu... Don't have the Model
By Ray D Congdon · #9752 ·
Re: Need assistance to setup a Mtn top Digi w/ network on a Pi
Hello Ray, GUI based APRS tools like YAAC, Xastir, Polaric, etc. are nice as you can see maps, etc. but that's really not a need of an APRS "server" up on a mountain top. Direwolf alone should be more
By David Ranch · #9751 ·
Re: Need assistance to setup a Mtn top Digi w/ network on a Pi
Finally got around to this. Thanks for your patience. I do have VNC access to the Pi and intend to have the GUI (YAAC I assume) running on it, not on the remote. I Filezilla-ed into the Pi on the mtn
By Ray D Congdon · #9750 ·
Re: Need assistance to setup a Mtn top Digi w/ network on a Pi
Thanks for the guidance! Life is getting in the way for a few days, but I'll get the .conf file ASAP. Ray D. Congdon - KL7UT [email protected]> wrote:
By Ray D Congdon · #9749 ·
Re: Portable Tracker Crashes¡­
+1 to what David said. I had a Direwolf installation on a Raspberry Pi 3B that kept disabling the transmit audio whenever the radio keyed up. Turned out that RF was getting into the wiring between the
By Greg D · #9748 ·
Re: Portable Tracker Crashes¡­ Further info
It's a default setting in systemd to manage system resources. To turn it off: sudo loginctl enable-linger $(whoami) To check the setting for the currently logged-in user: loginctl show-user $(whoami)
By The Doctor [412/724/301/703/415/510] · #9747 ·
Re: Portable Tracker Crashes¡­
Hello Adam, On your first point, yes.. strong RFI can crash all kinds of computers unless they are designed to tolerate it. Both the Zero 2W and the AIOC are just bare boards and even if you put them
By David Ranch · #9746 ·
Re: Portable Tracker Crashes¡­ Further info
I just noticed that the default dw-start.sh includes "screen", so the previous may or may not apply. There are also some distros that kill user processes on logout. It's part of systemd/logind Hope
By Bob Cameron · #9745 ·
Re: Portable Tracker Crashes¡­
Hi Adam Generally when you run a SSH remote terminal session the process will be stopped after disconnection. It's called "hup" and disabling is "nohup". There are a few ways around it, but these is
By Bob Cameron · #9744 ·