我需要製作一個可以通過SMPP協議發送消息的客戶端腳本。所以,我已經開始使用Pythomnic3k了。在設置的一部分中,您需要安裝以下設備: * Python 3 with threads and OpenSSL support. It is seldom installed
by default in any of today OSes. Use your package manage
我正在使用JSMPP(SMPP的Java實現)從我的web應用程序向SMS中心發送SMS。我有以下代碼來接收任何發送的短信的發送報告。 public class MessageListenerImplementation implements MessageReceiverListener {
public void onAcceptDeliverSm(DeliverSm deliver