Rutos gpsctl speed unit

Hello

What is the unit of measurment (eg kts, m/s, km/h) on the speed returned by the gpsctl command in RutOS?

I am reading the speed from a RUTX11 using jsonrpc with the following payload:

{
    "jsonrpc": "2.0",
    "id": 2,
    "method": "call",
    "params": [
        self.ubus_rpc_session,
        "file",
        "exec",
        { "command":"gpsctl", "params": ["-v"] }
    ]
} 

I have found 2 other topics where this question is asked but not answered, does anybody know?
Is there anyone from Teltonika on these forums that might be bothered to clarify?

Greetings,

I’ve inquired about this with our R&D and will come back with an answer once I have it.

Regards,
M.

Many thanks, looking forward to hearing back from you.

Hi there, @hydroboy , I’m back with an answer from our R&D:

The actual unit of speed returned by gpsctl -v is in km/h.

Regards,
M.

Great, thanks!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.