richonguzman / LoRa_APRS_iGate

LoRa APRS iGATE for ESP32 Based Board with Rx + Tx capabilities
MIT License
208 stars 65 forks source link

Packet Gated from IS to RF are not sent using proper thirdpartyformat #112

Closed F4FXL closed 1 month ago

F4FXL commented 3 months ago

To avoid looping of packets between RF to IS packets must be sent using the third party format. See here

Currently outgoing packets are sent in a regular frame with just adding TCPIP into the path Here an example of a wrong frame being sent out, the Gateway is F4FXL-10 F4FXL-1>APX221,TCPIP,WIDE1-1,F4FXL-10::F4JXQ-9 :Recu en Lora !{EO}

Correct formating must be: F4FXL-10>APLRG1:}F4FXL-1>APX221,TCPIP,F4FXL-10::F4JXQ-9 :Recu en Lora !{EO}

wb2osz commented 3 months ago

More accurately, there should be * after the IGate name:

F4FXL-10>APLRG1:}F4FXL-1>APX221,TCPIP,F4FXL-10*::F4JXQ-9 :Recu en Lora !{EO}

73, John WB2OSZ

richonguzman commented 1 month ago

this was implemented a few versions ago