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.