Keyboard Shortcuts
Likes
- Bpq32
- Messages
Search
Re: scanstart/scanstop during connections
Thanks John. As of yesterday the script uses attach as a check for ports in use, and if in use, makes no attempt to proceed with a beacon. If not in use, it still uses scanstop to stop scanning, then sets the frequency, and then sends the beacon. Afterward it issues scanstart to normalize. The above is the result of adding a band-aid to the existing script, but it appears the script could simply issue attach, and if the port is not in use, proceed with the beacon & then detach - instead of using scanstop/scanstart. I was going out of my way not to be attached to a port when issuing the beacon, but I'm realizing now that it shouldn't matter. Lee K5DAT On Sun, Sep 8, 2024 at 10:46?AM John G8BPQ via <john.wiseman=[email protected]> wrote:
|
||
Re: scanstart/scanstop during connections
¿ªÔÆÌåÓýThe scanstop and scanstart are intended for interactive use and assume that the sysop knows what they are doing. It is safer to attach the port, which will do an automatic stop and will be rejected if the port is in use.73, John On 07/09/2024 18:15, Lee Bengston
wrote:
|
||
Re: scanstart/scanstop during connections
Negative.? My forwarding scripts (connect scripts) use attach, which temporarily stops scanning. The script I was referring to, which does use scanstop and scanstart, stops scanning temporarily in order to send a beacon on a specified port and frequency. On Sun, Sep 8, 2024, 5:12 AM N3MEL - Glenn via <n3mel.epa=[email protected]> wrote:
|
||
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 |