sms gateway - Java SMPP client implementation -


i want implement simple client application in java connect , send messages using sms gateway. service provider has configured gateway , have it's ip, port, username & password. have downloaded smpp api.

question there no enough documentation. there examples or documentation..? thank you.

hello there pdf documentation can use @ bottom scope document defines version 3.4 of smpp protocol , specifies command , response format used when implementing smpp v3.4 protocol interface. intended designers , implementers of smpp v3.4 interface between smsc , external short message entity (esme), illustrated in following diagram. figure 1-1: context of smpp in mobile network

http://opensmpp.org/specs/smppv34_gsmumts_ig_v10.pdf


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -