Skip to content

kamaroly/SMPPClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMPPClient

Copyright 2011-2013 Ardan Studios. All rights reserved.
Use of this source code is governed by a BSD-style license that can be found in the LICENSE handle.

SMPP Client in C#

This class library implements the SMPP 3.4 protocol for use within .Net application. It can be used to build both ESME and SMSC based software.

Key Features

  1. Fully tested production code. Can handle millions of transactions a day.
  2. ESMEManager support mutiple binds of different types. Will round-robin on Transmitter and Transceiver bind.
  3. Will log the Full PDU to stdout.
  4. Support for SQL Server to store PDU's.
  5. Reconnection support when connection drop. Implements the Enquire link rules.
  6. Supports Encoding for ASCII, Latin1 and UTF-16. Handles Default data coding rules.
  7. Event driven API so all the details are taken care of.
  8. Working console based test application.

Extended Support
Ardan Studios has frameworks for using the SMPP client in a windows service. We also have bare bones services for an ESME and SMSC implementation.

Contact Ardan Studios at bill@ardanstudios.com for more information.

About

SMPP Client in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%