Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to configure MC35i GPRS modem for sending MMS?

Status
Not open for further replies.

preeti_hr2002

Junior Member level 1
Joined
Mar 1, 2008
Messages
15
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,364
hi ,

I am using MC35i GPRS modem for linux machine. I want to send mms from gprs modem. can any one tell me what configuration i have to do? What are the at commands used to send mms ? please help me out.
 

wsp http mms content-type text/plain

As there is no reply til now I can try :).
First, I do not think there is an AT command for sending mms. This is becasue MMS sending and receiving is data communication like web browsing. WSP/HTTP protocol is used to trasfer POST and GET requests to MMS gateway.
So the scenario is like this:
1. Prepare MMS message
2. Create connection to AP (GRPS)
3. Send MMS message to Proxy server (URL in HTTP header is contains MMS gateway address)
Maybe you can have a look at MMSClient.

But I have never tried this. I just hope that things are working like that :).
 

wsp send mms

thanks for responding.

But how to prepare mms message ? There is any method to create mms file format ?
And also tel me how to set gprs connection for wap and tcp/ip?
Is that only ppp connection is enough to send mms ?
Waiting for solution ............:cry:
 

x-mms-mms-version

Yes, if you are able to set up ppp connection it should be enough.
Creating a MMS is not so straighforward. Here is an example of unencoded MMS message (also with HTTP header):

Code:
POST http://<mmsc-url> HTTP/1.1
Host: <mmsc ip>
Context_id: 2003051500000
Content-Type: text/vnd.wap.mms-message
Content-Length: 463

x-Mms-Message-Type: m-send-req
x-Mms-Transaction-ID: transid
x-Mms-MMS-Version: 1.2
From:insert-address-token
X-Mms-Message-Class:Personal
x-mms-delivery-report: no
To: <receivers phone number>
Subject: mm1-mm1
Content-Type: multipart/mixed;boundary="boundary"

--boundary
Content-Type: text/plain; Name="tekst.txt"; Charset=UTF-8
Content-id: <tekst.txt>
Content-location: tekst.txt

This is a test!!!!

--boundary--

You can look here:
https://www.openmobilealliance.org/...20080128-C/OMA-TS-MMS-ENC-V1_3-20080128-C.pdf

But this message has to be encoded with WSP before sending. I don't know much about WSP but maybe there are some tools or libraries providing WSP encoding and decoding. Encoded message is then sent through operator's HTTP proxy to MMSC.
 

howto send mms mbuni

hi ejbik,

Thanks a lot.

Please tell me how to send mms using GPRS modem in linux pc ?
Can u give me code to send/receive mms plzzzzzzz,? or any tool is available for linux to send/receive mms ?( like nowsms for windows).
waiting for your reply >>>>>>>>:cry:
 

send mms content-type: text/plain

I am sorry but I do not have any tool for creating and sending MMS. But maybe you can try this (I have never used it, but I hope it could help you):
https://sourceforge.net/projects/mmsclient/

Or you can try to contact this guy:
**broken link removed**
 

how to receive mms from mbuni

plzzzzz can any one tell me mms configuration for linux system? how to use mms for linux machine?
how to send and receive mms messages using gprsm mc35i ????
 

oma-ts-mms + pdf

i found that i can send mms in linux through Mbuni. But i want to configure MM!1 . plz can any one tell me what are configuration i have to set?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top