BSN.SmppClient 1.0.0

dotnet add package BSN.SmppClient --version 1.0.0
NuGet\Install-Package BSN.SmppClient -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BSN.SmppClient" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BSN.SmppClient --version 1.0.0
#r "nuget: BSN.SmppClient, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BSN.SmppClient as a Cake Addin
#addin nuget:?package=BSN.SmppClient&version=1.0.0

// Install BSN.SmppClient as a Cake Tool
#tool nuget:?package=BSN.SmppClient&version=1.0.0

SMPPClient

For use new featuers and bugfixes see https://github.com/BSVN/SMPPClient

Copyright 2011-2013 Ardan Studios. All rights reserved.<br /> 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<br />

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

Extended Support<br /> 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.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 83 5/15/2024

Please see CHANGELOG.md