Hi all!
I’ll be doing system for sms visualization and i was thinking to use vvvv or Processing/NodeBox/Flash. First i’ll try it with vvvv couse of it’s speed and real 3d.
sms server has only two methods to send messages.
-
using http POST or GET method on my web server and sending messages as query string parameters. I was thinking to write php script that could write messages in xml file or maybe mySQL database.
The question, is there a way to load xml in vvvv from web server?
I found someone on forum talking about mySQL and vvvv, is this method better than loading xml and why? -
using SMTP and sending mails. With this method i could write appleScript to write mail to text file and then use Processing to send it to vvvv via OSC, something like that.
I like first method couse i can do the job with only one computer.
Did someone had some experience with sms systems?
thnx!
vedran