开云体育

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

Re: Filtering node table

 

Recommend to them the NetRom quality guidelines that I sent out recently.

On 6/23/2022 10:07 AM, Sholto Fisher wrote:
Hi Mark,
Yes I only have 3 nodes in my own table but there are others on the HF network with hundreds unfortunately. I think node owners shouldn't allow that to happen if they have an HF facing port, but what are you going to do?
Sholto
K7TMG
--
Charles J. Hargrove - N2NOV
NYC-ARECS/RACES Citywide Radio Officer/Skywarn Coord.

NYC-ARECS/RACES Nets 441.100/136.5 PL
ARnewsline Broadcast Mon. @ 8:00PM
NYC-ARECS Weekly Net Mon. @ 8:30PM


NY-NBEMS Net Saturdays @ 10AM & USeast-NBEMS Net Wednesdays @ 7PM
on 7.036 Mhz USB (alt 3.536)/1500 hz waterfall spot; MFSK-16 or 32

"Information is the oxygen of the modern age. It seeps through the walls topped
by barbed wire, it wafts across the electrified borders." - Ronald Reagan

"The more corrupt the state, the more it legislates." - Tacitus

"Molann an obair an fear" - Irish Saying
(The work praises the man.)

"No matter how big and powerful government gets, and the many services it
provides, it can never take the place of volunteers." - Ronald Reagan


Re: Filtering node table

 

Hi Mark,

Yes I only have 3 nodes in my own table but there are others on the HF network with hundreds unfortunately. I think node owners shouldn't allow that to happen if they have an HF facing port, but what are you going to do?

Sholto
K7TMG

On 6/22/2022 3:08 PM, Mark Taylor wrote:
The only formats I know are:
nodes call-ssid??? (i.e. nodes N5MDT-3)
nodes alias???????? (nodes mdtrms)
nodes call*???????? (nodes N5MDT*)
Where call* will find all SSIDs used with that call.
You either need to know the full call or full alias to use these.? Hopefully John has some sorting built into it.
For me I just keep my nodes list short...


Re: Filtering node table

 

开云体育

I normally clear the screen and then copy the nodes table in a notepad type app...? I kind of always thought there was a filtering command I had somehow forgotten abt, even though there is nothing related to such filters in any netrom doc in the files section of this group or elsewhere. Tnx to Mark for clarifying the matter. Possibly John could implement such feature. I have seen something similar (node search feature) in UROnode I believe (that was via a Google search cause I have never actually used UROnode). 
73 de J, M?IPU YOЗFCA.


On 22 Jun 2022, 18:01, at 18:01, Sholto Fisher <sholto.fisher@...> wrote:
I was wondering if there's a way to filter a large node listing from
the terminal?

I'm aware the MH command can filter but it would be very useful to find
a node if you can't quite remember the full alias/call instead of
listing it all out.

Sholto
K7TMG


Re: Filtering node table

 

The only formats I know are:

nodes call-ssid??? (i.e. nodes N5MDT-3)
nodes alias???????? (nodes mdtrms)
nodes call*???????? (nodes N5MDT*)

Where call* will find all SSIDs used with that call.

You either need to know the full call or full alias to use these.? Hopefully John has some sorting built into it.

For me I just keep my nodes list short...


Filtering node table

 

I was wondering if there's a way to filter a large node listing from the terminal?

I'm aware the MH command can filter but it would be very useful to find a node if you can't quite remember the full alias/call instead of listing it all out.

Sholto
K7TMG


Re: #bug #bpq32 #rigcontrol #rigcontrol #bug #bpq32

 

开云体育

Thanks, Red.

There was a problem with the flrig driver that meant that it did not always detect when flrig closed, so would carry on writing to the old socket id, which had been reused by the new telnet connection.

The latest versions in Beta should fix it.

73,
John


On 21/06/2022 23:19, Red - PE1RRR - Masochistic Test Pilot wrote:

On Tue, Jun 21, 2022 at 03:01 PM, Red - PE1RRR - Masochistic Test Pilot wrote:
Hi John et al.

There’s a bug where if connecting to the BPQ telnet port while the program associated for rig control is offline, then the data stream
from the rigcontrol I/O is sent to the telnet connected user.

In this case the RADIO rigcontrol statement is using the FLRIG declaration and this is the result sent to the client connecting
on the telnet port while the program is offline (during a restart for example):

Escape character is '^]'.
callsign:POST /RPC2 HTTP/1.1
User-Agent: XMLRPC++ 0.8
Host: 127.0.0.1:7362
Content-Type: text/xml
Content-length: 88
?
<?xml version="1.0"?>
<methodCall><methodName>rig.get_vfo</methodName>
</methodCall>
POST /RPC2 HTTP/1.1
User-Agent: XMLRPC++ 0.8
Host: 127.0.0.1:7362
Content-Type: text/xml
Content-length: 88
?
<?xml version="1.0"?>
<methodCall><methodName>rig.get_vfo</methodName>
</methodCall>

