Hi All,
Plz tell me how to send sms from pc to mobile in java without any connection
Thanks in advance
Islam Ahmad
Printable View
Hi All,
Plz tell me how to send sms from pc to mobile in java without any connection
Thanks in advance
Islam Ahmad
Did you try anything? Please show your effort first. Search on the web and our forum, you can find lots of useful related stuff.
HINT: Read about Java Communication API.
Java Communications API
Thanks,
I searched on the internet I found sending sms via modem but not with wireless.
I think web services and wireless protocol may be used.
Please help.
Thanks
Islam Ahmad
Bit explanation.
We can consider SMS in contrast service, which data transfer through wireless provider. Today you can find several wireless networks like, CDMA, GSM, PDC, ect.... Even though you've a network, how can you send data through that? Protocol comes to the picture at the min. HTTP, SMTP, UCP, etc.. are available. But the implementation is not an easy task.
Read about Sun Java Wireless Toolkit as well, after reading the previous API. Then you can have a better idea in different aspect.