Keyboard Shortcuts
Likes
- Bpq32
- Messages
Search
Re: NinoTNC with Windows BPQ32?
Thanks for your reply. I figured it would, as I have a working TARPN node, running Nino's with LinBPQ. Turns out that the serial port naming convention was confusing. I initially put COM9 instead of 9 in the serial port configuration line. It seems to be working now, as expected. Easy thing to goof up, jumping from Linux to Window$. :-) Best regards, Gary, K7EK ---
On Saturday, September 7, 2024 at 03:48:28 PM EDT, n3up via groups.io <n3up@...> wrote:
The NinoTNC works just fine with windows bpq.? I don¡¯t have access to my configuration right now, but if my memory is correct, you just set it up like a Kantronics KPC3 in kiss mode.? I don¡¯t currently have mine connected to a radio. I have it direct wired to another Nino to test the port. I¡¯ve been using it as a local access with AGWPE and agwterm.? On Sep 6, 2024, at 15:01, Gary - K7EK via groups.io <gary.k7ek@...> wrote:
|
||
Re: NinoTNC with Windows BPQ32?
¿ªÔÆÌåÓýThe NinoTNC works just fine with windows bpq.?I don¡¯t have access to my configuration right now, but if my memory is correct, you just set it up like a Kantronics KPC3 in kiss mode.? I don¡¯t currently have mine connected to a radio. I have it direct wired to another Nino to test the port. I¡¯ve been using it as a local access with AGWPE and agwterm.? On Sep 6, 2024, at 15:01, Gary - K7EK via groups.io <gary.k7ek@...> wrote:
|
||
Re: Helping k9ctb with his windows version BPQ
¿ªÔÆÌåÓýTHANKS Brad.. Found it was a simple typo in the forwarding configs¡. Fixed!!! ? 73 Jerry N9LYA ? From: [email protected] <[email protected]> On Behalf Of B Davidson via groups.io
Sent: Saturday, September 7, 2024 2:37 PM To: [email protected] Subject: Re: [bpq32] Helping k9ctb with his windows version BPQ ? Mine are in C:\Users\*username*\AppData\Roaming\BPQ32\Logs
? On 9/7/2024 2:09 PM, Jerry Kutche wrote:
? ?
|
||
Re: Helping k9ctb with his windows version BPQ
¿ªÔÆÌåÓýMine are in C:\Users\*username*\AppData\Roaming\BPQ32\Logs73, Bradd W9LCF On 9/7/2024 2:09 PM, Jerry Kutche
wrote:
|
||
Re: Links limited by buffers?
¿ªÔÆÌåÓýGood afternoon John, ? As I was assembling logs and config files to send to you, I decided that I would increase my MAXLINKS and MAXROUTES settings.? Problem resolved. I had been decreasing them as I was under the impression that smaller meant better connectivity. ? Also, as I was reviewing the journal entries for linbpq, I realized I had interpreted the data incorrectly. Linbpq was dropping packets, not nodes, and some of the packet drops resulting in the link disappearing. With the increase in MAXLINKS and MAXROUTES, most of those disappeared.? ? Once the system stabilized after restarting my node, the amount of buffers needed and in use decreased as well. ? Thank you so much for pointing me in the right direction!! ? ? 73 Chip Kroh, N3FUD N3FUD@... ? From: [email protected] <[email protected]> On Behalf Of John G8BPQ via groups.io
Sent: Friday, September 6, 2024 08:26 To: [email protected] Subject: Re: [bpq32] Links limited by buffers? ? It is very unlikely that the problem is running out of buffers, but the Node Stats display will show the minimum level reached. On 06/09/2024 00:22, Chip N3FUD wrote:
? |
||
scanstart/scanstop during connections
Hello John, I noticed that if I attach to a port, which stops scanning temporarily as expected, and then connect via a different session and issue "radio n scanstart", scanning begins even though there is still a port attached. Shouldn't the scanstart command either be denied or just wait until a disconnect if there is either a port attached or a conversation in progress that started with an incoming connection? The context is I have a script that can send beacons during scanning by issuing scanstop, setting the intended frequency, and pushing the test button in the web interface for the intended port. The problem scenario is when a conversation is in progress because the scanstart and scanstop commands still work in that case. If scanstart is issued at the end of the script in order to undo the scanstop that was issued first, scanning starts immediately and can disrupt an existing connection. Thoughts? 73, Lee K5DAT |
||
Re: Links limited by buffers?
Good morning John, I'll pull the logs and screenshots and send?them to you. Thanks! 73 Chip N3FUD? On Fri, Sep 6, 2024, 08:26 John G8BPQ via <john.wiseman=[email protected]> wrote:
|
||
Re: QTSoundmodem .72 on Debian Testing
On the first, qDebug(datas.data()); displays the return value from the call to FLRIG. This can show a successful operation as well as any errors , so isn't really equivalent to qDebug() << "SetPTT Failed"; What does the compiler complain about with the original?
toggle quoted message
Show quoted text
On the second you need to add definitions of those two routines before they are called, ie void analiz_frame(int snd_ch, string * frame, char * code, boolean fecflag); void CreateStringList(TStringList * List); Normally these are added near the top of the source or added to a header file. I've put them at line 30 in ax25_demod.c 73, John On 06/09/2024 18:58, Dave Hibberd wrote:
Hi all, |
||
Re: Messages from @winlink.org held
On Friday, September 6th, 2024 at 10:43, John G8BPQ <john.wiseman@...> wrote:
How does the held message look in manage messages and the message list?It appears to come from SERVIC. 73, Eric WG3K FM18rp Packet: WG3K@WG3K.#SMD.MD.USA.NOAM E-Mail: wg3k@... |
||
NinoTNC with Windows BPQ32?
?
Who is successfully running Windows BPQ32 with a NinoTNC? ?I would like to try one on my system.
?
They run great on Rpi with LinBPQ (TARPN), but I have not been successful with Windows BPQ32.
?
Would it be possible to see a copy of your port configuration?
?
Thanks in advance.
?
Best regards,
?
Gary, K7EK
? |
||
Re: QTSoundmodem .72 on Debian Testing
Hello Dave,
toggle quoted message
Show quoted text
Been retired from Debian for 14yrs now so unsure how you are going about the "hardening" effort and hope I am not wasting your time with this but FWIW the?stock source for .72 builds fine here on both x86 and x64 bookworm. Have not messed with trixie at all yet. I would guess the "hardening" mods are tripping these errors? 73 de Rich WA3WLH On 9/6/24 13:58, Dave Hibberd wrote:
Hi all, |
||
QTSoundmodem .72 on Debian Testing
Hi all,
I've been fiddling with hardened builds on QTSM .72 - to get it to build on debian bookworm, I had to edit this specific qDebug call [1] - John, is that the correct error message? I've been struggling to get it to build under trixie at all. The core that I've bounced off so far has been in ax25_demod.c and ax25_agw.c - I get the attached errors on build [2]. I can't quite get my head around the delphi strings to help fix this one sadly! [1] [2] Cheers - have a good weekend all! H -- Hibby Debian Developer Packet Radioist MM0RFN |
||
Re: Messages from @winlink.org held
Wow Chars! I just wanted to comment on the word CHARS. Now we know John is a super computer administrator or even a super computer himself? (Humor) the word chars was and still is used in high speed computers to tell activity is looking for or? ? ? ? ¡°LOADING CHARS¡± John your credentials are amazing. I haven¡¯t see that word is quite awhile. ?That you for loading my chars. George N9pno Bpq. ?Path = K5dat m5mdt ka0pnd Hello George Kirn had contact with this data. On Fri, Sep 6, 2024 at 9:43?AM John G8BPQ via <john.wiseman=[email protected]> wrote: How does the held message look in manage messages and the message list? |
||
Re: Messages from @winlink.org held
How does the held message look in manage messages and the message list? Normally from call is limited to 6 chars but if it appears ok on the list and can be read once unheld I'll add the exceptions.
toggle quoted message
Show quoted text
73, John On 06/09/2024 14:59, Eric H. Christensen via groups.io wrote:
On Friday, September 6th, 2024 at 08:33, John G8BPQ <john.wiseman@...> wrote:Normally the from address of a mail message should be a valid callsign,SERVICE is now being used to alert users of pending messages from users that aren't on your allow list. |
||
Re: Messages from @winlink.org held
On Friday, September 6th, 2024 at 08:33, John G8BPQ <john.wiseman@...> wrote:
Normally the from address of a mail message should be a valid callsign,SERVICE is now being used to alert users of pending messages from users that aren't on your allow list. A message from 'user@...' with subject: '//WL2K R/Test' and approximately 409 bytes long is being held at the Winlink CMS pending your approval. To approve this message and all further messages from 'user@...' simply reply to this message, or if you prefer, edit your accept list to allow (or block) messages from 'user@...'. The above message will expire on 9/23/2024. [WG3K << WG3K << SMTP:user@...] Message ID: xxxxx I wonder if SERVICE should be added to the hard coded exceptions. I'd hate for pending Winlink messages be waiting and the message telling the user also being held for the SYSOP. 73, Eric WG3K FM18rp Packet: WG3K@WG3K.#SMD.MD.USA.NOAM E-Mail: wg3k@... |
||
Re: Messages from @winlink.org held
On Thursday, September 5th, 2024 at 10:20, Mark Taylor <mtaylor@...> wrote:
The big question I have is why are you using BPQ to retrieve winlink messages? Are they for yourself or for your users?? No offense towards John but I don't see any benefit in allowing BPQ to collect winlink messages. Really just curious.To me it's a network efficiency thing; it's one-stop shopping. A user can send a single message to multiple addressees, both packet and Winlink, and my BBS has multiple paths for a Winlink message to take to get the message(s) out. This means that a failed path for Winlink delivery doesn't affect the user (e.g. the user doesn't have to waste time trying different paths), the BBS will try all the paths for the user. And the user doesn't have to poll multiple connections for messages, my BBS can push any pending messages to the user, thus freeing up network time for other data. 73, Eric WG3K |