SMPP Client for NetCore.
This class library implements the SMPP 3.4 protocol for use within .NetCore application. It can be used to build both ESME and SMSC based software.
- EsmeManager support mutiple binds of different types. Will round-robin on Transmitter and Transceiver bind.
- Will log the Full PDU to stdout.
- Reconnection support when connection drop. Implements the Enquire link rules
- Supports Encoding for ASCII, Latin1 and UTF-16. Handles Default data coding rules
- Event driven API so all the details are taken care of
- Working console based test application.