Arad.SMPP
1.0.9
Install-Package Arad.SMPP -Version 1.0.9
dotnet add package Arad.SMPP --version 1.0.9
<PackageReference Include="Arad.SMPP" Version="1.0.9" />
paket add Arad.SMPP --version 1.0.9
#r "nuget: Arad.SMPP, 1.0.9"
// Install Arad.SMPP as a Cake Addin
#addin nuget:?package=Arad.SMPP&version=1.0.9
// Install Arad.SMPP as a Cake Tool
#tool nuget:?package=Arad.SMPP&version=1.0.9
.NET implementation of SMPP protocol v.3.4 and v.5.0. This library can help to communicate with SMSC, send and receive SMS messages. It allows to create SMPP server.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
net5.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
### Fixed
- When client disconnects the PDU packets that already received from network stream must be processed.
- Better logging for disconnect routine
- When client receives corrupted response PDU with readable SMPP Header and non-ok status, return this response in corresponding method and write the warning into the log.