|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
sms?
does anyone know how to create an sms app ..basically a web to phone messaging service?
__________________
Web Development Studio | XML/ XSL/ PHP/ Flash/ Mysql | Digital Metamorphoses | http://www.dimensionstudio.biz |
|
#2
|
||||
|
||||
|
yeah i've done it numerous times, you need some kind of connection into an sms aggregator or you can go the distance and gsort out your own gateway.
some american networks suport sending sms in the form of email but with a decent aggregator you will get delivery reports and extra stuff some do it by xml or http, some soap and some smpp. hope this helps. pm me if you want a list of people to avoid, ie those who can be best described as being s***
__________________
Andy Moore << oh no it's got a blog..... Word Press WAP Plugin with Ad Mob Advertising revenue PHP developer deploying ringtones, mp3 downloads and realtones I'm a geek who's obsessed with stats and gadgets |
|
#3
|
|||
|
|||
|
For my gaming clan website im using a sms gateway called PSWinCom.
Its very easy to use, and very flexible. You should check it out. ![]() http://www.pswin.com |
|
#4
|
|||
|
|||
|
sms?
You should check out www.easytext.ie. Our College use this sms service all the time....
|
|
#5
|
||||
|
||||
|
Sending SMS if you've not clicked the sticky one at the top of the forums.
|
|
#6
|
|||
|
|||
|
Quote:
There are 2 ways: 1. Purchase SMS messages from an SMS service provider or mobile operator and send the SMS messages through the Internet. 2. Connect a mobile phone or GSM modem to your computer and send the SMS messages through it. |
|
#7
|
|||
|
|||
|
I am a junior programmer who is very keen and interested in SMS applications. I would like take the challenge of developing my own SMS app rather than take it from providers.
Can you please eloborate more on the second option that I am interested about. Thanks a lot Quote:
|
|
#8
|
||||
|
||||
|
google kannell / smsnow
|
|
#9
|
|||
|
|||
|
Hello,
In order to send SMS with your mobile phone or GSM modem, you have to learn two things basically: 1. How to write a program to send and receive data through the serial port (here I suppose your mobile phone or GSM modem is connected to your computer's serial port) 2. AT commands. Your program send AT commands through the serial port to instruct your mobile phone or GSM modem to send SMS. Some open source libraries are available for download on the web that have already done the above two things for you. But as you want to take the challenge of writing the program, you have to learn the above two things yourself. Hope that helps. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > sms? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|