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 seems the data is coming from the server ok... connecting to port 4444 client1: 6.2204e+008 client1: -4.89024e+008 client1: 4.04002e+008 client1: 2.1349e+009 client1: 5.86242e+008 client1: -1.48487e+009 client1: -5.38399e+008 client1: 1.61029e+009 client1: 3.0085e+008 client1: 7.2771e+008 its just that the number value doesnt get translated, right now it toggles between + and - ultimately I will want to parse a longer line that looks something like id=34;x=200;y=104;rot=359 into its component parts. can someone point me at a tutorial that could show me how to get real data out of this client? agent_engram On Jan 8, 2008 5:59 AM, mark edward grimm <[EMAIL PROTECTED]> wrote: > 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 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. > > > > basically you need to know a little bit about > > sockets to make it work. > > > > agent_engram > > > > On Jan 7, 2008 2:19 PM, Ricardo Brazileiro > > < [EMAIL PROTECTED]> wrote: > > > > > 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 > > > _______________________________________________ > > > [email protected] mailing list > > > UNSUBSCRIBE and account-management -> > > > http://lists.puredata.info/listinfo/pd-list > > > > > > > > > > > > -- > > ----------- > > i am an agent implanted into your unconscious when > > you abducted by the > > travelers. look for signs of me in your life. > > > _______________________________________________ > > [email protected] mailing list > > UNSUBSCRIBE and account-management -> > > http://lists.puredata.info/listinfo/pd-list > > > > > ____________________ > mark edward grimm | m.f.a | ed.m > syracuse u. | art foundations | new media consultant > megrimm.net | socialmediagroup.org & .com > [EMAIL PROTECTED] | 585.509.8703 > ________________________________________ > > > > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > -- ----------- i am an agent implanted into your unconscious when you abducted by the travelers. look for signs of me in your life.
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
