We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpIntegration › Processing and MMS messaging
Page Index Toggle Pages: 1
Processing and MMS messaging (Read 746 times)
Processing and MMS messaging
Oct 9th, 2007, 8:07pm
 
I want to use Processing to prototype an MMS messaging service. The idea would be to have users mms messages to a server and then that server would then fead the images into my processing app.

What is the best way to catch an MMS messsage and pipe it into a running processing app.

This is obviously a huge question. I am interested in a high level answer languages, services network set up etc.

Thanks
jher
Re: Processing and MMS messaging
Reply #1 - Oct 12th, 2007, 7:20pm
 
hi jher,

i remember a project of my classmate who made an installation of a photo frame where you could send mms images to.

It used NowSMS (http://www.nowsms.com/) on a laptop with a cardphone.  This is a tool to send/receive sms & mms with the computer. I don't know if there are other / freeware alternatives to this.
They used Flash to display the images. Flash called a php-script which scanned the incoming folder for new pics.

project documentation is here:
http://iad.projects.hgkz.ch/arttransforming/personen-projekte/sascha-roessel/
Re: Processing and MMS messaging
Reply #2 - Oct 15th, 2007, 2:20pm
 
thanks!

Ill look into the solution
Page Index Toggle Pages: 1