2) How can we implement RUP or Agile type of Software process in our company. Ours is small company, and now we want to learn some of this process and implement.
Thanks
about the SMS i am currently working in this project !!
what you need at the begining is a Gateway SMS Provider and i usedwww.clickatell.com they are cheap and reliable ... then you need to choose the protocol that you need to use and i think the http will be suitable as you want to send for group not using the SMTP as this is better for single SMS or small numbers !!!
the Provider will give you an API that will tell you how you can use the parematers to get the funtionality that you need !!!
get provider first and if you need any other help get back to me !!
HTH
Gateway SMS Provider ? What does that mean? Is it Cingular, Tmobile, ATT or Verizon ?
How do I contact Provider and what should I look for in them?
Is protocol provider dependent?
Here is what I see on Clickatell site: [Register for Free]
"Connect your website or software application to our carrier-grade SMS Gateway, allowing you to send global SMS messages in minutes. "
Does it mean I can use them as Gateway Provider?
clickatell is a provider !!! yes you are right !!! you can register and buy a bulk messages from them where you can use for your application and they have different protocols like SMTP( is good for single and small number of messages) , http ( for a larger number of messages as group) and my application is using the http protocol.
there is also a code sample as well that you can find when you find the pdf files as API documentation. read it and if you need any other help get back to me where i could !!!
good luck!!
I can recommend taking a look athttp://www.ozeki.hu/ they make an SMS Server program that you install on the server and then connect your own mobile phone by its data cable to the server. That way the cost of the messages can be put on your phone bill without having to buy credits from a third party.
Thetm4b sms gateway recently put some sample code on their side forsending sms in c#. Give it a try and let us know how it goes.
we are doing a project on designing sms gateway server, for eg. if we send our register no. to the server, it will return the semester results.. could u please guide me on this.. i'd like to use VB.Net as programming language.. is there any toolkit avilable..?
There could be another solution that might be even simpler....I tested the following with great success ;
If you can send an email instead from your application ,this solution could work for you; Many internet providers have a service for their customers were you can set up their server to send an SMS trigged by emails.
It worked for me. It turned out that I could configure their system to trig on a certain word or words in the subject line ,and then forward the subject line in an SMS to a list of mobile phones. All this could be set up at the web-page of my provider ; They had a specific setup-page for email services.
So I set it up to trig on the word "Alarm" ,and sendt a mail to myself with subject line "Its an alarm" ,and ,yes ,seconds later I received an SMS !!!!
Kwik's right! What he/she is talking about is using smtp as the means of communicating the details of your sms in a similar way to http. It just depends on your needs and what you find easier!
0 comments:
Post a Comment