richonguzman / LoRa_APRS_iGate

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

APRSdroid kiss tnc connection lost (TNC KISS Server) #91

Closed ltenconi closed 1 month ago

ltenconi commented 1 month ago

When using the TNC Server option with APRSdroid kiss tnc, APRSdroid gets disconnected and tries to reconnect. The TTGO is logging(Syslog) some packets from APRSdroid so the connection seems to be partially working.
There are no specific details for APRSdroid in the TNC wiki section https://github.com/richonguzman/LoRa_APRS_iGate/wiki/14.-TNC-information, so I might be missing some configuration to make this work.

Excellent work Ricardo!

ltenconi commented 1 month ago

Update: Seems to be working by disabling the socket time out option in Aprsdroid.

ltenconi commented 1 month ago

I can confirm TX is working with the following APRSdroid settings:

Connection protocol: TNC(KISS) Connection type: TCP/IP Start up delay: 300 ms Server: igate_ip_address:8001 Socket TCP time out: 0 -> DISABLED!

richonguzman commented 1 month ago

great info! will try to add this to a soon to be made TNC wiki