<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: New Release v0.6</title>
	<atom:link href="http://bubblebird.at/tuioflash/2010/02/new-release-v0-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://bubblebird.at/tuioflash/2010/02/new-release-v0-6/</link>
	<description>Teaching Flash some new tricks</description>
	<lastBuildDate>Wed, 16 May 2012 15:05:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: More multitouch fun in FP 10.1 &#171; Blog</title>
		<link>http://bubblebird.at/tuioflash/2010/02/new-release-v0-6/comment-page-1/#comment-349</link>
		<dc:creator>More multitouch fun in FP 10.1 &#171; Blog</dc:creator>
		<pubDate>Thu, 25 Mar 2010 10:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?p=163#comment-349</guid>
		<description>[...] of multitouch data exchange between device and client library. And there is superb project: tuio-flash  which brings support for tuio via udp to your flash [...]</description>
		<content:encoded><![CDATA[<p>[...] of multitouch data exchange between device and client library. And there is superb project: tuio-flash  which brings support for tuio via udp to your flash [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mlopez</title>
		<link>http://bubblebird.at/tuioflash/2010/02/new-release-v0-6/comment-page-1/#comment-293</link>
		<dc:creator>mlopez</dc:creator>
		<pubDate>Sun, 14 Mar 2010 18:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?p=163#comment-293</guid>
		<description>Right, I meant udp-lc bridge. I am using flex 3.2 sdk and flash 10. since I am using Flex Builder 3.0, I cannot move to flex4sdk as you suggested :-(</description>
		<content:encoded><![CDATA[<p>Right, I meant udp-lc bridge. I am using flex 3.2 sdk and flash 10. since I am using Flex Builder 3.0, I cannot move to flex4sdk as you suggested <img src='http://bubblebird.at/tuioflash/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/2010/02/new-release-v0-6/comment-page-1/#comment-286</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Sat, 13 Mar 2010 15:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?p=163#comment-286</guid>
		<description>By udp + tuio bridge I guess you mean the udp-lc bridge. If yes than yes this is a known problem which is  result of hijacking the localconnection which&#039;s functionality is just reverse engineered and sometimes it happens that flash doesn&#039;t close the old shared memory file so the bridge thinks that flash still reads from this memory file although it already opened another one.
Which version of flex are you using? In the flex4sdk beta and flash 10 this behaviour is less frequent or even next to zero.</description>
		<content:encoded><![CDATA[<p>By udp + tuio bridge I guess you mean the udp-lc bridge. If yes than yes this is a known problem which is  result of hijacking the localconnection which&#8217;s functionality is just reverse engineered and sometimes it happens that flash doesn&#8217;t close the old shared memory file so the bridge thinks that flash still reads from this memory file although it already opened another one.<br />
Which version of flex are you using? In the flex4sdk beta and flash 10 this behaviour is less frequent or even next to zero.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mlopez</title>
		<link>http://bubblebird.at/tuioflash/2010/02/new-release-v0-6/comment-page-1/#comment-284</link>
		<dc:creator>mlopez</dc:creator>
		<pubDate>Sat, 13 Mar 2010 08:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?p=163#comment-284</guid>
		<description>Thanks for your reply and help. The reason I tried TCP binary option is because UDP + TUIO bridge does not work well for me. In fact, when stopping &quot;abruptly&quot; my application (e.g. stop debug from IDE flex), the communication is broken somewhere. I have to restart both my bridge and my application. Have you already noticed that?</description>
		<content:encoded><![CDATA[<p>Thanks for your reply and help. The reason I tried TCP binary option is because UDP + TUIO bridge does not work well for me. In fact, when stopping &#8220;abruptly&#8221; my application (e.g. stop debug from IDE flex), the communication is broken somewhere. I have to restart both my bridge and my application. Have you already noticed that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/2010/02/new-release-v0-6/comment-page-1/#comment-281</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Fri, 12 Mar 2010 16:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?p=163#comment-281</guid>
		<description>Hi, that is because ccv seems to have chosen a different way to send raw tracking data via TCP than the one used in the TCPConnector.&lt;del datetime=&quot;2010-03-12T18:17:52+00:00&quot;&gt;I&#039;ll try to add support to the svn revision asap.&lt;/del&gt;

edit: I just had a closer look at ccv&#039;s &quot;binary tcp&quot; mode and it looks like it doesn&#039;t use TUIO at all to send the tracking data. So I don&#039;t know if I will support this in the near future since this library is all about TUIO formatted tracking data :/</description>
		<content:encoded><![CDATA[<p>Hi, that is because ccv seems to have chosen a different way to send raw tracking data via TCP than the one used in the TCPConnector.<del datetime="2010-03-12T18:17:52+00:00">I&#8217;ll try to add support to the svn revision asap.</del></p>
<p>edit: I just had a closer look at ccv&#8217;s &#8220;binary tcp&#8221; mode and it looks like it doesn&#8217;t use TUIO at all to send the tracking data. So I don&#8217;t know if I will support this in the near future since this library is all about TUIO formatted tracking data :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mlopez</title>
		<link>http://bubblebird.at/tuioflash/2010/02/new-release-v0-6/comment-page-1/#comment-279</link>
		<dc:creator>mlopez</dc:creator>
		<pubDate>Fri, 12 Mar 2010 09:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?p=163#comment-279</guid>
		<description>I am currently using the last CCV 1.3 version and TUIO library AS3 0.6. is it possible to use &quot;Communication TCP BINARY&quot; option in CCV and how? Because it looks as I am receiving some packets data but the parsing probably fails and I do not have any TUIO event received in my flash application? 
my TUIO initialization is as follows

...
this._tuioClient = new TuioClient(new TCPConnector(&quot;127.0.0.1&quot;,3000));
this._tuioManager = new TuioManager(this.stage, this._tuioClient);
...

so, what&#039;s wrong?
thanks</description>
		<content:encoded><![CDATA[<p>I am currently using the last CCV 1.3 version and TUIO library AS3 0.6. is it possible to use &#8220;Communication TCP BINARY&#8221; option in CCV and how? Because it looks as I am receiving some packets data but the parsing probably fails and I do not have any TUIO event received in my flash application?<br />
my TUIO initialization is as follows</p>
<p>&#8230;<br />
this._tuioClient = new TuioClient(new TCPConnector(&#8220;127.0.0.1&#8243;,3000));<br />
this._tuioManager = new TuioManager(this.stage, this._tuioClient);<br />
&#8230;</p>
<p>so, what&#8217;s wrong?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/2010/02/new-release-v0-6/comment-page-1/#comment-269</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Wed, 10 Mar 2010 17:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?p=163#comment-269</guid>
		<description>Thanks for the testing. I guess I&#039;ll have to buy a iPod Touch at last even if it just for MSARemote xD
What could be the problem is that if the send rate of the MSARemote is higher than the shared memory read rate of flash so packets tend to get lost because the udp-lc-bridge does no buffering.
I am relieved that it works well with the tongseng tracker ;)
And on the opening the swf twice: the LCConnector automatically checks if the connection name is already in use and appends a digit to the name if needed ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the testing. I guess I&#8217;ll have to buy a iPod Touch at last even if it just for MSARemote xD<br />
What could be the problem is that if the send rate of the MSARemote is higher than the shared memory read rate of flash so packets tend to get lost because the udp-lc-bridge does no buffering.<br />
I am relieved that it works well with the tongseng tracker <img src='http://bubblebird.at/tuioflash/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
And on the opening the swf twice: the LCConnector automatically checks if the connection name is already in use and appends a digit to the name if needed <img src='http://bubblebird.at/tuioflash/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://bubblebird.at/tuioflash/2010/02/new-release-v0-6/comment-page-1/#comment-266</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 10 Mar 2010 09:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?p=163#comment-266</guid>
		<description>I just swapped to tongseng tracker and my apple mighty mouse for input - it runs like a charm. So the problem is somewhere in between MSARemote and the udp-bridge.</description>
		<content:encoded><![CDATA[<p>I just swapped to tongseng tracker and my apple mighty mouse for input &#8211; it runs like a charm. So the problem is somewhere in between MSARemote and the udp-bridge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://bubblebird.at/tuioflash/2010/02/new-release-v0-6/comment-page-1/#comment-265</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 10 Mar 2010 08:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?p=163#comment-265</guid>
		<description>Hi gimmix,

the response is chopy, it is interuppted by lags. Also strange: The localConnection does not throw any errors when I open the swf twice (which is expected). Can this be caused by the way the localConnection is hacked?

The performance is bad for single and multi point inputs...</description>
		<content:encoded><![CDATA[<p>Hi gimmix,</p>
<p>the response is chopy, it is interuppted by lags. Also strange: The localConnection does not throw any errors when I open the swf twice (which is expected). Can this be caused by the way the localConnection is hacked?</p>
<p>The performance is bad for single and multi point inputs&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/2010/02/new-release-v0-6/comment-page-1/#comment-263</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Tue, 09 Mar 2010 18:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?p=163#comment-263</guid>
		<description>Maybe you could try if the performance is better if you use the UDPConnector included in the current svn revision. You&#039;ll need the air2beta2 sdk though which you can get for free at labs.adobe.com
Does a single point only perform any better than multiple points? Is the response choppy or is it sirupy (if that even is a word xD)</description>
		<content:encoded><![CDATA[<p>Maybe you could try if the performance is better if you use the UDPConnector included in the current svn revision. You&#8217;ll need the air2beta2 sdk though which you can get for free at labs.adobe.com<br />
Does a single point only perform any better than multiple points? Is the response choppy or is it sirupy (if that even is a word xD)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

