Keyboard Shortcuts
Likes
- Bpq32
- Messages
Search
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.
toggle quoted message
Show quoted text
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: |
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:
|
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 |
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 |
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 |
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, 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.
toggle quoted message
Show quoted text
-73 de Chris KQ6UP On Wed, May 24, 2023 at 1:15?AM Tom M0LTE <tom@...> wrote:
--
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. 11:23:23R Connecting to APRS Host rotate.aprs2.net |
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 |
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 |
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. You could also use a VPN or Zerotier like Scott suggested Cheers Matthew |