Decoding MMS PDUs

2004-02-23 Thread ehldas
Hi, I've been trying to encode/decode PDU's for sending an MMS message over a WAP channel, and in the process trying to understand exactly how the specification for the binary layout of the encoded PDU works. Basically, I can parse all of the headers and the body of the message, but I cannot

RE: Decoding MMS PDUs

2004-02-23 Thread Paul Keogh
If anyone could point me to a useful discussion, worked example, or specification for this, I would be grateful. Look at the WSP multipart encoding specification.

RE: Decoding MMS PDUs

2004-02-23 Thread Bill Brigden
some nice pictures and a graphical explanation of things.. Bill. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 23 February 2004 11:52 To: [EMAIL PROTECTED] Subject: Decoding MMS PDUs Hi, I've been trying to encode/decode PDU's

Re: Decoding MMS PDUs

2004-02-23 Thread Ian Cass
Bill Brigden wrote: If you have a look for: WAP-203-WSP-2504-a.pdf WAP-209-MMSEncapsulation-20020105-a.pdf And put aside a week to stare at the WAP specs until your eyes drop out. They don't make this stuff trivial to understand, but its quite logical once you've got it sussed. -- Ian