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.
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 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
- 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
- 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
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.
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 http://www.twit88.com/home
Latest news
SmartGateway Preview
MessagingToolkit SmartGateway to be available soon
SmartGateway in release 1.4
A message gateway will be available in version 1.4
Release 1.3.0.0 is out
In this release, SMPP protocol is supported
Patch Release 1.2.0.1
This is an emergency release which fix a critical bug found in release 1.2.0.0
SMPP Protocol in coming release
We will be supporting SMPP protocol in the next release