不使用 GSM 调制解调器读取短信?
我想在手机中读取短信并在我的服务器中处理它。我认为可以借助 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您正在寻找的是短信网关。那里有很多服务;例如这个服务 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