|
ARQ transition from FEC 7 messages
If I have the modem in PROTOCOLMODE FEC and an ARQ call for me comes in and I have LISTEN = TRUE set, is it supposed to switch automatically to ARQ mode and answer the request? I thought this was how
If I have the modem in PROTOCOLMODE FEC and an ARQ call for me comes in and I have LISTEN = TRUE set, is it supposed to switch automatically to ARQ mode and answer the request? I thought this was how
|
By Mitch Winkle
·
|
|
ardopc2 v2.0.3.0-BPQ 3 messages
Hi John, When you have time, can you upload the sources of v2.0.3.0-BPQ? Btw, do you think it's worth trying to compile the win_ardop_tnc code using the mono vb compiler, by stripping all directx stuf
Hi John, When you have time, can you upload the sources of v2.0.3.0-BPQ? Btw, do you think it's worth trying to compile the win_ardop_tnc code using the mono vb compiler, by stripping all directx stuf
|
By Rafael Diniz
·
|
|
ARDOP_2Win v2.0.2: NEWSTATE asynch responses missing 6 messages
Hello, In further testing of ARDOP2_Win v2.0.2, I discovered that NEWSTATE async responses aren't being sent to the host program at all. v2.0.1 worked correctly in this respect. Below are brief debug
Hello, In further testing of ARDOP2_Win v2.0.2, I discovered that NEWSTATE async responses aren't being sent to the host program at all. v2.0.1 worked correctly in this respect. Below are brief debug
|
By Bob NW8L
·
|
|
New file uploaded to developers@ardop.groups.io 13 messages
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the developers@ardop.groups.io group. File: ARDOP_2Win_Rev2.0.2 VB.NETsource.zip Uploaded
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the developers@ardop.groups.io group. File: ARDOP_2Win_Rev2.0.2 VB.NETsource.zip Uploaded
|
By
developers@ardop.groups.io Notification
·
|
|
ARDOP_2 v2.0.2: ARQBW negotiation 2 messages
Thanks for uploading v2.0.2, it's working well, with the previous issues apparently resolved. I have a question: This version strictly enforces the scheme in the ARQBW topic in ARDOP_2 Protocol Native
Thanks for uploading v2.0.2, it's working well, with the previous issues apparently resolved. I have a question: This version strictly enforces the scheme in the ARQBW topic in ARDOP_2 Protocol Native
|
By Bob NW8L
·
|
|
maximum ardop packet size? 5 messages
When writing data packets of 8178 bytes (with more then 8182 ardopc crashes) sometimes I get small bitstream errors when transmitting large files (many "big" packets in a row). With 4096 bytes per pac
When writing data packets of 8178 bytes (with more then 8182 ardopc crashes) sometimes I get small bitstream errors when transmitting large files (many "big" packets in a row). With 4096 bytes per pac
|
By Rafael Diniz
·
|
|
ARDOP_2 CONNECTED async response 6 messages
In the ARDOP_2 Protocol Native TNC Commands doc, the CONNECTED async response is described as having a new [gridsquare] component. "If no Gridsquare is received the brackets will contain no text." I d
In the ARDOP_2 Protocol Native TNC Commands doc, the CONNECTED async response is described as having a new [gridsquare] component. "If no Gridsquare is received the brackets will contain no text." I d
|
By Bob NW8L
·
|
|
ARDOP_2 v2.0.1: no PINGACK async response to host 2 messages
Although the the PINGACK frame appears to be decoded by the local TNC, the host never gets the PINGACK packet. This is repeatable, I've not seen it work yet. Below is an excerpt from the ARDOP_2 TNC d
Although the the PINGACK frame appears to be decoded by the local TNC, the host never gets the PINGACK packet. This is repeatable, I've not seen it work yet. Below is an excerpt from the ARDOP_2 TNC d
|
By Bob NW8L
·
|
|
ARDOP _2 Preliminary release uploaded to io.group files in ARDOP_2 folder 15 messages
All, I have uploaded the various files (Install, source, documentation) for the next ARDOP revision (now at rev 2.0.1). There are some important cautions and requests so please read carefully! 1) This
All, I have uploaded the various files (Install, source, documentation) for the next ARDOP revision (now at rev 2.0.1). There are some important cautions and requests so please read carefully! 1) This
|
By Rick Muething
·
|
|
ARDOP_2 Protocol Native TNC Commands erratum? 5 messages
Hello, In section 3.0 of the subject document, topic "FECMODE", I see the mode "4FSK.1000.50" in the list. Should that be "4FSK.2500.50", as seems likely? 73, Bob NW8L
Hello, In section 3.0 of the subject document, topic "FECMODE", I see the mode "4FSK.1000.50" in the list. Should that be "4FSK.2500.50", as seems likely? 73, Bob NW8L
|
By Bob NW8L
·
|
|
New file uploaded to developers@ardop.groups.io 8 messages
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the developers@ardop.groups.io group. File: ARDOP_2 Frame Info Rev.2.xls Uploaded By: Ric
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the developers@ardop.groups.io group. File: ARDOP_2 Frame Info Rev.2.xls Uploaded By: Ric
|
By
developers@ardop.groups.io Notification
·
|
|
How to know when a packet is sent? 2 messages
Hi all, How should I do in order to be sure a packet sent was correctly received by the other end (without actually sends ACDs or something like...)? Thanks, Rafael Diniz
Hi all, How should I do in order to be sure a packet sent was correctly received by the other end (without actually sends ACDs or something like...)? Thanks, Rafael Diniz
|
By Rafael Diniz
·
|
|
Receiving "ARQ" before data payload 6 messages
Hi all, Is it how data rx works, I receive the string "ARQ" before the actual data payload in the data tcp port? Thanks, Rafael Diniz PU2UIT
Hi all, Is it how data rx works, I receive the string "ARQ" before the actual data payload in the data tcp port? Thanks, Rafael Diniz PU2UIT
|
By Rafael Diniz
·
|
|
maximum message size
Hi all, With the 2 bytes size field in the data channel, but which is the maximum message length? 2^16? Thanks, Rafael Diniz
Hi all, With the 2 bytes size field in the data channel, but which is the maximum message length? 2^16? Thanks, Rafael Diniz
|
By Rafael Diniz
·
|
|
Ardop TNC data port format 2 messages
Hi all, I managed to connect to ardopc using tcp, in both control and data port fine. One queston I have from the documentation: "Data sent from Host to the TNC and TNC to Host uses the format: nndddd
Hi all, I managed to connect to ardopc using tcp, in both control and data port fine. One queston I have from the documentation: "Data sent from Host to the TNC and TNC to Host uses the format: nndddd
|
By Rafael Diniz
·
|
|
New file uploaded to developers@ardop.groups.io 2 messages
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the developers@ardop.groups.io group. File: ARDOP_Win VBSource Rev1.0.4.zip Uploaded By:
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the developers@ardop.groups.io group. File: ARDOP_Win VBSource Rev1.0.4.zip Uploaded By:
|
By
developers@ardop.groups.io Notification
·
|
|
ardopc for linux 7 messages
Hi all, Do anyone knows if ardopc for Linux is also open source, just like Ardop WIN TNC? 73s, Rafael Diniz
Hi all, Do anyone knows if ardopc for Linux is also open source, just like Ardop WIN TNC? 73s, Rafael Diniz
|
By Rafael Diniz
·
|
|
New to the list
Hi people, I'm Rafael, PU2UIT, a computer scientist living in BrasÃlia/Brazil's capital. I'm involved in some digital radio trials here, together with the public broadcaster, EBC. I hope to be able to
Hi people, I'm Rafael, PU2UIT, a computer scientist living in BrasÃlia/Brazil's capital. I'm involved in some digital radio trials here, together with the public broadcaster, EBC. I hope to be able to
|
By Rafael Diniz
·
|
|
FEC to ARQ transition 14 messages
Developers, I have gotten the FEC side working with my LINKUp application to my satisfaction now, and have turned my attention to the ARQ side of ARDOP. I notice only one indication that an ARQ link r
Developers, I have gotten the FEC side working with my LINKUp application to my satisfaction now, and have turned my attention to the ARQ side of ARDOP. I notice only one indication that an ARQ link r
|
By Mitch Winkle
·
|
|
New file uploaded to developers@ardop.groups.io
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the developers@ardop.groups.io group. File: ARDOP_Thruput Rev 1.xlsx Uploaded By: Rick Mu
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the developers@ardop.groups.io group. File: ARDOP_Thruput Rev 1.xlsx Uploaded By: Rick Mu
|
By
developers@ardop.groups.io Notification
·
|