RUTX11: How to get GPS coordinates when using remote ssh connection to router?

GPS related questions:

My RUTX11 router web UI says that Status / Service / GPS
Enabled = On
Status = Up

How can I get GPS coordinates from RUTX11 when using remote ssh connection to router?

Do I need to install additional packages or is the GPS support available in the default config?

What commands to use to install / to get the coordinates?

Thank you for your support and help!

Hello,

From a ssh console: gpsctl -ixa for latitude longitude altitude, gpsctl -h for help.
gpsctl is installed by default.

Regards,

Seems to work fine! Thank you!!