<?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: The Connectors</title>
	<atom:link href="http://bubblebird.at/tuioflash/guides/the-connectors/feed/" rel="self" type="application/rss+xml" />
	<link>http://bubblebird.at/tuioflash</link>
	<description>Teaching Flash some new tricks</description>
	<lastBuildDate>Sun, 29 Jan 2012 14:12:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cyancdesign</title>
		<link>http://bubblebird.at/tuioflash/guides/the-connectors/comment-page-1/#comment-13977</link>
		<dc:creator>cyancdesign</dc:creator>
		<pubDate>Tue, 06 Dec 2011 21:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-13977</guid>
		<description>Has this happened to anyone? I&#039;m trying to build out an application in Flex, making an AIR app, connected via UDP. 

It&#039;ll connect just fine once, then I&#039;ll close it. The 2nd and 3rd time I try to run it, it give me this error: Error #2002: Operation attempted on invalid socket.

Then the 4th time, it&#039;ll run properly again.

I&#039;ve tried to force the connection to close with .close() before the app closes to clear the socket, but the command isn&#039;t closing the connection.</description>
		<content:encoded><![CDATA[<p>Has this happened to anyone? I&#8217;m trying to build out an application in Flex, making an AIR app, connected via UDP. </p>
<p>It&#8217;ll connect just fine once, then I&#8217;ll close it. The 2nd and 3rd time I try to run it, it give me this error: Error #2002: Operation attempted on invalid socket.</p>
<p>Then the 4th time, it&#8217;ll run properly again.</p>
<p>I&#8217;ve tried to force the connection to close with .close() before the app closes to clear the socket, but the command isn&#8217;t closing the connection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/the-connectors/comment-page-1/#comment-9240</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Tue, 09 Aug 2011 21:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-9240</guid>
		<description>The TuioSimulator doesn&#039;t support TCP so I would suggest using the UDPConnector or a bridge.</description>
		<content:encoded><![CDATA[<p>The TuioSimulator doesn&#8217;t support TCP so I would suggest using the UDPConnector or a bridge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kumar</title>
		<link>http://bubblebird.at/tuioflash/guides/the-connectors/comment-page-1/#comment-9080</link>
		<dc:creator>Kumar</dc:creator>
		<pubDate>Fri, 05 Aug 2011 10:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-9080</guid>
		<description>Hi Gimmix,
I am trying to use your library for writing multitouch application and want to test with the standard TuioSimulator.
I am using TCP Connector with host as 127.0.0.1 and port as 3333 in my as3 class.

However it gives me
ioErrorHandler: [IOErrorEvent type=&quot;ioError&quot; bubbles=false cancelable=false eventPhase=2 text=&quot;Error #2031: Socket Error. URL: 127.0.0.1&quot;]
error.

Can you please help</description>
		<content:encoded><![CDATA[<p>Hi Gimmix,<br />
I am trying to use your library for writing multitouch application and want to test with the standard TuioSimulator.<br />
I am using TCP Connector with host as 127.0.0.1 and port as 3333 in my as3 class.</p>
<p>However it gives me<br />
ioErrorHandler: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2031: Socket Error. URL: 127.0.0.1"]<br />
error.</p>
<p>Can you please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johannes</title>
		<link>http://bubblebird.at/tuioflash/guides/the-connectors/comment-page-1/#comment-8989</link>
		<dc:creator>johannes</dc:creator>
		<pubDate>Mon, 01 Aug 2011 14:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-8989</guid>
		<description>Unfortunately, as far as I know neither Georg Kaindl&#039;s nor Mehmet Akten&#039;s TCP bridge work with the TCP implementation of tuio-as3.</description>
		<content:encoded><![CDATA[<p>Unfortunately, as far as I know neither Georg Kaindl&#8217;s nor Mehmet Akten&#8217;s TCP bridge work with the TCP implementation of tuio-as3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/the-connectors/comment-page-1/#comment-4006</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Sun, 20 Feb 2011 15:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-4006</guid>
		<description>Make sure you have the right port set up. Which bridge are you using?</description>
		<content:encoded><![CDATA[<p>Make sure you have the right port set up. Which bridge are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mnu7</title>
		<link>http://bubblebird.at/tuioflash/guides/the-connectors/comment-page-1/#comment-3998</link>
		<dc:creator>mnu7</dc:creator>
		<pubDate>Sun, 20 Feb 2011 10:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-3998</guid>
		<description>I got same error 
” ioErrorHandler: [IOErrorEvent type=&quot;ioError&quot; bubbles=false cancelable=false eventPhase=2 text=&quot;Error #2031: Socket Error. URL: 127.0.0.1&quot;] ” 
I am trying to use TCP connector

and Bridge is running before I start my flash application.</description>
		<content:encoded><![CDATA[<p>I got same error<br />
” ioErrorHandler: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2031: Socket Error. URL: 127.0.0.1"] ”<br />
I am trying to use TCP connector</p>
<p>and Bridge is running before I start my flash application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/the-connectors/comment-page-1/#comment-3066</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Thu, 06 Jan 2011 17:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-3066</guid>
		<description>Ah I just noticed you used the demo code from gkaindl&#039;s upd-lc bridge website. That actually should work even without my library. If you use the LCConnector you simply have to run the bridge without any arguments ad it will default to the right values to work with the library.

The ioerror looks like you are trying to use the TCPConnector. Make sure your bridge/tracker is already running when you start your flash application.</description>
		<content:encoded><![CDATA[<p>Ah I just noticed you used the demo code from gkaindl&#8217;s upd-lc bridge website. That actually should work even without my library. If you use the LCConnector you simply have to run the bridge without any arguments ad it will default to the right values to work with the library.</p>
<p>The ioerror looks like you are trying to use the TCPConnector. Make sure your bridge/tracker is already running when you start your flash application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwight</title>
		<link>http://bubblebird.at/tuioflash/guides/the-connectors/comment-page-1/#comment-3056</link>
		<dc:creator>Dwight</dc:creator>
		<pubDate>Wed, 05 Jan 2011 23:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-3056</guid>
		<description>I still get this error &quot; ioErrorHandler: [IOErrorEvent type=&quot;ioError&quot; bubbles=false cancelable=false eventPhase=2 text=&quot;Error #2031: Socket Error. URL: 127.0.0.1&quot;] &quot;  I&#039;m guessing I just don&#039;t know how to set up the connector.</description>
		<content:encoded><![CDATA[<p>I still get this error &#8221; ioErrorHandler: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2031: Socket Error. URL: 127.0.0.1"] &#8221;  I&#8217;m guessing I just don&#8217;t know how to set up the connector.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwight</title>
		<link>http://bubblebird.at/tuioflash/guides/the-connectors/comment-page-1/#comment-3055</link>
		<dc:creator>Dwight</dc:creator>
		<pubDate>Wed, 05 Jan 2011 23:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-3055</guid>
		<description>So when I run this out of my command line 
udp-flashlc-bridge-win.exe -c _MyConnection -m dispatchPacket
the connection is actually named &quot;OscDataStream&quot; not &quot;_MyConnection&quot;

I&#039;m trying to work out the steps to get this working in my head so bear with me.
1.  Install Kinect Drivers (done)
2.  Launch udp-flashlc-bridge-win in command line as above?
3.  Run the TuioManager as3 code as is and we should be good?

Or are there some other settings or software I need?</description>
		<content:encoded><![CDATA[<p>So when I run this out of my command line<br />
udp-flashlc-bridge-win.exe -c _MyConnection -m dispatchPacket<br />
the connection is actually named &#8220;OscDataStream&#8221; not &#8220;_MyConnection&#8221;</p>
<p>I&#8217;m trying to work out the steps to get this working in my head so bear with me.<br />
1.  Install Kinect Drivers (done)<br />
2.  Launch udp-flashlc-bridge-win in command line as above?<br />
3.  Run the TuioManager as3 code as is and we should be good?</p>
<p>Or are there some other settings or software I need?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/the-connectors/comment-page-1/#comment-3054</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Wed, 05 Jan 2011 23:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-3054</guid>
		<description>If I understand your answer correctly you try to implement an LocalConnection Connector. Actually you don&#039;t have to, that is what the org.tuio.connectors.LCConnector is for ;)
Also the udp-lc-bridge only sends its data to a LocalConnection named &quot;_OscDataStream&quot;.</description>
		<content:encoded><![CDATA[<p>If I understand your answer correctly you try to implement an LocalConnection Connector. Actually you don&#8217;t have to, that is what the org.tuio.connectors.LCConnector is for <img src='http://bubblebird.at/tuioflash/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Also the udp-lc-bridge only sends its data to a LocalConnection named &#8220;_OscDataStream&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

