MMS Retrieval via HTTP GET.req

MMS Retrieval via HTTP GET.req SearchSearch
Author Message
Reinhold Schmidt
Unregistered guest
Posted on Tuesday, May 11, 2004 - 07:20 pm:   

Hello,

I am trying to implement a MMSServer on my own. I want to send a MMS to a PDA over Bluetooth/801.11. Therefore I binary encoded a MMS. This definitely works.

Now, my challenge is to deliver the MMS. I plan to send a HTTP Push message to the PDA, which fetches the MMS from the Server.

That is where I have a question: To stay synchronized, respectively to keep the states in my MMS Retrieval Transaction machine right, I have to recognize the HTTP GET operation of the client.
Do I have to implement a Webserver for that operaton, or is it enough to put the MMS on a Webserver like apache? In the second case, I never know if the client has already fetched the message.

Any hints for that, would be kindly appreciated.

Thaks in advance.

Smirre