SmsToolset NuGet Package

GSM SMS toolset (.net library)

SmsToolset is .net library written in C# which aims to help create applications of sending and receiving text messages in PDU format over GSM network.

The original key concept of this library is the PDU profile wchich is an object that determines structure of transmitted PDU packet.

Basic part of PDU profile object is settings object driven by text file in well known JSON format. Parameters of profile defined in JSON file are loaded into settings object which initializes the PDU profile object.

The essential task of profile is to create PDU packets. Another essential part of library is PDU profile manager that helps create and manage many diffrent profiles.

In general the library consists of three main parts responsible for:

- creating and managing PDU profiles,
- creating commands for terminal equipment (GSM modem),
- sending commands to and receiving response from terminal.

Library contains also basic implementation of tools that help with tasks of:

- authentication by pin,
- manipulation of service center number,
- sending and reading messages.

For more look at article at codeproject.com: "SmsToolset library for sending sms over GSM network using PDU format".




Got any SmsToolset Question?





Info

Version: 1.0.0
Author(s): atmdev.net
Last Update: Thursday, July 11, 2019
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/atmdevnet/SmsToolset
NuGet Url: https://www.nuget.org/packages/SmsToolset


Install
Install-Package SmsToolset
dotnet add package SmsToolset
paket add SmsToolset
SmsToolset Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.3

avg-downloads-per-day

0

days-since-last-release

1765