¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

QTTermTCP

 

Hi All,

I have Linux Mint 22.1 64 bit and installed QTTermTCP 64 bit version that I plan to run with Direwolf.

When I click connect nothing happens. I do have AGW configured.

73, Ron NY3J


Re: LinBPQ AX25 & VARA Gateway

 

Hello Jeff

If your platform is windows there should be no issue sharing a single sound device and a little more detail on your specifics may be required.

If it is linux then a custom .asoundrc file is typically required in order to share a single sound device with multiple apps especially in the case of VARA which requires wine or something similar on linux. Red has a nice summary you might want to look at here:

Although created with the RPI4 in mind this works equally well on x86 32 and 64 bit linux systems.

73 de Rich WA3WLH


Re: LinBPQ AX25 & VARA Gateway

Herbert Crosby
 

Master Communication has a audio splitter that shares audio between radio, signallink, and direwolf
Herbert KD5PQJ


LinBPQ AX25 & VARA Gateway

 

I am stumped with trying to get both a Direwolf and VARA FM configuration to work.? I can get each to run individually but when I try to have them both work at the same time I can't figure out how to get the audio shared correctly between the two apps.? If Direwolf opens first it takes ownership of the audio device? leaving no choice to use in the VARA setup.? Am I trying to do something that can't be done?
73 KO4NCC Jeff


Perl app output only works if short

 

So I've written a simple script to output the last x number of lines of the APRS log.? If I set the number of lines to 1 or 2 it works. I get "*** Connected to APRS" and the lines are shown.? But if I set the number of lines to 3 or more I do not get the connected message and no output at all.? No errors either.? It works when run from the command line.? Same issue if I use backticks and tail as well.? Any ideas?

#!/usr/bin/perl
use strict;
use warnings;
use File::ReadBackwards;

my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime();
my $short_year = $year-100;
my $adj_mon = $mon+1;
my $log = sprintf "APRS_%02d%02d%02d.log", $short_year, $adj_mon, $mday;
my $path = "/home/doug/linbpq_rtg/logs/${log}";

sub tail {
?? my ($file, $num_lines) = @_;
?? my $bw = File::ReadBackwards->new($file) or die "Can't read '$file': $!";
?? my ($lines, $count);

?? while (defined(my $line = $bw->readline) && $num_lines > $count++) {
????? print STDOUT $line . "\n";
?? }

?? $bw->close;
}

tail($path, 2);


QtSoundModem MEMAX25?

 

Using QtSoundModem 0.0.0.64 source compiled for x86_64 I see the following for a 40m port:

