不使用 GSM 调制解调器读取短信?

发布于 2025-01-03 07:50:48 字数 290 浏览 0 评论 0原文

我想在手机中读取短信并在我的服务器中处理它。我认为可以借助 GSM 调制解调器来完成。但是,我被要求在不使用 GSM 调制解调器的情况下完成此操作。还有其他方法可以完成此操作吗?如果还有其他方法,请告诉我。 (首选实现语言-java、c#/vb.net、php、c/c++)

根据评论更新:

我计划开发一个短信投票系统,我们公司的员工可以通过发送短信来投票短信。

例如,用户将被要求以特定格式(例如投票)发送短信到手机号码。我需要从我的服务器读取短信(位于手机中),并且应该对其进行处理以计算结果。

I want to read sms in a mobile and process it in my server. I think it can be done with the help of GSM modem. But, i have been asked to do it without using GSM modem.Is there any other way to make it done?. If there is any other way, pls let me know.
(preferred languages to implement-java,c#/vb.net,php,c/c++)

Update based on comment:

I am planning to develop a SMS polling system using which our company employees can vote by sending SMS.

For example, the users will be asked to send sms in a particular format(say VOTE ) to a mobile number. I need to read the sms(which is in a mobile) from my server and it should be processed to calculate the result.

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

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

发布评论

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

评论(1

顾铮苏瑾 2025-01-10 07:50:48

我认为您正在寻找的是短信网关。那里有很多服务;例如这个服务 http://clickatell.com/products/gateway.php

他们通常提供可用于将其与服务器集成的 API。

您可以在 Wikipedia 上找到有关 SMS 网关的一些基本信息:
http://en.wikipedia.org/wiki/SMS_gateway

以及此处提供的短信网关列表:
http://en.wikipedia.org/wiki/List_of_SMS_gateways

I think what you are looking for is a SMS Gateway. There are plenty of services out there; like For example this service http://clickatell.com/products/gateway.php

They usually provide an API that you can use to integrate it with your servers.

You have some basic information on SMS Gateways available on Wikipedia here:
http://en.wikipedia.org/wiki/SMS_gateway

And a list of SMS Gateways available here:
http://en.wikipedia.org/wiki/List_of_SMS_gateways

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