OpenSMPP的文档在哪里?

时间:2014-02-18 11:47:23

标签: java mobile sms smpp

the OpenSMPP homepage不包含OpenSMPP本身的文档,只包含协议引用。有人可以给我一些建议,在地球上我可以找到关于如何使用OpenSMPP API本身的文档和代码示例,特别是关于哪些类可以用于异步接收?

谢谢!

1 个答案:

答案 0 :(得分:3)

如果你想获得API(Javadoc)
  - 如果您在项目中包含库,请按照此处的说明http://opensmpp.org/downloads.html进行解析   - 如果您想手动下载API,请先查看https://oss.sonatype.org/content/groups/public/org/opensmpp/

例如,您可以查看单元测试,克隆(或下载)项目https://github.com/OpenSmpp/opensmpp.git,并查看'client /','sim /'或'* / test /中的来源'文件夹。

出于测试目的,本教程可能也很有用:http://mobiforge.com/design-development/sending-sms-with-smpp-kannel-and-java