73
Red

More debug info: Shortly after telnet connection and the above API stream, the BPQ console:
?
?
FLRIG Thread Terminated Port 192.168.1.55:12345
?
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor




Re: #bug #bpq32 #rigcontrol #rigcontrol #bug #bpq32

 

On Tue, Jun 21, 2022 at 03:01 PM, Red - PE1RRR - Masochistic Test Pilot wrote:
Hi John et al.

There’s a bug where if connecting to the BPQ telnet port while the program associated for rig control is offline, then the data stream
from the rigcontrol I/O is sent to the telnet connected user.

In this case the RADIO rigcontrol statement is using the FLRIG declaration and this is the result sent to the client connecting
on the telnet port while the program is offline (during a restart for example):

Escape character is '^]'.
callsign:POST /RPC2 HTTP/1.1
User-Agent: XMLRPC++ 0.8
Host: 127.0.0.1:7362
Content-Type: text/xml
Content-length: 88
?
<?xml version="1.0"?>
<methodCall><methodName>rig.get_vfo</methodName>
</methodCall>
POST /RPC2 HTTP/1.1
User-Agent: XMLRPC++ 0.8
Host: 127.0.0.1:7362
Content-Type: text/xml
Content-length: 88
?
<?xml version="1.0"?>
<methodCall><methodName>rig.get_vfo</methodName>
</methodCall>

73
Red

More debug info: Shortly after telnet connection and the above API stream, the BPQ console:
?
?
FLRIG Thread Terminated Port 192.168.1.55:12345
?
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor
data select: Bad file descriptor



#bug #bpq32 #rigcontrol #rigcontrol #bug #bpq32

 

Hi John et al.

There’s a bug where if connecting to the BPQ telnet port while the program associated for rig control is offline, then the data stream
from the rigcontrol I/O is sent to the telnet connected user.

In this case the RADIO rigcontrol statement is using the FLRIG declaration and this is the result sent to the client connecting
on the telnet port while the program is offline (during a restart for example):

Escape character is '^]'.
callsign:POST /RPC2 HTTP/1.1
User-Agent: XMLRPC++ 0.8
Host: 127.0.0.1:7362
Content-Type: text/xml
Content-length: 88
?
<?xml version="1.0"?>
<methodCall><methodName>rig.get_vfo</methodName>
</methodCall>
POST /RPC2 HTTP/1.1
User-Agent: XMLRPC++ 0.8
Host: 127.0.0.1:7362
Content-Type: text/xml
Content-length: 88
?
<?xml version="1.0"?>
<methodCall><methodName>rig.get_vfo</methodName>
</methodCall>

73
Red


Re: HF Frequencies

 

Sorry--- Missed Steve's reply!? :)


Re: HF Frequencies

 

10.144Mhz LSB also has packet.

Trip - KT4WO


Re: HF Frequencies

 

Hi Chris,

Ditto on what Matt said. Check out
Lot's of good stuff on HF Packet.




73 de Prof. Chris Lance



Radio Station Manager
Mount Allamuchy Scout Reservation
“Making Packet Great Again!”
ARRL Life Member

On June 19, 2022 4:32 PM Christopher Molnar <cmolnar65@...> wrote:


Good Afternoon, I am working on setting up BPQ32 on Ubuntu for the first time. I am wondering what is the normal frequency that systems are setup on in the HF frequencies. I saw someplace people are using 14.050 but not sure if that is a standard?


Thanks and 73,
Chris
KO4YAW


Re: HF Frequencies

 

开云体育

Howdy Chris..?? there are a few of us on 30 meters

as well.? 10.144 LSB is dial frequency.? Maybe will

catch ya at the keys ?

?

73..?? –steve,kb9pvh--

?

Sent from for Windows

?

From: Matt Atwood, WE1H
Sent: Monday, June 20, 2022 5:56 AM
To: [email protected]
Subject: Re: [bpq32] HF Frequencies

?

Welcome Chris…? there are a number of stations on 14.105 LSB and 7.104 LSB.? There may be other popular frequencies as well, but these are the two that I am aware of. Hope to see you on the air soon.

?

73,

?

-Matt

?

Matt Atwood, WE1H

Merrimack, NH (FN42fu)

?

WE1H AT arrl.net

?

?

From: [email protected] <[email protected]> On Behalf Of Christopher Molnar
Sent: Sunday, June 19, 2022 4:33 PM
To: [email protected]
Subject: [bpq32] HF Frequencies

?

Good Afternoon, I am working on setting up BPQ32 on Ubuntu for the first time. I am wondering what is the normal frequency that systems are setup on in the HF frequencies. I saw someplace people are using 14.050 but not sure if that is a standard?

?

Thanks and 73,
Chris
KO4YAW


--
73,

- Matt, WE1H

we1h AT arrl.net
http://www.we1h.com

?


Re: HF Frequencies

 



Maybe find some of these documents handy

