FreeTAKTeam / FreeTakServer

Situational Awareness Server compatible with TAK clients
Eclipse Public License 2.0
639 stars 165 forks source link

Data reception timeout #553

Open NarmadaBalasooriya opened 1 year ago

NarmadaBalasooriya commented 1 year ago

Hi,

I am trying to send the real-time robot position from ROS to the FreeTAKServer and then show it on TAK-Civ running on an Android tablet. I installed the FTS on a remote server computer using Zero Touch and also set the network settings for inbound ports. I used the configuation and AWS tutorial in the link https://github.com/FreeTAKTeam/FreeTAKServer-User-Docs/tree/main/docs/docs/Installation/Cloud.

I am using Python 3.8 on both Robot ROS node and the FTS server. My robot ROS node is using takpak similarly to https://github.com/FreeTAKTeam/FreeTAKServer-Simulator/tree/756915719926e114532fdc32cc1e774bba640a86.

I am getting a Data Reception Timeout error on my TAK-Civ client running on the Android tablet. I am sending data over TCP port to avoid SSL certificate issues.

Any idea on what might cause the data reception timeout?

Thanks.

brothercorvo commented 1 year ago

Any idea on what might cause the data reception timeout?

if you get this message, probably your client cannot see the server: ensure that you have open the firewall ports on AWS