整合短信和互联网 [英] integrate SMS and internet

查看:109
本文介绍了整合短信和互联网的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我想开发一个系统,如果可能的话,可以在.net平台上托管在Internet上,该系统将侦听来自移动设备的SMS.这个想法是,无论何时从任何移动设备发送SMS消息,该系统都会将SMS中的内容插入到SQL数据库中,从而得到记录. 我应该怎么做?

谢谢.

Hi,

I want to develop a system,if possible on .net platform to be host on the internet,that will listen for SMS send from mobile. The idea is that whenever and SMS is send from any mobile this system will insert the content in an SMS to an SQL database and hence get recorded.
How should i do this??

Thank you.

推荐答案

这是可能的!

关于通过asp.net发送/接收SMS的问题在这里已被询问并回答了很多次.在此处以及在Google中进行搜索以获取更多详细信息.

一些基本思路:
您将需要调制解调器来发送/接收SMS.您还需要了解AT Commands以便能够与调制解调器进行交互.有许多免费的库可供使用,您只需通过为其开发接口即可使用它们来发送和接收SMS.
从搜索开始,阅读教程/文章.如果您什么都不懂,那就回来. :thumbsup:
This is possible!

The question about sending/receiving SMS through asp.net has been asked and answered here so many times. Do a search here as well as in Google for more details.

Some basic idea:
You will need a modem to send/receive SMS. You also need to understand AT Commands to be able to interact with the modem. There are many free libraries available for the same using which you can send and receive SMS by just developing the interface for it.
Start with a search, read the tutorials/articles. Get back if you don''t understand anything. :thumbsup:


除了Ankur的答案..,

研究用于与您的手机/调制解调器通信的SerialPort类.
In addition to Ankur answer..,

Do research on SerialPort Class which is used to talk with your mobile/modem.


这篇关于整合短信和互联网的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