wb2osz

Results 167 comments of wb2osz

If you search the APRS and AX.25 protocol specifications ( see latest in [https://github.com/wb2osz/aprsspec](https://github.com/wb2osz/aprsspec) ) you will find no mention of a specific type of modem. 1200 bps was used...

Thanks for figuring this out. And the recent reminder.

I'm not against making the timeout time longer. Better to keep retrying longer instead of giving up too soon. Like David, I'm wondering what sort of situation produces this issue....

25 is not milliseconds. 25 is the maximum number of times it will wait for ONE_BUF_TIME (10 milliseconds) so the total is a quarter of a second. I suppose I...

A new stable version, 1.4, is now available. I'm open to suggestions on how to make the packaging easier.

I don;t understand. I don't see any mention of libnova as a dependency. $ ldd direwolf linux-vdso.so.1 (0x00007fff996f4000) libm.so.6 => /lib/aarch64-linux-gnu/libm.so.6 (0x00007fff99210000) libasound.so.2 => /lib/aarch64-linux-gnu/libasound.so.2 (0x00007fff990f0000) libudev.so.1 => /lib/aarch64-linux-gnu/libudev.so.1 (0x00007fff990a0000)...

You understand one of the reasons why trying to layer connected mode AX.25 on top of KISS is a bad idea. Yes, it can be made to work, but with...

This is not a defect report or enhancement request so it really belongs in the discussion forum. There are many who can answer routine questions. Having the questions and answers...

If you can run as root but not another user, it is a permissions problem. Normally, /dev/hidraw* can only be accessed by root. crw------- 1 root root ... The direwolf...