pdu

Incoming SMS - redirect to server via HTTP

Hi I am looking for a windows application which will receive SMS via a GSM modem. The application needs to forward the 'raw' PDU via HTTP Post to a page on our server. The app needs to deal receive a confirmation reciept from our server and deal with undelivered PDU strings. I would be happy for someone to quote for building this stra...

PDU to text conversion in Java

hello guys, i need help in converting sms in PDU mode to text mode in Java. ...

how to parse byteArray containing mms using java

hi.. I have a byteArray containg MMS . I want to parse it, means I want to separate MMS header and mime parts(images/sound/video). I have no idea how to do it, i have read WAP WSP Spec for decoding MMS, but not able to understand. please provide links for any tutotrial(for beginners) or java code. Thanks in advance; ...

Please recommend PDU SMS format code or library for .NET or C++

I have been searching a lot for a chunk of code, or a library to format SMS messages in PDU format and had little luck. They were either huge monsters with terrific dependencies on everything way above my requirements and a very obscure interface, totally not justifying the straight-forward, although rather complex encoding. Being on t...

Encoding SMS messages in Android

Hi All! My problem is that I want to send an SMS message of a certain Class and with a certain encoding. (Class 0 and 7-bit encoding). When checking the Android.Telephony.SmsManager and SmsMessage there is not so much you can do. The SmsManager offers the two functions SendTextMessage and SendDataMessage. The first one works fine if yo...

Defining data encoding of SMS messages in Android

I'm working on an application using the SMS apis for android. The receiving end is an embedded unit that only supports 7-bit encoded SMS and the string I'm sending consists only of symbols from this particular alphabet which makes you think that Android is going to send it encoded as 7 bit. But that is not the case. Therefore I'm search...

SMS PDU and User Data Length

I'm writing a code for handling SMS PDUs based on all those ETSI GSM documentations. There is one thing I need to ask about. PDU contains a User Data Length field followed by User Data. According to GSM 03.40, the UDL field is the number of septets of user data when the uncompressed GSM default alphabet is used. However, it also says, th...

SMS raw pdu in Android

Hello, 1) Is there any way that I can send a raw SMS PDU from an Android device? Or, 2) are there any classes available that can give me access to the PDU headers (for example TP-DCS) so that I can construct the PDU as I like? I have searched the net and found: http://www.androidjavadoc.com/1.0_r1_src/com/android/internal/telephony...