Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
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.
Posted
Comments
Rajesh Anuhya 29-Oct-10 2:38am    
where do mean by "SMS is send from any mobile" ?????
qontary 29-Oct-10 2:53am    
Listen for SMS => you need to hook up a GSM modem to your PC, develop application to read the SMS and record to the DB server.
Host on the internet => you want people to view or edit the "SMS" inside the DB.

Is this what you mean?

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:
 
Share this answer
 
Comments
Wanlambok 29-Oct-10 4:17am    
Thank you sure..
In addition to Ankur answer..,

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

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900