> TUIO uses the OSC standard via udp... so it should just work out of > the box :D
Awexome. You should play with it and do a demo! :D :D (I built a tuio-enabled touchscreen for my senior project in college but didn't get to actually do any dev for it so, like, this is a topic that interests me.) --Josh On Sat, Mar 24, 2012 at 9:22 PM, TheAlphaNerd <[email protected]> wrote: > TUIO uses the OSC standard via udp... so it should just work out of > the box :D > > On Mar 24, 11:32 pm, Joshua Holbrook <[email protected]> wrote: >> Has anyone tried this with TUIO yet? :) >> >> --Josh >> >> >> >> >> >> >> >> >> >> On Sat, Mar 24, 2012 at 7:45 PM, Elijah Insua <[email protected]> wrote: >> > Awesome! I tried to use this when hacking on tmpad r4, but it wasn't >> > working. So I went with node-midi instead. >> >> > Now that it works, I'll need to revisit this! Thanks! >> >> > --Elijah >> >> > On Mar 24, 2012 5:42 AM, "TheAlphaNerd" <[email protected]> wrote: >> >> >> So node-osc was broken / deprecated. After banging my head against >> >> the wall I managed to get everything working again with node v0.6.13. >> >> >> You can install this package with "npm install node-osc" >> >> >> This package has abstracted objects for an osc Server, osc Client, and >> >> osc Message. It makes sending OSC messages very very easy. >> >> >> The source is available athttps://github.com/TheAlphaNerd/node-osc >> >> >> -- >> >> Job Board:http://jobs.nodejs.org/ >> >> Posting guidelines: >> >>https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> >> You received this message because you are subscribed to the Google >> >> Groups "nodejs" group. >> >> To post to this group, send email to [email protected] >> >> To unsubscribe from this group, send email to >> >> [email protected] >> >> For more options, visit this group at >> >>http://groups.google.com/group/nodejs?hl=en?hl=en >> >> > -- >> > Job Board:http://jobs.nodejs.org/ >> > Posting guidelines: >> >https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> > You received this message because you are subscribed to the Google >> > Groups "nodejs" group. >> > To post to this group, send email to [email protected] >> > To unsubscribe from this group, send email to >> > [email protected] >> > For more options, visit this group at >> >http://groups.google.com/group/nodejs?hl=en?hl=en >> >> -- >> Joshua Holbrook >> Engineer >> Nodejitsu Inc. >> [email protected] > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Joshua Holbrook Engineer Nodejitsu Inc. [email protected] -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
