Am 08.10.2006 um 05:02 schrieb Patco:
Max Neupert a écrit :
Am 07.10.2006 um 03:20 schrieb Patco:
Max Neupert a écrit :
hi list, i am trying to send a value from pd to a php page. i am using an udp connection vie netsend to fsockopen().
Hello, there is a php class for that: http://www.a2hd.com/software/OSC.phps
on this site i read: Open Sound Control for PHP A small PHP class which can format and send OSC messages. It has
no parsing capability, so it can only be used for uni-directional
communication. so that would be unidirectional PHP -> OSC what i try right now is opposite: PD -> PHP (because i am
controlling an networked google earth placemark with pd..) so this will not really help, or does it?Ah okay, I though you wanted to control a PHP page with pd (pd->PHP).
It might be a good project to write two classes for completing this
OSC paquet sender, a dumpOSC.php for receiving data and an
OSCroute.php for parsing. I would be happy to give a try but for the moment I have to finish
a big project. Please tell me if you find something. patco
i've solved it with a [textfile] which is read out by php. works
nicely. thanks to stefan kunzmann.
sucess with your project.
max