Implementing Mobile Messaging Service Systems (Paperback)
暫譯: 實作行動訊息服務系統 (平裝本)

Kevin Curran

  • 出版商: BookSurge Publishing
  • 出版日期: 2005-06-16
  • 售價: $750
  • 貴賓價: 9.5$713
  • 語言: 英文
  • 頁數: 242
  • 裝訂: Paperback
  • ISBN: 1594576696
  • ISBN-13: 9781594576690
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

This book details the design and implementation of Short Messaging Service (SMS) and MMS applications. The main aim of this book is to provide SMS/MMS developers with the tools necessary to develop applications which can send SMS/MMS messages to groups of mobile devices. 1. The first section of this book presents a Java SMS application which allows the storage of contacts and groups of contacts. Thus the user of the application can customise his/her own list of contact 'Individuals' and 'Groups' of contacts (Such as: 'Family', 'Friends', 'Work Colleagues' etc). Upon selection of Individual(s) and/or Group(s) a single message such as "how r u all" can be sent to all their respective Mobile Stations (MS) by clicking on the 'Add' and then 'Send' button. The simplicity and ease of use of this application allows a diverse range of users from an individual home user to corporate wide user base. All code is presented and a working version is freely available for download. 2. The middle section of this book presents a similar group bulk SMS application which is web enabled. The application is written using Active Server Pages and is purely web based. Again, it allows the sending of messages to individuals and groups. For the purpose of sending SMS in each scenario, the Simplewire Active X Software Development Kit is used. All code is presented and a working version is freely available for download. 3. In order for "rich media" MMS messages to be sent and received, they must first be transcoded into the MMS format. Essentially what happens is that the content is tailored before it arrives at the mobile. This tailoring process is called transcoding. Transcoding systems can adapt video, images, audio and text to the individual constraints of different devices. They summarise, translate and convert the content into the MMS format. This section of the book presents a transcoding framework, which enables various rich media files stored on PC to be sent to MMS capable handsets. Transcoding is the area that this project will focus on. A java application is developed that allows a user to select multimedia content stored on the computer and send it to a mobile. The application performs the transcoding of the message content into MMS format and deploys the message to the mobile.

商品描述(中文翻譯)

本書詳細介紹了短訊服務(Short Messaging Service, SMS)和多媒體訊息服務(MMS)應用程式的設計與實作。本書的主要目的是為SMS/MMS開發者提供必要的工具,以開發能夠向多部行動裝置發送SMS/MMS訊息的應用程式。

1. 本書的第一部分介紹了一個Java SMS應用程式,該程式允許儲存聯絡人及聯絡人群組。因此,應用程式的使用者可以自訂自己的聯絡人「個人」和「群組」列表(例如:「家庭」、「朋友」、「工作同事」等)。在選擇個人和/或群組後,使用者可以通過點擊「新增」然後「發送」按鈕,向所有相應的行動站(Mobile Stations, MS)發送單一訊息,例如「你們好嗎」。這個應用程式的簡單性和易用性使得從個人家庭使用者到企業級使用者的各種用戶都能夠使用。所有程式碼均已提供,並且可免費下載可運行的版本。

2. 本書的中間部分介紹了一個類似的群組批量SMS應用程式,該應用程式是網頁啟用的。該應用程式使用Active Server Pages編寫,完全基於網頁。同樣,它允許向個人和群組發送訊息。為了在每種情境中發送SMS,使用了Simplewire Active X軟體開發工具包。所有程式碼均已提供,並且可免費下載可運行的版本。

3. 為了發送和接收「豐富媒體」MMS訊息,必須首先將其轉碼為MMS格式。本質上,內容在到達行動裝置之前會進行調整。這個調整過程稱為轉碼。轉碼系統可以根據不同裝置的個別限制調整視頻、圖像、音頻和文本。它們會總結、翻譯並將內容轉換為MMS格式。本書的這一部分介紹了一個轉碼框架,該框架使得存儲在PC上的各種豐富媒體文件能夠發送到支持MMS的手機。轉碼是本專案的重點。開發了一個Java應用程式,允許使用者選擇存儲在計算機上的多媒體內容並將其發送到行動裝置。該應用程式將訊息內容轉碼為MMS格式並將訊息發送到行動裝置。