Venil Aravazhi
Venil Aravazhi

Reputation: 299

What is the SMPP protocol?

What is the SMPP protocol and how does it work?

I've not even seen it yet and have to start with introduction onward.

Upvotes: 12

Views: 34808

Answers (2)

Pietro
Pietro

Reputation: 263

SMPP is a low-level binary Internet protocol.

The primary use of SMPP is to send and receive medium-to-high volumes of SMS texts.

SMPP uses a standard Internet connection to connect to an SMPP provider, to do away with or compliment the purchase of a GSM modem or a SIM card.

SMPP offers the following benefits over a GSM modem:

  • Send by a meaningful name e.g. a company name instead of phone number.
  • Send by a short codes; 3, 4, or 5 digit phone number instead of the normal length.
  • Faster processing

Software:

For the record: I'm a programmer at ActiveXperts, actively involved in SMPP and SMS related developments.

Upvotes: 26

Rene
Rene

Reputation: 642

Fundamentally it's the main protocol that SMS aggregator companies (mostly!) use when communicating with different type of Gateways (GW).

Please check these links...they will definitely help you out understand SMPP more thoroughly. http://www.simpleteam.com/downloads/SMPP_v3_4_Issue1_2.pdf

http://www.ehow.com/facts_7344160_smpp-protocol_.html

Wikipedia definition: "SMPP is a telecommunications industry protocol for exchanging SMS messages between SMS peer entities such as short message service centers and/or External Short Messaging Entities. It is often used to allow third parties (e.g. value-added service providers like news organizations) to submit messages, often in bulk."

Upvotes: 5

Related Questions