|
SMS Complementary SDK (CDK) for OTA Bookmarks 1.1
|
|
Monday, September 27, 2004
This CDK is based on the Logica SMPP SDK. Its main purpose is to allow developers to easily and quickly send Over-the-Air (OTA) Bookmarks through an SMSC Gateway. The OTA specification is designed to send messages containing auto setup settings for mobile devices. Not all mobile telephones support OTA messages. OTA is a standard developed by an Ericsson/Nokia partnership so that difficult or changing configurations could be sent and automatically processed by a mobile phone. One kind of auto setup message is OTA Bookmarks, which basically instructs a mobile phone to add a specific bookmark to the phone's bookmark storage and be available to the user. The OTA specifies XML-oriented messaging, but XML messages can become quite large and they have to be converted to WBXML for transmission. The CDK has example code for two use cases:
Contents:
The CDK consists of three classes built on top of the Logica API:
The CDK connects to the SMSC in the interactive mode just before sending a message. Client disconnection may be experienced if the SMSC connection timeout is set too short. The client must be carefully configured ? follow your SMSC gateway configuration. The properties file provided is for testing purposes but it should work without any major change. Refer to the SMPP specification when altering values. All byte values are represented as base-10 signed integers. Despite the limited availability of a live SMSC gateway the CDK has been tested successfully with bookmarks that don?t span over one packet. Bookmarks having more than one packet (127 bytes) have not been tested against a live SMSC gateway, but behave favorably in the Logica SMSC Simulator. Changes since last version (1.0):
Last published December 10, 2008
|
|