Patrice Colet a écrit :
mami music a écrit :
hi i wanna show some data of a pd patch on a webpage, for monitoring remotely what is going on on the patch. It can have a latency when showing on the webpage. and data would be integrer numbers, that can be refreshed every 500 msec.
Im wondering how to create a webpage that receives a remote connection from PD (i have no clue of what sort [netsend]? or [osc]?) and using itŽs content to update the data on the page. Which is the direction to look for: programming in javascript the code of the webpage? or using some sort of XML or PHP? (which i have no experience at all) is there any starndar way to do this?
thanks for your help
daniel
hello, I've looked into it once, and the PHP function fsockopen() should be in help for your project, just use netsend netreceive in pd for communication.
you might be interested by this:
http://lists.artengine.ca/pipermail/pdmtl/2004-December/000126.html