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
- Direwolf
- Messages
Search
Re: IL2P header has reverse polarity
开云体育IL2P is brand new to Direwolf and still is very much Alpha.? Are you trying to use it with another Direwolf or NINO TNC or are you just seeing these errors when you start Direwolf? --David KI6ZHD On 11/11/2021 11:37 AM, Rob Giuliano
via groups.io wrote:
I saw this as well, but was connecting through a simple KISS TCP/IP port that I wrote code for. |
Re: use cron and dw-start.sh to autostart two instances of Direwolf?
开云体育This might get you pointed in the right direction ...It has the advantage of the predictability of systemd for starting/stopping/restarting.? Modify as required if you don't need the kissattach component. Ray vk2tv On 12/11/21 3:41 am, KP3FT via
groups.io wrote:
I'm having a heck of a time getting this to work.? On bootup, I'd like cron to autostart two instances of Direwolf, one for VHF on one sound card, the other for HF on a second sound card, and restart either one if one of them crashes.? Cron starts both Direwolf instances on bootup and they work fine, apparently because there's no pause between starting the two.? But the problem is that if I close one of the instances, cron doesn't restart that instance after one minute. |
Re: Linux AGW terminal
开云体育The original request was looking for AGW compatible programs.? Neither Linpac or axcall offer that today. --David KI6ZHD (Maintainer of Linpac) On 11/10/2021 05:24 PM, Craig, KM6LYW
wrote:
look into "linpac" and, of course, axcall. |
Re: IL2P header has reverse polarity
I saw this as well, but was connecting through a simple KISS TCP/IP port that I wrote code for.
-> I kind of thought it was something in my code, so wasn't speaking up. I was running Nexus version of RaspberryPi OS with Linux Kernel 5.10.63-V7+ Which I believe is based off Buster. |
Re: use cron and dw-start.sh to autostart two instances of Direwolf?
I agree with using systemd vs. cron.
My only question is your cron file.? You are using separate lines for each script? Since this appears to be a cron issue, you might post the actual cron lines in the file.? It would help troubleshoot. Rob KB8RCO |
Re: use cron and dw-start.sh to autostart two instances of Direwolf?
That should have been "more than one ADEVICE" and "systemd" not "systems" One typo and one autocorrect.? On Thu, Nov 11, 2021, 08:45 John D Hays - K7VE via <john=[email protected]> wrote:
|
Re: use cron and dw-start.sh to autostart two instances of Direwolf?
Why are you running two instances? Direwolf can handle more than on ADEVICE at a time.? Second, systems would be better than cron for managing startup and restarts.? On Thu, Nov 11, 2021, 08:41 KP3FT via <kp3ft=[email protected]> wrote: I'm having a heck of a time getting this to work.? On bootup, I'd like cron to autostart two instances of Direwolf, one for VHF on one sound card, the other for HF on a second sound card, and restart either one if one of them crashes.? Cron starts both Direwolf instances on bootup and they work fine, apparently because there's no pause between starting the two.? But the problem is that if I close one of the instances, cron doesn't restart that instance after one minute. |
use cron and dw-start.sh to autostart two instances of Direwolf?
I'm having a heck of a time getting this to work.? On bootup, I'd like cron to autostart two instances of Direwolf, one for VHF on one sound card, the other for HF on a second sound card, and restart either one if one of them crashes.? Cron starts both Direwolf instances on bootup and they work fine, apparently because there's no pause between starting the two.? But the problem is that if I close one of the instances, cron doesn't restart that instance after one minute.
To get cron to start two instances, I made two bash-scripts, one for VHF (direwolf-VHF-start.sh) and one for HF (direwolf-HF-start.sh).? The VHF script uses the default "direwolf.conf" file; the HF script uses "hf.conf", configured for 300-baud.? I editing the default dw-start.sh script and changed DIREWOLF="direwolf" to DIREWOLF="/home/pi/direwolf-VHF-start.sh".? I also have an edited copy of the default "dw-start.sh" which I renamed to "dwHF-start.sh" and which has DIREWOLF="/home/pi/direwolf-HF-start.sh".? I also changed that script to log to /var/tmp/dwHF-start.log. I set cron to run both dw-start.sh and dwHF-start.sh.? All scripts are executable. Testing cron to run only the VHF start-script or the HF start-script works... it restarts Direwolf after one minute if I close Direwolf. |
Re: Linux AGW terminal
开云体育look into "linpac" and, of course, axcall.?? -craig KM6LYW On 11/10/21 4:32 PM, Victor Denisov
wrote:
It looks like QtTerm is what I'm looking for. It can be curses based, or graphical. Just something that would allow me to connect to port 8000 of direwolf and talk to a bbs. |
Re: Linux AGW terminal
Yes, QtTermTCP is the only one I'm aware of.? I use it all the time to connect to my BPQ packet node.? The primary interface in QtTermTCP is raw telnet for connecting to BPQ, but it does support AGW connections also. Lee K5DAT On Wed, Nov 10, 2021 at 10:27 AM Martin Cooper <kd6yam@...> wrote:
|
Re: Linux AGW terminal
开云体育The original poster was looking for an AGW terminal which I assumed they were looking for a GUI interface but then a different user hijacked the thread asking for a CLI AGW terminal but I didn't catch that.? Yes, Linux's axcall program should work for CLI needs but it only works with Linux AX.25 stack. --David KI6ZHD On 11/10/2021 09:20 AM, Greg D wrote:
From the command line, isn't axcall what you are looking for?? |
Re: Linux AGW terminal
开云体育From the command line, isn't axcall what you are looking for??Greg? KO6TH Martin Cooper wrote:
|
Re: Linux AGW terminal
On Wed, Nov 10, 2021 at 8:23 AM John Kristian <jmkristian@...> wrote: I'm looking for such a thing, too. Something similar to would be OK. But I would prefer a program that works from the command line, so I could use it on a server with no UI. Something like `telnet` or `ssh`, where the connection parameters are on the command line, the program's standard input is sent via AX.25 and data received via AX.25 goes the program's standard output. If you're connecting via AGWPE, though, you could be using a UI on any machine that has TCP access to your server running Direwolf. For terminal use, depending on your needs, you can use something as simple as 'call' in Talk mode or Linpac, which provides a curses UI. Martin. KD6YAM ? |
Re: Linux AGW terminal
开云体育For a GUI only option, check out John G8BPQ's QtTermTCP multi-platform terminal program: ?? For a CLI / TUI only option, I'm not aware of any AGW-enabled terminal programs.? I would love to add something like this into Linpac but this codebase is so hard coded to Linux that it would be easier to just start over and write something from scratch.? I've heard of a few potential new programs that might fill this need but I haven't seen any working code as of yet. --David KI6ZHD On 11/10/2021 08:23 AM, John Kristian
wrote:
I'm looking for such a thing, too. Something similar to would be OK. But I would prefer a program that works from the command line, so I could use it on a server with no UI. Something like `telnet` or `ssh`, where the connection parameters are on the command line, the program's standard input is sent via AX.25 and data received via AX.25 goes the program's standard output. |
Re: Linux AGW terminal
QtTerm can be used with AGWPE and works with Direwolf: I haven't used it enough to recommend it (or not), and there's no mention of license, but it's freely downloadable. Martin. KD6YAM On Tue, Nov 9, 2021 at 9:59 PM Victor Denisov <denisovenator@...> wrote: Hi, |
Re: Linux AGW terminal
I'm looking for such a thing, too. Something similar to would be OK. But I would prefer a program that works from the command line, so I could use it on a server with no UI. Something like `telnet` or `ssh`, where the connection parameters are on the command line, the program's standard input is sent via AX.25 and data received via AX.25 goes the program's standard output.
|
to navigate to use esc to dismiss