-
Hello,
I am a bit confused with how COSMOS manages packets. Does COSMOS have a library of packet formats that are available for the user to use? Or are packets created individually by the user? Fro…
-
Lines 148-153 of ax25.c are:
if (framelen > sizeof(tnc2buf) - 80) {
/* Too much ! Too much! */
return 0;
}
where tnc2buf is a function parameter char *tnc2buf. sizeof() has 'unsigned …
-
Please enable configuration of AX.25 parameters like AGWPE's CHECK and RESPTIME. They're described in https://www.soundcardpacket.org/5traffic.aspx#Parameters . To recap:
CHECK: the amount of time …
-
Hi,
I'm getting a kernel bug as soon as I'm setting the external display via xrandr.
The screen appears and I can see the desktop, but then the complete machine is frozen. Only a hard reboot is po…
-
Dear guys,
I want to learn how to generate a new block, I have alreay follow the gr-tutorial from the guide book from Gnuradio Website. I want to change the AFSK date rate into 9600bps, firstly I …
-
Direwolf exposes its KISS interface on port 8000 by default. It is inconvenient at best to go through the installation of AX25 kernel module(s) and associated permissions issues (must run as root). …
-
rmsgw_aci fails due to variable substitution of @axports@ being broken for rmschanstat (when rmschanstat.in is processed).
This is due to the appropriate variable substitution missing from rmschans…
-
hi all:
I use ubuntu 18.04 comolie source code failed!!
this is output message, please help me how to solve it ...
----
> ====== making target debian/stamp/conf/minimal_debian [new prereqs: ]==…
-
see https://tuxmlweb.istic.univ-rennes1.fr/data/configuration/193459/
and https://tuxmlweb.istic.univ-rennes1.fr/data/configuration/193458/
and the trace below.
It's an actual and quite serious …
-
Hi Daniel,
I was checking the "generic_9k6_fsk_ax25" decoder, however when I opened the project two blocks were missing:
- kiss nrzi decode
- kiss hdlc deframer
I made a rapid check in the avai…