Log-In  +1.248.286.2800

Shared Object SMS SDK


Version: 3.0.0
Released: 1/22/2002

The Shared Object SMS SDK provides easy, high-level control of the OpenMarket Exchange wireless text-messaging platform. The Shared Object SMS SDK was designed be to be as developer-friendly as possible by hiding the intricacies of the XML format required to communicate with the OpenMarket Exchange WMP (Wireless Message Protocol) servers. The Shared Object SMS SDK makes it possible to send an SMS message off with as little as two lines of code.





The Shared Object SMS SDK provides an enterprise level implementation. You can use it in all Linux including Red Hat, Turbo Linux, Mandrake, and many more. The SDK has gone through rigorous testing to ensure a comprehensive, best-of-breed SMS SDK. In turn, the Shared Object SMS SDK delivers a robust business solution for high-performance, Web-based applications in a variety of industries.

Download

Product Version Released Size
Windows 9x/NT/XP/200X 3.0.0 1/22/2002 411 KB
Linux x86 3.0.0 1/22/2002 542 KB
Solaris SPARC 3.0.0 1/22/2002 548 KB
FreeBSD x86 3.0.0 1/22/2002 532 KB

Examples

Quick Start for C++:

#include <iostream.h>
#include <swsms.h>

int main()
{
// Create SMS Object
SMS sms = CreateSMS();

// Set Message Properties
SetMsgPin(sms, "+11005101234");
SetMsgFrom(sms, "Demo");
SetMsgCallback(sms, "+11005551212");
SetMsgText(sms, "Hello World From OpenMarket!");

// Send Message
MsgSend(sms);

// Destroy SMS
DestroySMS(&sms);

return 0;
}

Sign up for OpenMarket Newsletter

Register Now