Open maxlock opened 11 months ago
This is also in QtSoundModem courtesy of John G8BPQ
This is supported in other software now too and it would be really great to have the additional interoperability in direwolf
+1 Would like to see Direwolf become compatible with the ever increasing number of stations using CRC
a big +1 from me too! I am using QtSoundModem now to talk to the packet BBS's on HF, and it works well, so direwolf would be good too.
The CRC I assume, is so many stations can be piled-on to the same frequency. The obvious solution for point-point links, is separate frequencies. Since IL2P doesn't use AX25 repeaters, this seems even more desirable. I'm thinking VHF and up, of course HF is a special case, but much better protocols are available for HF. I don't think any FSK burst mode is appropriate there. They can't compete with PSK or QAM modes (single carrier or OFDM).
No, it’s because corruption slips through the RS FEC in IL2P in practice enough to warrant caring about.
Please review the updated IL2P specification v0.6 at https://tarpn.net/t/il2p/il2p-specification_draft_v0-6.pdf for details.
On Fri, 31 May 2024 at 12:06, Steve Sampson @.***> wrote:
The CRC I assume, is so many stations can be piled-on to the same frequency. The obvious solution for point-point links, is separate frequencies. Since IL2P doesn't use AX25 repeaters, this seems even more desirable. I'm thinking VHF and up, of course HF is a special case, but much better protocols are available for HF. I don't think any FSK burst mode is appropriate there. They can't compete with PSK or QAM modes (single carrier or OFDM).
— Reply to this email directly, view it on GitHub https://github.com/wb2osz/direwolf/issues/507#issuecomment-2141788849, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJAQNWHPVAQCEDFAOLPWOYTZFBKTVAVCNFSM6AAAAABA3ZYLD6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBRG44DQOBUHE . You are receiving this because you commented.Message ID: @.***>
FYI Here's a Markdown version of the spec: https://github.com/srsampson/IPNode-new/blob/main/docs/il2p-readme.md
NinoTNC now has the addition of a CRC check to counter bad frames on noisy links. Could the CRC scheme also be implemented in Direwolf as an option to maintain compatibility, and gain better performance?
Nino's post describing the implementation is here (subscription required). I have quoted it below.