用于访问和监控电话连接上的短信的硬件和软件设置

发布于 2024-09-13 19:30:17 字数 75 浏览 3 评论 0原文

我需要什么硬件/软件来设置一台机器来监控电话连接上传入的文本(“SMS”)消息?该软件需要能够读取消息,将其复制到数据库,然后将其删除。

What hardware/software do I need to setup a machine that monitors incoming text ("SMS") messages on a phone connection? The software needs to be able to read the message, copy it to a database and then delete it.

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

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

发布评论

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

评论(1

绻影浮沉 2024-09-20 19:30:17

三个想法:

  • 使用谷歌语音而不是手机,您收到的短信将以电子邮件形式发送

  • 获得便宜的耳机连接上具有串行端口并且可以使用 AT 命令(AT+CMGR 或类似命令)接收 SMS 的手机,使用具有电平转换功能的电缆将其连接到计算机的串行端口

  • 使用 Android 手机并编写应用程序这是做什么的。

Three ideas:

  • Use google voice instead of a cell phone, and your received SMS will arrive as email

  • Obtain a cheap phone that features a serial port on the headset connection and can use AT commands (AT+CMGR or something like that) to receive SMS, connect this to a computer's serial port using a cable with level translation

  • Use an Android phone and write an application which does this.

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