| | |
sending sms through a java program
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
![]() |
Here list of threads where this been mentioned. You may find some answers there, but be aware most of them just hold request to get code and not solution...
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)
LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Publilius Syrus
(~100 BC)
LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
That depends on your SMS Gateway which is also, in messaging terminology, called SMSC or Short Message Service Centre. If your provider uses the HTTP Protocol to have sms sent over to them then you would need to use HTTP POST/GET method. On the other hand if your provider uses the SMPP (Short Message Peer to Peer) Protocol you would have to use the same to connect to them. Then you would become an ESME (Extended Short Messaging Entity) which can be termed as a client and the SMSC acts as the server.
In this case your communication would be through the SMPP Protocol PDUs. You can find out more about the SMPP Protocol on the net. To do this you would require a Java SMPP API using which you can communicate with the SMPP Server. One of the popular Java SMPP Libraries is here. Download it, it comes with the Java Docs. Reading SMPP Protocol Specification would also prove to be helpful.
In this case your communication would be through the SMPP Protocol PDUs. You can find out more about the SMPP Protocol on the net. To do this you would require a Java SMPP API using which you can communicate with the SMPP Server. One of the popular Java SMPP Libraries is here. Download it, it comes with the Java Docs. Reading SMPP Protocol Specification would also prove to be helpful.
Get up every morning and take a look at the Forbes' list of richest people. If your name doesn't appear.... GET TO WORK !!!
![]() |
Similar Threads
- how to write java program which sholuld be able to send sms messages to mobile (Java)
- java program to send sms to tomcat server (Java)
- Sending SMS from PC (Computer Science)
- Sending/Receiving SMS through PC using JAVA. (Java)
- For idontno: Window Xp IE 6 (DNS ERROR) page not found! (Viruses, Spyware and other Nasties)
- sms via java (Java)
- Email Client, SMS, Voice command (Java)
Other Threads in the Java Forum
- Previous Thread: javac not recognised as internel or externel command
- Next Thread: Java or JavaScript
Views: 1364 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for Java
android api apple applet application apps arguments array arrays automation binary bluetooth businessintelligence card chat class classes client code collision component crashcourse database draw eclipse ee error event exception file fractal free game gis givemetehcodez graphics gui helpwithhomework html ide image input integer integration j2me java javadoc javafx javaprojects jmf jni jpanel julia jvm linux list loop machine map method methods migrate mobile netbeans newbie nls number object oracle physics print problem program programming project radio recursion scanner screen security server service set size sms socket software sort sql string swing test textfield threads time transfer tree trolltech utility windows




thanx in advance 

