Ok, the branch other than main on my tfkiss github repo should compile and work in 64b Linux standalone. I now have a 32b Linux bug that I have to figure out. When I get that bug squashed, I will make the new branch main.
Yes, that is what I had decided to do. Just go back with using socat. It is working better than the Linux stack. I had good luck with Linux in the past using the AX.25 stack. I am now using a more recent kernel that addresses some of the bugs that made my stock 5.15. slackware kernel unusable. I ran 6.1. long term stable for about a year, and it work for about a week or so then need a reboot to keep things flowing. With my patched TFKISS it runs very nicely. Now if I need access to the system (as...
I could possibly look for the object code in the source directory, and patch it too. But would be nice as a feature for all to use.
Mailfor Beacon -> Flat file
I can send the patch to you directly. It did fix the issue. Thanks, Chris Maness -Sent from my iPhone On Wed, Apr 9, 2025 at 2:19 AM Dave van der Locht davevdl@users.sourceforge.net wrote: labels: 7plus --> 7plus, m_filter [tickets:#88] https://sourceforge.net/p/linfbb/tickets/88/ m_filter error to stdout kills forward session Status: accepted Milestone: 7.0.12 Labels: 7plus m_filter Created: Tue Apr 08, 2025 12:15 PM UTC by Chris Last Updated: Wed Apr 09, 2025 09:18 AM UTC Owner: Dave van der Locht...
It is a separate package here on the sourceforge site: https://sourceforge.net/projects/linfbb/files/7plus/7plus.tar.bz2/download This is to provide 7plus compression in the file server. One sends a message like this 7pserv@km6jtd Subject:gtjbios.com and you get 7plus message in return. If it is big, it is automatically broken into parts. -73 de Chris KQ6UP On Tue, Apr 8, 2025 at 7:41 AM Dave van der Locht davevdl@users.sourceforge.net wrote: I thought message filters aren't part of the LinFBB package...
Here is a patch: --- m_filter.c.dist 2025-04-08 05:25:34.045019283 -0700 +++ m_filter.c 2025-04-08 05:32:23.175029662 -0700 @@ -50,13 +50,13 @@ hptr_m = open (av[1], O_RDONLY, S_IREAD|S_IWRITE); if (hptr_m == -1) { / DEBUG F6BVP / - printf ("m_filter : could not open file '%s'\n", av[1]); + fprintf(stderr, "m_filter : could not open file '%s'\n", av[1]); return (0); } / DEBUG F6BVP / - printf ("m_filter : file '%s' opened\n", av[1]); + fprintf(stderr, "m_filter : file '%s' opened\n", av[1]); nb =...
m_filter error to stdout kills forward session