another simple questions :
I try to chat in PD and to catch result of the chat... can't find any object for this... does something exist in this idea?
thanx
juto
not sure if i understand what you mean, but netpd has one of those instant message type applications. is that what u mean?
maby you can try sending strings using the objects in the OSC library... i have tried it and it works but sometimes there are some proeblems to get the messages through some firewalls.
another way could be using [netsend] and [netreceive] but i have not used them at all.
can anybody with excperience on networks and firewalls and that stuff explain how the OSC message sending can be imporved so that messages dont get stuck?
daniel
2007/2/4, juto aviten periclite@free.fr:
another simple questions :
I try to chat in PD and to catch result of the chat... can't find any object for this... does something exist in this idea?
thanx
juto
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi,
I have done a series of small "performances" where a telnet-based chatroom has been the performance space and PD makes sounds in response to actions there.
The simple explanation is to use netcat (nc) to communicate with a chatroom, the output then being fed via a small sed script via pdsend to PD, receiving via a netreceive object. On the other side I was using some pdreceive (on a linux machine, now I use OSX and I cannot find it!) to take messages from PD and feed them into netcat.
Some playing around last week seemed to show that netreceive no
longer needs
the closing semicolon ; on messages, so in some cases it may be possible
to avoid the sed script and simply pass the output of nc direct to
pdsend. I
haven't tried this yet.....
If this is all gibberish, I can dig out some examples on how to use
it all.
It worked a few months ago when I last tried it...
cheers, tim
On 04/02/2007, at 5:03 PM, juto aviten wrote:
another simple questions :
I try to chat in PD and to catch result of the chat... can't find
any object for this... does something exist in this idea?thanx
juto
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
On 5 Feb 2007, at 7:37 PM, Tim Boykett wrote:
On the other side I was using some pdreceive (on a linux machine, now I use OSX and I cannot find it!) to take messages
to find pdreceive on OSX open the Pd.app package -- it is in Contents/
Resources/bin/pdreceive - OSX aliases don't work pointing into a
package but symlinks do and /PATH_TO_PD/Pd.app/Contents/Resources/bin/
pdreceive works fine in Terminal or a script.
simon
On Sun, 2007-02-04 at 17:03 +0100, juto aviten wrote:
another simple questions :
I try to chat in PD and to catch result of the chat... can't find any object for this... does something exist in this idea?
Mathieu Bouchard implemented an IRC client using Gridflow. There is a cool looking screenshot at http://gridflow.ca/gallery/purebot.gif . I've never had time to explore Gridflow personally so I couldn't tell you how to get it working...
Jamie