About implement MMS send-receive application?

About implement MMS send-receive application? SearchSearch
Author Message
minhu
Unregistered guest
Posted on Thursday, October 13, 2005 - 10:24 am:   

I'm currently implementing a MMS send-receive application. Can anyone give some idea?

I have some questions to be verified before I start my work:
1: The all socket transferring data is nude MMS pdus?
2: No other info(byte or bit) is transferred in the application level?
3: So I can firstly get connected to the Wap gateway through socket API(through UDP), then I can send the MMS messages out, and receive incoming MMS push messages. How about it?
4: UDP, TCP which one is good when I write this kind of application? How TCP applicable?

Thank you very much!