Possible Duplicates:
How to do interactive SMS? How to send SMS in Java
I am trying to create a program that will allow you to text a phrase to a number, and then have the computer interpret that phrase and send something back. Originally I thought I could use google voice, but I haven't been able to find a way to download incoming text messages.
How to get text messages on a computer? Java is preferred.
Twilio (where I work) has a Java helper and sending/receiving SMS is just a series of HTTP POST requests.
There is an Open Source library SMSLib
, by using this library can send and read SMS from a compatible mobile connected via Bluetooth/Serial Port
- v4: https://github.com/tdelenikas/smslib
- v3: https://github.com/tdelenikas/smslib-v3
精彩评论