1:Fm KT4WO-1 To KB9PVH-6 <RR C? P R0>[15:50:43R][--+--][AX25 0]
1:Fm KT4WO-1 To KB9PVH-6 <RR C? P R0>[15:50:49R][--#--][MEMAX25 0]
1:Fm KT4WO-1 To KB9PVH-6 <RR C? P R0>[15:50:55R][--+--][AX25 0]
1:Fm KT4WO-1 To KB9PVH-6 <RR C? P R0>[15:51:01R][--#--][MEMAX25 0]

The obvious difference is the # vs + which may well explain things but I plumb forget what the difference is at the moment without digging into the source. What does MEMAX25 indicate?

FWIW this instance of qtsm is configured with bit recovery and il2p set to NONE and FX25 set to RX+TX.

Tnx es 73 de Rich WA3WLH


Re: Nothing from APRS-IS

 

Hi Mark,

I figured it out. I hadn't beaconed to APRS-IS (I'm not ready to advertised my node just yet, still have a few tweaks to make) so APRS-IS could not understand my filter of m/200.? It has to know where I am for that to work. So I changed the filter to r/44/-64/200 and now it is feeding me all kinds of data.

As for the freq I am on I have no intention of broadcasting any APRS over RF.? The setup I have is just to capture any RF that someone else may broadcast, an unlikely scenario but still a possibility.

73,

Doug


Re: Nothing from APRS-IS

 

I can't give you anything definitive but I can offer a couple of things to try...

First thing I noticed is that your APRS call is the same as your node call.? I've never done that and don't know if it will work or if it presents a conflict.

Then, your APRSPath and Digimap uses port 1 on your node, which is a VHF radio on 145.09, a packet frequency.? 144.39 is the APRS frequency.? Try putting your radio on 144.39 for a while and monitor traffic.? You will likely start seeing traffic.

You obviously connect to the APRS servers but it was my understanding (although I might be incorrect in my thinking) that the APRS-IS servers were to upload your data.? You will not receive anything from them.

And last, the APRS location database has no record of VE1LG-7 for the last 24 hours.? Have you looked to see if BPQ is reporting any errors at startup?


That's what I see at first glance. Since I do not use APRS on BPQ (I use JAVAprsSrvr for APRS) I cannot help much beyond those comments.


Good Luck
Mark


Re: Dependencies to build BPQ32 in Ubuntu?

 

Thank you, sir.

-73 de Chris KQ6UP

On Wed, May 24, 2023 at 1:15?AM Tom M0LTE <tom@...> wrote:

Hi Chris

For Raspberry Pi OS:

apt install git build-essential libconfig-dev libssl-dev libminiupnpc-dev libzip-dev libpcap-dev libasound2-dev minicom unzip

I suspect this will get you 90-100% of the way there with Ubuntu.

Cheers
Tom

On Tue, 23 May 2023 at 21:46, Christopher Maness <christopher.maness@...> wrote:

I have done this before so that I don't have to add 32 bit support in
Xubuntu, but I don't remember what dependencies were missing in a
fairly typical Ubuntu installation. I remember it was about 3 or 4.
Does anyone know of the top of their head wha they are?

--
Thanks,
Chris Maness




--
Thanks,
Chris Maness


Nothing from APRS-IS

 

I want to receive from APRS-IS (but no IS to RF) and gate any RF to IS.? With the config below I am connected to APRS-IS but don't seem to be getting anything from it.? Passwords below are fake of course.? Not that one can't easily determine a qualifying APRS-IS password.

APRSDIGI
MULTIPLE

APRSCall=VE1LG-7
StatusMsg=iGate
Symbol=B
Symset=/

APRSPath 1=
Digimap 1=IS

LAT=4459.48N
LON=06455.59W

ISHost=rotate.aprs2.net
ISPort=14580

ISPasscode=123456
ISFilter=m/200
LOGAPRSIS=1

***

And here is the APRS log:

11:23:23R Connecting to APRS Host rotate.aprs2.net
11:23:23R # aprsc 2.1.14-g5e22b37
11:23:23T user VE1LG-7 pass 123456 vers BPQ32 6.0.23.63 filter m/200
11:23:23R # logresp VE1LG-7 verified, server T2CAEAST
11:23:42R # aprsc 2.1.14-g5e22b37 24 May 2023 11:23:42 GMT T2CAEAST 155.138.146.241:14580
11:24:02R # aprsc 2.1.14-g5e22b37 24 May 2023 11:24:02 GMT T2CAEAST 155.138.146.241:14580
11:24:23R # aprsc 2.1.14-g5e22b37 24 May 2023 11:24:23 GMT T2CAEAST 155.138.146.241:14580
11:24:43R # aprsc 2.1.14-g5e22b37 24 May 2023 11:24:43 GMT T2CAEAST 155.138.146.241:14580
11:25:03R # aprsc 2.1.14-g5e22b37 24 May 2023 11:25:02 GMT T2CAEAST 155.138.146.241:14580


Re: Dependencies to build BPQ32 in Ubuntu?

 

Hi Chris

For Raspberry Pi OS:

apt install git build-essential libconfig-dev libssl-dev libminiupnpc-dev libzip-dev libpcap-dev libasound2-dev minicom unzip

I suspect this will get you 90-100% of the way there with Ubuntu.

Cheers
Tom

On Tue, 23 May 2023 at 21:46, Christopher Maness <christopher.maness@...> wrote:
I have done this before so that I don't have to add 32 bit support in
Xubuntu, but I don't remember what dependencies were missing in a
fairly typical Ubuntu installation.? I remember it was about 3 or 4.
Does anyone know of the top of their head wha they are?

--
Thanks,
Chris Maness






Dependencies to build BPQ32 in Ubuntu?

 

I have done this before so that I don't have to add 32 bit support in
Xubuntu, but I don't remember what dependencies were missing in a
fairly typical Ubuntu installation. I remember it was about 3 or 4.
Does anyone know of the top of their head wha they are?

--
Thanks,
Chris Maness


Return to Node instead of disconnect

 

I know if I connect from my node to another using S then when I "bye" from that second node I am returned to the first.? But I can't seem to get this working for applications.? In my bpq32.cfg I have the following from CMS (which is otherwise working well):

APPLICATION 2,RMS,C 10 CMS S,VE1LG-10,KINGRMS,255

Yet when I issue bye from CMS it disconnects.? This is in QtTermTCP via telnet to my node, not over RF, if that makes a difference.

Also, how would I add S to the BBS
when it doesn't use C as so:

APPLICATION 1,BBS,,VE1LG-1,KINGBB,255

Cheers,
Doug


Re: Reducing syslog output

 

Hmm, that's an interesting thought.? I keep wanting to blame individual Pi's but the ones that keep eating SD cards for lunch (and breakfast and dinner!) are also the ones on a multi-way USB power supply rather than their own individual supplies.? And I think one of those got moved to its own dedicated PSU when the UPS 'brick' went in, and hasn't eaten a card since.


Re: Is anyone currently using BPQ AXIP over Starlink Internet service?

 

AXIP over Starlink should work fine but it uses CGNAT which means you won't be able to use traditional port forwarding.

That said If one side of the link has a public IP or can port forward and you have keep alives enabled it should work.

You could also use a VPN or Zerotier like Scott suggested

Cheers

Matthew


Re: Is anyone currently using BPQ AXIP over Starlink Internet service?

 

Will do, our field testing is Thursday and top of the list is to get BPQ connected and hopedfully connected to a few other nodes over AXIP

We are using ZeroTier already in this setup and I can also make it work over OpenVPN but we have a need to try with just outbound connectivity or some sort of port forwarding.

We will let you know what we find, today I am setting up StarLink at a radio site that has no other Internet and it will be part of our test.

Scott,
N7LOL

On Mon, May 22, 2023 at 16:36 Charlie Hein <chein@...> wrote:
Hi Scott - just recently got notice that we could get on their "best effort" service until they're 100% happy with the coverage that we could move to "residential" service.? Trying to work out if we pull the trigger now or wait a bit.? Please keep us posted ss to your experience.?
--
Charlie (N4NVD)

--
Scott,


Re: Is anyone currently using BPQ AXIP over Starlink Internet service?

 

Hi Scott - just recently got notice that we could get on their "best effort" service until they're 100% happy with the coverage that we could move to "residential" service.? Trying to work out if we pull the trigger now or wait a bit.? Please keep us posted ss to your experience.?
--
Charlie (N4NVD)


Re: Is anyone currently using BPQ AXIP over Starlink Internet service?

 

What's your time frame ? This week I am adding a Starlink and we hope to test with a BPQ node behind with no VPN and see what the issues are.

We might have the same issues you will encounter and we have a list of options to see what works.

Scott,
N7LOL

On Mon, May 22, 2023 at 16:23 Charlie Hein <chein@...> wrote:
Right now I'm on fixed wireless through Frontier Communications.? I'm using DDNS service for the node address.? Currently I have no problem with port forwarding through their router or the Orbi mesh that's behind it, but my understanding is that this will change with Starlink.
--
Charlie (N4NVD)

--
Scott,


Re: Is anyone currently using BPQ AXIP over Starlink Internet service?

 

Right now I'm on fixed wireless through Frontier Communications.? I'm using noip.com DDNS service for the node address.? Currently I have no problem with port forwarding through their router or the Orbi mesh that's behind it, but my understanding is that this will change with Starlink.
--
Charlie (N4NVD)


Re: Is anyone currently using BPQ AXIP over Starlink Internet service?

 

Charlie,

I have it running over Starlink, currently using VPN (ZeroTier) but plan to change it up slightly. SL uses CGNAT and I need to make a couple of portable BPQ nodes that will have Starlink and want to try with no VPN.

What's your setup ?

Scott,
N7LOL

On Mon, May 22, 2023 at 15:18 Charlie Hein <chein@...> wrote:
The subject says it all... looking to see if anyone has already got this working... TIA.
--
Charlie (N4NVD)

--
Scott,