PageRenderTime 52ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/touche/resources/English.lproj/Help/adding a tuio client.html

http://touche.googlecode.com/
HTML | 53 lines | 47 code | 6 blank | 0 comment | 0 complexity | 4994d8526b8cd9924c472b1626a1c5a0 MD5 | raw file
Possible License(s): BSD-3-Clause, GPL-3.0, LGPL-3.0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  6. <meta name="generator" content="VoodooPad">
  7. <title>Adding a TUIO client</title>
  8. <link rel="stylesheet" href="helpfiles_style.css" type="text/css" media="screen"/>
  9. </head>
  10. <body>
  11. <div id="helpTopBar">
  12. Adding a TUIO client
  13. <div id="homelink">
  14. <a href="index.html" title="Touché Help">Touché Help</a>
  15. | <a href="helpindex.html" title="Index">Index</a>
  16. </div>
  17. </div>
  18. <div id="wrapper">
  19. <h1>Adding a TUIO client</h1>
  20. <div class="main">
  21. <style type="text/css">
  22. p.p1 {margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande}
  23. p.p2 {margin: 0.0px 0.0px 9.0px 0.0px; text-align: center; line-height: 16.0px; font: 12.0px Helvetica}
  24. p.p3 {margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande; min-height: 15.0px}
  25. ul.ul1 {list-style-type: disc}
  26. </style>
  27. <p class="p1"><a href="tuio.html">TUIO</a> works differently than the Touché Framework: Rather than clients requesting tracking data automatically, as when using the Touché Framework, TUIO clients are only listening for data, but do not actively request it. Therefore, you need to add TUIO tracking clients manually.</p>
  28. <p class="p1">To add a new TUIO tracking client, click "Add TUIO Client..." in the "Clients" menu.</p>
  29. <p class="p2"><img src="adding%20a%20tuio%20client.add_tuio_client.jpg" alt="add_tuio_client.jpg"></p>
  30. <p class="p1">In the panel, you need to specify a destination IP address (such as 127.0.0.1) or a destination host name (such as www.my-tuio-client.com) as well as a destination port (such as 3333). TUIO data will then be sent to this destination.</p>
  31. <p class="p1">In order to find out which port your TUIO client application is listening on, please consult the client's documentation or source code.</p>
  32. <p class="p1">Once you have specified the destination, click the "Add Client" button to add the TUIO client to the list of clients currently being served.</p>
  33. <p class="p1">If the destination data you have entered is not valid or if the client is already being served by Touché, this will be signaled by an error message. Otherwise, the window will close, and the new TUIO client will be added to the <a href="tracking%20client%20list.html">tracking client list</a>.</p>
  34. <p class="p1">Note that you only need to manually add TUIO clients that are expecting data via OSC. Flash/AS3 clients using the XML-Socket transport method connect to the Touché tracker automatically.</p>
  35. <p class="p3"><br></p>
  36. <p class="p1"><b>Related topics</b></p>
  37. <ul class="ul1">
  38. <li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="quitting%20multitouch%20applications.html">Quitting multitouch applications</a></li>
  39. <li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tracking%20client%20list.html">Tracking client list</a></li>
  40. <li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tuio.html">TUIO</a></li>
  41. <li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tuio_flash%20xml-socket%20clients.html">TUIO/Flash XML-Socket Clients</a></li>
  42. <li style="margin: 0.0px 0.0px 9.0px 0.0px; line-height: 16.0px; font: 12.0px Lucida Grande"><a href="tuio%20settings.html">TUIO settings</a></li>
  43. </ul>
  44. </div>
  45. </div>
  46. </body>
  47. </html>