DJ2LS

Results 201 comments of DJ2LS

@dk5sm do we need an adif log for every single message or would it be enough, just opening message info screen and sending a adif entry manually via UDP?

https://www.npmjs.com/package/tcadif https://www.npmjs.com/package/adif-parser-ts

What if we add a "adif" button next to a message and let the user decide which message to send via UDP to a logging server? Another approach might be,...

I was able doing a OTA test, seems to work so far.

thanks, @drowe67 , as soon as I managed to access the API successfully via Python, I'll test a mode prototype which uses the 16200,9720 code, then we can test the...

@drowe67 , the gp interleaver might work, the modem didnt run into a crash with a 16200,9720 code. but it seems we have to adjust `allocate_tx_bpf` and `allocate_rx_bpf` functions in...

The ` set_data_bits_per_frame` function for adjusting the used data bits for a ldpc code might be of interest :thinking: Is there a chance, we can implement it?

At least the intention is, modifying the amount of data bits of a code, like done with datac14 for example. It seems, this is important for mode designing when having...

If the effort is too big, we could also keep this in mind, gathering experience with the existing way of adjusting parameters, also building the environment, like documentation, first. Then...

Thanks, @drowe67 . Problem is actually, that I can't directly access filter_coeff.h, I could copy and implement it in Python so we can still use it, but if we could...