Keyboard Shortcuts
Likes
- Bpq32
- Messages
Search
Re: QtTermTCP crashing
John,
toggle quoted message
Show quoted text
It's when someone makes a connection that's handled by this in the bpq config. APPLICATION 3,TALK,att 3 127.0.0.1 8015,K7TMG,,255 A new terminal window appears in QTtermTCP and sometimes it will crash immediately, sometimes I can chat for a while and upon closing the terminal window QtTermTCP will crash. Sholto On 7/3/2022 12:52 AM, John G8BPQ wrote:
Sholto, |
Change the APRS object symbol with the OBJECT PATH argument.
Hi, I have?this configuration inside the OBJECT PATH argument: OBJECT PATH=APRS,WIDE1-1 PORT=1,IS INTERVAL=20 TEXT=CT1FGS-3*111111z3845.79N/00912.06WPacket BBS CT1FGS-2. Telnet APRS displays a Police Car (/p) symbol with this APRS object format, even i didn't define any symbol. How can I define the? symbol for each object i add,?inside the bpq32.cfg?? Thank you, 73 de Nuno CT1FGS |
Re: QtTermTCP crashing
Sholto,
toggle quoted message
Show quoted text
Which popup window are you referring to? 73, John On 02/07/2022 21:21, Sholto Fisher wrote:
John, |
Re: Filtering node table
N *BP* already works, as does ??bp*:
toggle quoted message
Show quoted text
n *bp* POGO4:G8BPQ-9} Nodes BPQBBS:G8BPQ-3 BPQCHT:GM8BPQ-4 BPQDX:G8BPQ-11 CASLGR:VA7RBP-7 NOTCHT:G8BPQ-4 POGO:GM8BPQ-9 RBPBBS:VA7RBP-2 ? n ??bp* POGO4:G8BPQ-9} Nodes BPQBBS:G8BPQ-3 BPQDX:G8BPQ-11 NOTCHT:G8BPQ-4
Hi agn John. It would be great if you could enhance that search to either side of the string, N C *BPQ, N C *BP* etc. Also on aliases, possibly a N A *XYZ etc etc.? |
QtTermTCP crashing
John,
I use the tcp port listener in QtTermTCP and had no issues with the old 0.0.0.48 version but 53c and 54 both will randomly crash if a connection is made, sometimes upon opening, sometimes on closing the popup window. This is on Windows 10. I'm using the MDI interface. Sholto K7TMG |
Re: BPQ32 IP Gateway to a PiLinBPQ System
44.135.101.1 is the IPGateway on VE3KPG running BPQ32
44.135.101.2 is VA3HIP running PiLinBPQ I am unable to ping 44.135.101.2 as well. In fact, I cannot ping any addresses other than 44.135.101.1, but NAT and IPR does seem to be working. nat
PETERB:VE3KPG-2}?
44.135.101.2 to 192.168.1.9
44.135.101.1 to 192.168.1.10
?
ping 44.135.101.1
PETERB:VE3KPG-2}?
OK
Ping Response from 44.135.101.1
?
ping 44.135.101.2
PETERB:VE3KPG-2}?
OK
?
ping 44.131.56.2
PETERB:VE3KPG-2}?
OK
?
ping 44.92.35.1
PETERB:VE3KPG-2}?
OK
?
ipr
PETERB:VE3KPG-2} 765 Entries
44.0.0.0/9 0 T 0 0 encap 169.228.34.84
44.0.0.1/32 0 T 1 3355 encap 169.228.34.84
44.2.0.2/32 0 T 1 3355 encap 98.20.210.138..........etc..
This is what I have for my IPGateway on VE3KPG; IPGATEWAY
Adapter \Device\NPF_{EA2D9183-0C8D-4AB0-BD03-AEA6D347354B}? ? ? ? ; See Below Description
44ENCAP 192.168.1.250? ? ? ? ? ? ? ? ? ? ? ; This is a Un-used but inside of routers DHCP (Must be added to routers DMZ)
IPAddr 44.135.101.1? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Your 44 AMPR IP
IPNetMask 255.255.255.248? ? ? ? ? ? ? ? ; The 248 (last 3) depends on how many IP addresses you have, mine is 8 IP¡¯S
IPPorts 1? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?; Port Numbers to be used, 2 is my AXIP 3 My Telnet port
NAT 44.135.101.2 192.168.1.9? ? ? ? ? ? ?;VA3HIP running PiLinBPQ
ROUTE 44.0.0.0/9 169.228.34.84 T? ? ?; This Line and following line is needed to access the AMPR Portal Web Site
ROUTE 44.128.0.0/10 169.228.34.84 T
**** ; End of Config
This what is setup on VA3HIP; IPGATEWAY
IPAddr 44.135.101.2? ? ? ? ? ? ? ? ? ? ? ? ?; VA3HIP
IPNetMask 255.255.255.248? ? ? ? ? ? ; The 248 (last 3) depends on how many IP addresses you have, mine is 8 IP¡¯S
IPPorts 1? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ; Port Numbers to be used, 2 is my AXIP 3 My Telnet port
**** ; End of Config
Should I be able to ping any IP address including 44 AMPRNet? |
Re: BPQ32 IP Gateway to a PiLinBPQ System
¿ªÔÆÌåÓýAt the moment I can ping 44.135.101.1 over the IPIP tunnel, but not 44.135.101.2. What is 44.135.101.1?
LinBPQ will add a NAT entry from 44.135.101.2 to the IP address of the machine running LinBPQ. To allow access from 44 net? to other machines on the same network you need to allocate another address in your 44.35.1.101 range to each and add NAT lines. For example I have ?NAT 44.131.56.2 192.168.1.35 ?NAT 44.131.56.4 192.168.1.64 ?NAT 44.131.56.5 192.168.1.118 ?NAT 44.131.56.6 192.168.1.254 My IPADDR is 44.131.56.7 and the linbpq pi is 192.168.1.44, so I end up with nat POGO4:G8BPQ-9} 44.131.56.2 to 192.168.1.35 44.131.56.4 to 192.168.1.64 44.131.56.5 to 192.168.1.118 44.131.56.6 to 192.168.1.254 44.131.56.7 to 192.168.1.44 via TAP ping 44.131.56.4 POGO4:G8BPQ-9} OK Ping Response from 44.131.56.4
73, John On 01/07/2022 22:47, Harmen Minnema
wrote:
Will? adding the NAT 44.135.101.2? 192.168.9 line into IP Gateway settings on my BPQ32 system allow outside connections to a PiLinBPQ system on the same network? |
BPQ32 IP Gateway to a PiLinBPQ System
Will? adding the NAT 44.135.101.2? 192.168.9 line into IP Gateway settings on my BPQ32 system allow outside connections to a PiLinBPQ system on the same network?
Also added the following to IPGatway Settings in PiLinBPQ system; IPAddr 44.135.101.2 IPNetmast 255.255.255.248 IPPorts 1 If so, are there IP Gateway settings required for the PiLinBPQ system?? Haven't been able to get it to work.... Thanks, Harmen VE3EMA |
Re: QtTermTCP currently in Test with custom colours
#qttermtcp
¿ªÔÆÌåÓýI've uploaded the latest QtTermTCP to my Beta area. It supports setting background and text colours for the three text areas (Monitor, Output and Input). Use the Setup/Choose Colours menu. I suggest you select the background colour first, then the text colours for best visibility.73, John On 01/07/2022 03:40, Red - PE1RRR -
Masochistic Test Pilot wrote:
John: So far so good, stable for the last couple of days, could use more testers perhaps time to move it into Beta? |
Re: QtTermTCP currently in Test with custom colours
#qttermtcp
¿ªÔÆÌåÓýStill on 53c here Red but that has been very stable for my uses
since it was made available. Will grab 54 and see how it plays
over the weekend. On 6/30/22 22:40, Red - PE1RRR -
Masochistic Test Pilot wrote:
John: So far so good, stable for the last couple of days, could use more testers perhaps time to move it into Beta? |
QtTermTCP currently in Test with custom colours
#qttermtcp
John: So far so good, stable for the last couple of days, could use more testers perhaps time to move it into Beta?
73 Red |
Re: BPQ32 History K4WOF
¿ªÔÆÌåÓýJer
?
On the Mail
Server Window Top HELP/Online Documentation will send you to the Root of John
G8BPQ
Documentation,
You will see A BPQ HOME, Click on the Home, this will send you to a new URL Web
Page or
Direct
below URL
?
?
At the
bottom of the Web Page you will see BPQ Search Enhanced by Google Enter Window,
you can type
anything
related to BPQ, using BPQ as the first letters of the Search String will get you
there faster, otherwise
it first
starts off in Google Search marching words but as you scroll down the page you
will see the BPQ32 Documentation
Closest
Match to search entry.
?
Example BPQ
Change Logs
BPQ Mail
Forwarding etc. etc.
?
Let me know
if I can be of further help.
?
73
Mike Melnik-N9PMO BPQ32 Group Moderator |
Re: BPQ32 History
Please cancel request.? An excellent version exists by the MicroHAMs interview with John G8BPQ: 73 - Jer
Sent with secure email.
------- Original Message ------- On Thursday, June 30th, 2022 at 10:45 AM, j.lineback via groups.io <kilowatt@...> wrote: Now just one year into BPQ32, have become curious how such a powerful system began and generally evolved.? Not asking anybody to write something, but if there is already history somewhere, would be much obliged for a pointer to it for posterity.? So far, searches on this IO and the internet in general have missed it if present. |
BPQ32 History
Now just one year into BPQ32, have become curious how such a powerful system began and generally evolved.? Not asking anybody to write something, but if there is already history somewhere, would be much obliged for a pointer to it for posterity.? So far, searches on this IO and the internet in general have missed it if present.
73 - Jer K4WOF |