14.105LSB is equivalent to 14.1022 USB but the latter has two 105 packet sidechannels and a multimode center.

40m EU and USA aren’t compatible due to the different digimode allocation but that document is there as well if interested.

There’s (A/F)X300 APRS and some BBS activity on 30m as well as RPR APRS. Not 100% sure of the frequency though.


Re: HF Frequencies

 

开云体育

Welcome Chris…? there are a number of stations on 14.105 LSB and 7.104 LSB.? There may be other popular frequencies as well, but these are the two that I am aware of. Hope to see you on the air soon.

?

73,

?

-Matt

?

Matt Atwood, WE1H

Merrimack, NH (FN42fu)

?

WE1H AT arrl.net

?

?

From: [email protected] <[email protected]> On Behalf Of Christopher Molnar
Sent: Sunday, June 19, 2022 4:33 PM
To: [email protected]
Subject: [bpq32] HF Frequencies

?

Good Afternoon, I am working on setting up BPQ32 on Ubuntu for the first time. I am wondering what is the normal frequency that systems are setup on in the HF frequencies. I saw someplace people are using 14.050 but not sure if that is a standard?

?

Thanks and 73,
Chris
KO4YAW


--
73,

- Matt, WE1H

we1h AT arrl.net
http://www.we1h.com


HF Frequencies

 

Good Afternoon, I am working on setting up BPQ32 on Ubuntu for the first time. I am wondering what is the normal frequency that systems are setup on in the HF frequencies. I saw someplace people are using 14.050 but not sure if that is a standard?

?

Thanks and 73,
Chris
KO4YAW


Re: Using BPQ APRS but additional object not being sent to Igate

 

开云体育

I ran your config here and the aprs.fi reports that your object is invalid, so I suggest you check it.

73,
John

2022-06-18 14:00:38 BST:?>APBPQ1,TCPIP*,qAC,T2MCI:;DOG17?*111111z1829.84N/06701.85WB145.090MHz?KP3FT-10?DOG17?NODE/BBS?Isabela?Pue?[Invalid object]

On 17/06/2022 16:41, Heber Soto wrote:

Hello

I am trying to send from the BPQ APRS multiple objects (all the BBS on our Network) but it looks like is not being Igate or have a wrong structure on the the format.

I have tried different format do see it being transmitted when I add the WIDE1-1 option but still it doesn't appear on the? APRS map:

OBJECT PATH=APRS,WIDE1-1 PORT=4,IS INTERVAL=15 TEXT=;DOG17 *111111z1829.84N/06701.85WB145.090MHz KP3FT-10 DOG17 NODE/BBS Isabela Puerto Rico

OBJECT PATH=APRS,WIDE1-1 PORT=4,IS INTERVAL=15 TEXT=DOG17:!1829.84N/06701.85WB145.090MHz KP3FT-10 DOG17 NODE/BBS Isabela Puerto Rico

I have also included my full APRS config, your help would be appreciated.

Gracias 73,

Heber

NP4JN



Re: Using BPQ APRS but additional object not being sent to Igate

 

Did you look to see if the objects show on APRS.fl ?

My objects suddenly stopped showing on the BPQAPRS Map but were showing in APRS.fl last week and eventually realized my broadcasts were not being sent out on the radio due to a bad data cable. Built a new cable and now seeing my objects in BPQAPRS Maps.


Harmen VE3EMA


Using BPQ APRS but additional object not being sent to Igate

 

开云体育

Hello

I am trying to send from the BPQ APRS multiple objects (all the BBS on our Network) but it looks like is not being Igate or have a wrong structure on the the format.

I have tried different format do see it being transmitted when I add the WIDE1-1 option but still it doesn't appear on the? APRS map:

OBJECT PATH=APRS,WIDE1-1 PORT=4,IS INTERVAL=15 TEXT=;DOG17 *111111z1829.84N/06701.85WB145.090MHz KP3FT-10 DOG17 NODE/BBS Isabela Puerto Rico

OBJECT PATH=APRS,WIDE1-1 PORT=4,IS INTERVAL=15 TEXT=DOG17:!1829.84N/06701.85WB145.090MHz KP3FT-10 DOG17 NODE/BBS Isabela Puerto Rico

I have also included my full APRS config, your help would be appreciated.

Gracias 73,

Heber

NP4JN


Re: Raspberry PI4 trifecta: VARA, ARDOP & Packet on one ... interface

 

With help from John I have figured out the PTT setup to combine ARDOP, VARA and QtSoundModem simultaneously:



?If you have a CAT PTT example of your own to share, I would like to see them to maybe include in the examples. I use Flrig as the head to all of my rigs so configuring the radio was already done via that. Not sure how many people are aware that FlRig is now supported in BPQ :-)


Re: BPQ32 Configuration for a Kenwood TH-D74

 

This config actually works. I had just forgotten to point the KISS TNC to bluetooth in the settings. Do that, and then turn the TNC off and back on and it should work.