Martin Cooper
Martin Cooper
One problem with the sequencer example is that events can be left in the pending queue after `seq.stop()` is called. That method causes `run()` to break out of its loop...
When setting `DYLD_LIBRARY_PATH` (or `LD_LIBRARY_PATH `) doesn't work, it is quite likely that the issue is SIP (macOS System Integrity Protection). Basically, with SIP enabled, which is the default on...
@Tyler-2 the AGWPE protocol does allow for transmitted frames to be provided to the client. The client first needs to explicitly enable monitoring, and then needs to listen for special...
There is a bug in QtTermTCP whereby it ignores the port numbers provided by the AGWPE server in its 'G' frame response, and instead bases the port numbers on their...
I'm seeing the exact same thing - 17 successful downloads followed by 1469 `connection refused` messages. Some way of getting around this would be much appreciated. (I too used `gem...
Unfortunately, I'm using macOS, so this solution doesn't work (unless I set up a Linux VM on my Mac, which seems a bit heavyweight just to be able to download...
This is likely related to the cause of issue #534 as described here: https://github.com/wb2osz/direwolf/issues/534#issuecomment-2156674280 The data being collected for the 'Y' response is coming from the same data structure maintained...
I can confirm the same behaviour when using Paracon, my AGWPE packet terminal, with Direwolf. As an additional experiment, after the failed use of N0CALL, I made a connection attempt...
There is actually a wider problem here. If an AGWPE client makes a connection from owncall O to peercall P via digipeater D1, successful or otherwise, and then later attempts...
@mrnoisytiger Thanks for the heads-up. Unfortunately I don't have access to Seqouia to look at this right now. This is certainly not a real solution, but as a test, could...