-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] IL2P CRC Extension. #507
Comments
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
<#507 (comment)>,
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 |
Did this ever get adopted? or is it still under consideration? |
No idea, this issue has sat here with no attention for a while. |
I know of people actively asking after it.
QtSoundModem supports all this good stuff.
…On Wed, 5 Mar 2025 at 09:00, Max Lock ***@***.***> wrote:
Did this ever get adopted? or is it still under consideration?
No idea, this issue has sat here with no attention for a while.
—
Reply to this email directly, view it on GitHub
<#507 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJAQNWDQLNWUIYUTHO3RX432S24LFAVCNFSM6AAAAABYKHSHSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBQGI3TQMRZGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
[image: maxlock]*maxlock* left a comment (wb2osz/direwolf#507)
<#507 (comment)>
Did this ever get adopted? or is it still under consideration?
No idea, this issue has sat here with no attention for a while.
—
Reply to this email directly, view it on GitHub
<#507 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJAQNWDQLNWUIYUTHO3RX432S24LFAVCNFSM6AAAAABYKHSHSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBQGI3TQMRZGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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.
The text was updated successfully, but these errors were encountered: