Sending and receiving SMS

£可爱£侵袭症+ 提交于 2019-12-12 17:01:08

问题


I'm looking for information how to receive and send SMS using own application. I don't know what devices I should use, what programming language has an appropiate API and so on.


回答1:


You might want to look into Twilio. They have services for sending and receiving SMS messages.




回答2:


Check out SMSLib at http://smslib.org/

SMSLib is a programmer's library for sending and receiving SMS messages via a GSM modem or mobile phone. SMSLib also supports a few bulk SMS operators.

SMSLib is distributed under the terms of the Apache v2 license.




回答3:


Take a look at EzTexting API and code samples in C#, PHP, Ruby, Java, Perl, Python. Ask me if you have specific questions, I work for the company so would be able to help you with the integration.



来源:https://stackoverflow.com/questions/5355303/sending-and-receiving-sms

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!