¿ªÔÆÌåÓý

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

Re: QTTermTCP

 

Not sure what mean, Nothing Happens? AGW is showing
in the Connect tab? If it is in the lower right corner there a
box that should say AGW Connected or not.

I can meet you the CCAR repeater in about 10 minutes or tonight
after nets??


N3MEL


Re: QtSoundModem MEMAX25?

 

As the latest QtSM supports IL2P I've added a tag of the mode the packet was received in.? Values are AX25, FX25 (packet corrected by fec, not just sent using FX25) or IL2P.
MEM is added if the packet has been corrected by Memory ARQ (where sound samples from retries are combined to form a good packet).

# Indicates this decoder was corrected by MEM ARQ. # Has always been there, but adding the MEM tag is new.

The 0 is part of an experimental system to measure that actual centre frequency of the received packet. I'm a bit surprised to see zero - it is normally close to the actual centre frequency.

73,
John

On 24/05/2023 17:09, Rich Sahlender wrote:
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: Return to Node instead of disconnect

 

¿ªÔÆÌåÓý

Connects to CMS are processed different to normal application connects and Stay isn't handled, but it should work for connects to other applications that use an alias.

You can't use S with normal application connects, but BPQ BBS has a command to return to node (Node).

73,
John

On 23/05/2023 14:10, Doug VE1LG via groups.io wrote:

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: anyone using Python to write external apps for BPQ?

 

I know this thread is old, but I just saw your post Brad. Thanks for sharing your work. I've got your space wx app running and I think it is fantastic.

73,
Doug VE1LG


Re: QtSoundModem MEMAX25?

 

That entire [segment] is new in the .64 build.

MEM is a hit match on the MEMory ARQ which when a repeated packet that is corrupted by noise, it is confident that it decoded a good packet using the error correction memory cache. I might not be 100% on this but its what I have learned so far.

73
Red


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