Re: [PD] PD Server

2008-01-14 Thread Agent Engram
thanks a bunch, OSC it is, on port , from the reacTable TUIO server. I figured out that I needed ;\n on my messages for the router to figure them out. here is my netclient in PD, i will be making my server available also when I get that darn BLOG up. agent engram On Jan 13, 2008 7:18 AM,

Re: [PD] PD Server

2008-01-13 Thread IOhannes m zmoelnig
Agent Engram wrote: will output binary data in the form of lists of byte-values. so this may be a misunderstanding. I am writing my own server that intercepts the OCS events, that all works. what I am trying to figure out is since you keep calling it OCS, i guess my assumption that you mean

Re: [PD] PD Server

2008-01-11 Thread Agent Engram
will output binary data in the form of lists of byte-values. so this may be a misunderstanding. I am writing my own server that intercepts the OCS events, that all works. what I am trying to figure out is if i wanted to send out messages to net client for instance a string that was something like

Re: [PD] PD Server

2008-01-11 Thread Agent Engram
tuio_netclient file attached starting server... addval -1808180500 addval -245369419 addval -386604114 addval 349531305 addval -348985598 addval -1619147716 On Jan 11, 2008 9:19 PM, Agent Engram [EMAIL PROTECTED] wrote: will output binary data in the form of lists of byte-values. so this

Re: [PD] PD Server

2008-01-09 Thread IOhannes m zmoelnig
Agent Engram wrote: so this thread is kindof a good place to ask a question. I have a working pd client but I am tring to parse out results from my object server, needed to manage the OCS data coming from my TUIO server. since TUIO really just builds on top of OSC (it took me some time to

Re: [PD] PD Server

2008-01-08 Thread Agent Engram
well you can use the pd objects, netsend and netrecieve i think they even have a simple chat server using netserver implementation in there. I have written a Java server that works in conjunction with the netclient object. the reason i am doing that is because i can write a multithreaded server.

Re: [PD] PD Server

2008-01-08 Thread mark edward grimm
i made a couple of tutorial once. probably way out of date though.buy might help you get started: http://megrimm.net/entry/41/howto_run_pd_patches_from_ubun/bits#body http://megrimm.net/entry/44/howto_run_a_puredata_pd_patch_/bits#body --- Agent Engram [EMAIL PROTECTED] wrote: well you

Re: [PD] PD Server

2008-01-08 Thread Agent Engram
so this thread is kindof a good place to ask a question. I have a working pd client but I am tring to parse out results from my object server, needed to manage the OCS data coming from my TUIO server. here is my client patch http://www.newobjectivity.com/downloads/pd/tuio_netclient2.gif it

[PD] PD Server

2008-01-07 Thread Ricardo Brazileiro
Hi people.. I have one question... how i can make a PD Server using Linux? I would like start projects for interactive installations and start others ideas using PD. grettings -- Ricardo Brazileiro Linux User: #452427 http://rbrazileiro.wordpress.com http://estudiolivre.org

Re: [PD] PD Server

2008-01-07 Thread Hans-Christoph Steiner
Definitely. It's not the most secure program, so keep that in mind. Don't run Pd on a server that needs to be secure, like your mail server. Here are some key things that you will probably want to know about: -nogui command line option [tcpserver] and [netserver] objects. .hc On