elvis-epx / LoRaMaDoR

LoRa-based chat and automatic communication
14 stars 1 forks source link

Act like AX25 possible ? #3

Open cyberknol opened 3 years ago

cyberknol commented 3 years ago

Hello, I wonder if it is possible for you to program it like a 90's TNC2S and use also the software like Paxon to communicate with the TTGO. There is a !TNC function, but I don't understand the function of the cmd. But for example is the next example possible ?

For example I (AA1AAA) connects BB1BBB AA1AAA sends "Hello world" to BB1BBB If BB1BBB does not respond that he did receive "Hello world", the AA1AAA resends "Hello world". If BB1BBB finaly does receive "Hello World", he conforms. and new packet can be send by AA1AAA

Like Packet Radio of the 90's ;-)

Peter

elvis-epx commented 3 years ago

Hi,

The "TNC" mode is kind of abuse of nomenclature. The idea of this mode is to make it easier for a program to interact with the stack, instead of a human in a terminal; and create an 8-bit clean method to exchange packets.

On 5 Dec 2020, at 04:12, cyberknol notifications@github.com wrote:

Hello, I wonder if it is possible for you to program it like a 90's TNC2S and use also the software like Paxon to communicate with the TTGO. There is a !TNC function, but I don't understand the function of the cmd. But for example is the next example possible ?

For example I (AA1AAA) connects BB1BBB AA1AAA sends "Hello world" to BB1BBB If BB1BBB does not respond that he did receive "Hello world", the AA1AAA resends "Hello world". If BB1BBB finaly does receive "Hello World", he conforms. and new packet can be send by AA1AAA

Like Packet Radio of the 90's ;-)

Peter

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.