开发者

Is there a way to programmatically access sms's from a computer? [duplicate]

开发者 https://www.devze.com 2023-02-01 04:19 出处:网络
This question already has answers here: Closed 12 years ago. 开发者_运维百科 Possible Duplicates:
This question already has answers here: Closed 12 years ago. 开发者_运维百科

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
0

精彩评论

暂无评论...
验证码 换一张
取 消