{"id":22136,"date":"2023-05-26T10:45:34","date_gmt":"2023-05-26T08:45:34","guid":{"rendered":"https:\/\/www.wjst.de\/blog\/?p=22136"},"modified":"2023-05-26T10:53:26","modified_gmt":"2023-05-26T08:53:26","slug":"gpsless-theft-protection-with-a-mobile-router","status":"publish","type":"post","link":"https:\/\/www.wjst.de\/blog\/sciencesurf\/2023\/05\/gpsless-theft-protection-with-a-mobile-router\/","title":{"rendered":"GPSless theft protection with a mobile router"},"content":{"rendered":"<p>After some try and error, I am invoking now an own startup script on a <a href=\"https:\/\/community.teltonika-networks.com\/66197\/gps-less-device-localization-cell-with-rms-does-work-enable\">Teltonika RU950 router<\/a><\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\nopkg install nano\r\nnano \u2014saveonexit \/etc\/rc.local\r\nsource \/etc\/myscript.sh\r\nCTRL+x\r\n<\/pre>\n<p>and here is the script<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\ntouch \/etc\/myscript.sh\r\nchmod +x \/etc\/myscript.sh\r\nnano \u2014saveonexit \/etc\/myscript.sh\r\n<\/pre>\n<p>sending the following variables<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\ncellid=$(gsmctl -C)\r\nop=$(gsmctl -o)\r\nlac=$(gsmctl -A &#039;AT+CGREG?&#039; | cut -d&#039;&quot;&#039; -f 2)\r\ngsmctl \u2014sms \u2014send \u201c0049********** @op @lac $cellid\u201d\r\nCTRL+x\r\n<\/pre>\n\n<p>&nbsp;<\/p>\n<div class=\"bottom-note\">\n  <span class=\"mod1\">CC-BY-NC Science Surf , accessed 07.04.2026<\/span>\n <\/div>","protected":false},"excerpt":{"rendered":"<p>After some try and error, I am invoking now an own startup script on a Teltonika RU950 router opkg install nano nano \u2014saveonexit \/etc\/rc.local source \/etc\/myscript.sh CTRL+x and here is the script touch \/etc\/myscript.sh chmod +x \/etc\/myscript.sh nano \u2014saveonexit \/etc\/myscript.sh sending the following variables cellid=$(gsmctl -C) op=$(gsmctl -o) lac=$(gsmctl -A &#039;AT+CGREG?&#039; | cut -d&#039;&quot;&#039; -f &hellip; <a href=\"https:\/\/www.wjst.de\/blog\/sciencesurf\/2023\/05\/gpsless-theft-protection-with-a-mobile-router\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">GPSless theft protection with a mobile router<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[2596,4163,4165,4166,4164,4162],"class_list":["post-22136","post","type-post","status-publish","format-standard","hentry","category-computer-software","tag-gps","tag-cellid","tag-gsm","tag-lte","tag-sms","tag-tower"],"_links":{"self":[{"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/posts\/22136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/comments?post=22136"}],"version-history":[{"count":4,"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/posts\/22136\/revisions"}],"predecessor-version":[{"id":22140,"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/posts\/22136\/revisions\/22140"}],"wp:attachment":[{"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/media?parent=22136"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/categories?post=22136"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wjst.de\/blog\/wp-json\/wp\/v2\/tags?post=22136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}