MessagingToolkit 1.8.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package MessagingToolkit --version 1.8.2
NuGet\Install-Package MessagingToolkit -Version 1.8.2
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="MessagingToolkit" Version="1.8.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MessagingToolkit --version 1.8.2
#r "nuget: MessagingToolkit, 1.8.2"
#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 MessagingToolkit as a Cake Addin
#addin nuget:?package=MessagingToolkit&version=1.8.2

// Install MessagingToolkit as a Cake Tool
#tool nuget:?package=MessagingToolkit&version=1.8.2

messagingtoolkit is a .NET C# messaging library that can be used to send and receive messages using any ETSI 07.05 compliant GSM modem or phone handset connected to the PC serial port through serial cable, infrared or bluetooth.

It can also be used to send and receive MMS using MM1 protocol, and SMS using SMPP protocol.

It also support sending and receiving SMS through your Android devices starting release 1.8.0.0.
You will need to install the Android app available at Google Play Store. Refer to http://www.mymobkit.com/ for more details.

- Starting version 1.8.1.0, the library can be used with the Mono platform.
- As of release 1.8.2.0, the library has been tested with Windows 10.

Do run the demo under Administrator permission else certain features, e.g. MMS sending and receiving may not work due to system security constraints.

Some of the features of the library

* Send SMS
* Read incoming SMS
* Send MMS
* Read MMS
* Send WAP Push message
* Send vCalendar, vCard
* Send Flash SMS
* Send Picture SMS
* Send OTA bitmap, ringtone, operator logo, or custom Smart SMS
* Send QR Code or any other kinds of barcodes like EAN-8 or EAN-13
* Send and receive Class 1, Class 2, Class 3 7 bit ANSI, 8 bit-ANSI, or 16-bit Unicode messages
* Send QRCode as Picture SMS
* Send QRCode through MMS
* Flexibility to set content as string or byte array for binary SMS
* Read and set various information on the phones. E.g. SMSC, battery level, network parameters
* Read and delete messages from the phones
* Dial, answer and hang up call
* Detect incoming call, and automatically hang up the call
* Support USSD
* Read and write to phone book
* Export SMS from phone/GSM modem
* Export phone book
* Built-in multiple gateways suport, which means you can use more than 1 GSM modems at one time, and the messages are routed and load balanced among all the gateways
* Basic routing and load balancing (round robin) are built-in, and you can define your own routing and load balancing rules by overriding the default class
* Ability to define group of destination numbers so that messages can be sent in bulk easily
* Ability to detect gateway disconnection and route message to active gateway
* Delayed message sending
* Run-time debug mode
* Persisted queue

There is also a demo program which shows all the essential features of the library.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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.

Version Downloads Last updated
1.8.3 19,785 4/1/2017
1.8.2 2,730 3/6/2016
1.8.1 2,757 3/14/2015
1.8.0 1,982 12/22/2014
1.7.5 2,802 7/6/2013
1.6.1.1 1,426 4/27/2013

* 1.8.2.0 is released. Windows 10 is tested.
* 1.8.1.0 is released. Mono is supported now.
* 1.8.0.0 is released. This release supports using your Android phone for sending and receiving SMS.
* 1.7.5.0 is released with few bug fixes. Now .NET 4.5 is supported.
* 1.6.1.0 is released with few bug fixes.