FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
441 views 1 comments
by anonymous

Hello,

How can I easilty get the current latitude and longitude from the RUT955 to another service running on the LAN network? I tried using te getcord endpoint, but needed authorization, and I'd like to do it without authorization very simple.

https://ometv.onl https://chatroulette.top https://omegle.wtf https://bazoocam.cam

thanks

alexsunny

1 Answer

0 votes
by anonymous

Hello,

You can simply use https to send it to the LAN device . 

Or you can use ssh on the LAN device to get latitude or longitude by using the following command .

gpsctl - h (with this you would be able to see more options for GPS).

root@Teltonika:~# gpsctl -h

Usage: gpsctl [options]

Options:

-h, --help show usage information

-d, --debug debug mode

-i, --latitude get latitude

-x, --longitude get longitude

-t, --timestamp get timestamp

-a, --altitude get altitude

-v, --speed get speed

-p, --satellites get satellite count

-g, --angle get angle

-s, --status get fix status

-u, --accuracy get accuracy

-e, --datetime get datetime (YYYY-MM-DD HH:MM:SS)

Depreciated options:

-f --fix get fix time

-c, --course get course over ground

Thank you.

Regards,

Ahmed

by anonymous
Hello,

Another option would be to use snmp, activate it on the router and from another device:

snmpget -v 2c -c public rut955_ip_address 1.3.6.1.4.1.48690.6.1.0 -> latitude

snmpget -v 2c -c public rut955_ip_address 1.3.6.1.4.1.48690.6.2.0 -> longitude

Regards,