How can we develop SMPP application in java ?
which library classes we should use for development ?
Printable View
How can we develop SMPP application in java ?
which library classes we should use for development ?
jsmpp - Java SMPP (Short Message Peer-to-peer) API - Google Project HostingQuote:
JSMPP is a java implementation (SMPP API) of SMPP protocol (currently support SMPP v3.4). It provides interfaces to communicate with Message Center or ESME (External Short Message Entity) and able to handle traffic 3000-5000 messages per second.
SMPP is stand for Short Message Peer to Peer. It is a standard protocol for exchanging SMS messages between SMS entities over TCP/IP or X.25 connections.