从短信中解码 GPS 数据和跟踪器

发布于 2024-12-11 04:02:35 字数 346 浏览 0 评论 0原文

我有一个 GPS 跟踪器,当发送 *1234*x# 短信时,它会发送以下短信。

UnArmed;引擎:关闭;门:关闭;LAC:2728;CID:EE62;信号强度:17$GPRMC,150105.00,A,0637.99406,N,00320.91465,E,0.022,,181011,,,A*76

我正在尝试做两件事。

  1. 解码消息,以便我可以为其创建服务器。

  2. 可能会识别跟踪器型号,看看它是否也具有 GPRS 功能。

我从跟踪农村救护车的现有健康任务中“继承”了它,并且该文件不存在,而且供应商也关闭了商店。

提前致谢

I have a GPS tracker that sends the following sms message when sent a *1234*x# sms.

UnArmed;Engine:off;Door:off;LAC:2728;CID:EE62;Signal Strength:17$GPRMC,150105.00,A,0637.99406,N,00320.91465,E,0.022,,181011,,,A*76

I am trying to do 2 things.

  1. Decode the message so I can create a server for it.

  2. Possibly identify the tracker model to see if it also has GPRS capabilities.

I "inherited" it from an existing health mission that tracks rural ambulances, and the documentation is non existent and also the supplier has closed shop.

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我一直都在从未离去 2024-12-18 04:02:35

看起来 $ 后面的所有内容都是标准的 NMEA 句子。 $ 之前的所有内容看起来都非常简单。

It looks like everything after the $ is a standard NMEA sentence. Everything before the $ looks pretty straightforward.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文