Overview

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.

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.

Bulk Gateway is another program using the core library which you can use to send SMS and WAP Push messages in bulk.

There is also an open source SMS application server being developed using the library. You can check it out here

You can see the screenshots in the WiKi.

The latest version can be downloaded here

For the older version that is written in VB.NET, you can still download it from https://twit88.com/home

Issue tracking

View all issues

Members

Manager: admin, developer

Latest news

Support for encoded USSD command in Huawei E160 and E173
Both Huawei E160 and E173 USSD command must encoded properly
Added by admin 16 days ago

Patch release 1.4.2.0
Patch release 1.4.2.0 is out
Added by admin 55 days ago

System.IO.Ports.SerialPort.GetPortNames error with Bluetooth
Using .NET 3.5, sometimes System.IO.Ports.SerialPort.GetPortNames returns COM ports with a "c" at the back, e.g. COM24c. This is a bug in .NET 3.5. This bug causes the sample programs failed to sort the COM ports correctly.
Added by admin 55 days ago

Patch release 1.4.1.0
This is a patch release which uses the latest barcode library
Added by admin 98 days ago

Release 1.4.0.0 for .NET 3.5 and 4.0
Release 1.4.0.0 is out. This is a bug fix release.
Added by admin 133 days ago

View all news