Is there an external for sending data to and from a web server ie implements POST and GET methods? Thanks, Jim
You could use [mrpeach/tcpclient] for that but you need to give it the ascii code. See the tcpclient-help patch.
Martin
jim wrote:
Is there an external for sending data to and from a web server ie implements POST and GET methods? Thanks, Jim
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Thanks a lot Martin. I'll have a look. Jim On Sat, 2010-02-06 at 16:05 -0500, Martin Peach wrote:
You could use [mrpeach/tcpclient] for that but you need to give it the ascii code. See the tcpclient-help patch.
Martin
jim wrote:
Is there an external for sending data to and from a web server ie implements POST and GET methods? Thanks, Jim
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I'm using php sockets to connect web to pd. Using TCP or UDP, you can send values that are sent via GET or POST.
check fsockopen and fwrite :)
hope to release soon a patch for php and pd to make it fun
2010/2/6 jim cinetron@passport.ca
Is there an external for sending data to and from a web server ie implements POST and GET methods? Thanks, Jim
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Sat, Feb 06, 2010 at 02:47:43PM -0500, jim wrote:
Is there an external for sending data to and from a web server ie implements POST and GET methods?
Hi Jim,
Depending on what you want to do and what platform you are on, you might be able to use this:
http://code.google.com/p/pd-http/
Chris.