vote up 1 vote down star
1

What could be the use or application of SMS aggregators such as SMSLib or Kannel. Can I use them to send SMS's from my web server.

In case they can send SMS's will those be sent on a GSM channel or GPRS channel.

What would be the cost implications per sms on part of the customer and on part of my implementation process?

flag

1  
No such thing as "GPS channel"! You can't send data via GPS, only triangulate your current latitude/longitude based on GPS satellite positions. – Jeremy Rudd Aug 12 at 15:10
I meant to say GSM channel. – Kevin Boyd Aug 12 at 15:22

2 Answers

vote up 1 vote down check

You can use those libraries/SDK's but you will still need to get a short code to send and receive SMS text messages to and from a mobile device.

OpenMarket offers this type of service as well as a number of software SDK's to implement your request. Also OpenMarket offers Premium SMS as well as MMS.

It's a lot easier then Kannel ;)

BTW if you just looking to send SMS via a web page and know what carrier the user is you might want to try the SMS gateway approach. It's using a special email address to send SMS to a mobile device, but I don't think they can reply to this type of message.

link|flag
How do I get the facility of SMS gateway, do I have to approach a phone service provider, or is it provided free by some online websites? – Kevin Boyd Aug 8 at 14:51
1  
The SMS Gateway approach is one way communication to a mobile device through a special carrier email, like for AT&T in the USA you can use these: number@txt.att.net (SMS) number@mms.att.net (MMS) But the catch is the mobile device can't reply to these types of messages. If you want true SMS capabilities you need to use an aggregator like OpenMarket – Phill Pafford Aug 10 at 14:59
1  
also for the SMS Gateway you need to know the end user's carrier to send to the right email address. – Phill Pafford Aug 10 at 15:00
1  
Email gateways are not supported in Europe. Only it is in USA, in some carrier and with limit in traffic. I will recomend you contract SMS Push provider for 1-direction comunication. If you need 2-direction comunication, you have to contract short code with some sms aggregator. Normaly, aggregators have HTTP, SMPP or web services interfaces to connecting them. – fravelgue Aug 12 at 7:29
vote up 0 vote down

hey, i have this major project on creating sms application to send sms from pc to phone and vice versa using python. the thing is i have no idea about python or programming - they said it was a challenge i should take on so yeh im jst trynna do it... and like im so stuck here...can someone help me out here pls??? is there a code in python i can use to send sms via a sms gateway or something???

thanks in advance

crystal

link|flag
Probably could post this as a new question with proper tags, that way more people would view it and you have a better chance of getting help? First of all why Python? What phones are you targeting? Iphone, Android... etc? You could have to look at PyS60, its a Python interpreter that Nokia has built for its S60 phones. You could have a look at – Kevin Boyd Sep 7 at 11:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.