0

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.

Cœur
  • 37,241
  • 25
  • 195
  • 267
everett1992
  • 2,351
  • 3
  • 27
  • 38

2 Answers2

1

Twilio (where I work) has a Java helper and sending/receiving SMS is just a series of HTTP POST requests.

John Sheehan
  • 77,456
  • 30
  • 160
  • 194
0

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

Cœur
  • 37,241
  • 25
  • 195
  • 267
Vikas Patidar
  • 42,865
  • 22
  • 93
  • 106