<?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: Sending OSC</title>
	<atom:link href="http://bubblebird.at/tuioflash/guides/sending-osc/feed/" rel="self" type="application/rss+xml" />
	<link>http://bubblebird.at/tuioflash</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: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/sending-osc/comment-page-1/#comment-20039</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Fri, 06 Apr 2012 16:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-20039</guid>
		<description>This can happen if you didn&#039;t close the connector properly after a previous execution of the app. -&gt; See: UDPConnector.close()
This will also happen if the IP or Port is invalid or already in use.
To temporarily fix this you can open the Taskmanager and kill all flash or air tasks that are still running in the background if you encounter this error.</description>
		<content:encoded><![CDATA[<p>This can happen if you didn&#8217;t close the connector properly after a previous execution of the app. -> See: UDPConnector.close()<br />
This will also happen if the IP or Port is invalid or already in use.<br />
To temporarily fix this you can open the Taskmanager and kill all flash or air tasks that are still running in the background if you encounter this error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phoenix</title>
		<link>http://bubblebird.at/tuioflash/guides/sending-osc/comment-page-1/#comment-20013</link>
		<dc:creator>phoenix</dc:creator>
		<pubDate>Fri, 06 Apr 2012 00:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-20013</guid>
		<description>Hum... I&#039;m getting 
Error: Error #2002: Operation attempted on invalid socket.
	at flash.net::DatagramSocket/internalBind()
	at flash.net::DatagramSocket/bind()
	at org.tuio.connectors.udp::OSCDatagramSocket()[C:\Users\phoenix\Documents\gameDev\OSC\tuio_as3_v_0_8\org\tuio\connectors\udp\OSCDatagramSocket.as:24]
	at org.tuio.connectors::UDPConnector()[C:\Users\phoenix\Documents\gameDev\OSC\tuio_as3_v_0_8\org\tuio\connectors\UDPConnector.as:52]
	at OSCExample()[C:\Users\phoenix\Documents\gameDev\starlingDev\OSCExample\src\OSCExample.as:37]
	at runtime::ContentPlayer/loadInitialContent()
	at runtime::ContentPlayer/playRawContent()
	at runtime::ContentPlayer/playContent()
	at runtime::AppRunner/run()
	at ADLAppEntry/run()
	at global/runtime::ADLEntry()
[SWF] OSCExample.swf - 99,439 bytes after decompression</description>
		<content:encoded><![CDATA[<p>Hum&#8230; I&#8217;m getting<br />
Error: Error #2002: Operation attempted on invalid socket.<br />
	at flash.net::DatagramSocket/internalBind()<br />
	at flash.net::DatagramSocket/bind()<br />
	at org.tuio.connectors.udp::OSCDatagramSocket()[C:\Users\phoenix\Documents\gameDev\OSC\tuio_as3_v_0_8\org\tuio\connectors\udp\OSCDatagramSocket.as:24]<br />
	at org.tuio.connectors::UDPConnector()[C:\Users\phoenix\Documents\gameDev\OSC\tuio_as3_v_0_8\org\tuio\connectors\UDPConnector.as:52]<br />
	at OSCExample()[C:\Users\phoenix\Documents\gameDev\starlingDev\OSCExample\src\OSCExample.as:37]<br />
	at runtime::ContentPlayer/loadInitialContent()<br />
	at runtime::ContentPlayer/playRawContent()<br />
	at runtime::ContentPlayer/playContent()<br />
	at runtime::AppRunner/run()<br />
	at ADLAppEntry/run()<br />
	at global/runtime::ADLEntry()<br />
[SWF] OSCExample.swf &#8211; 99,439 bytes after decompression</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suess</title>
		<link>http://bubblebird.at/tuioflash/guides/sending-osc/comment-page-1/#comment-13003</link>
		<dc:creator>suess</dc:creator>
		<pubDate>Mon, 21 Nov 2011 02:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-13003</guid>
		<description>Chronoless, do you have the line &quot;import org.tuio.connectors.UDPConnector;&quot;?</description>
		<content:encoded><![CDATA[<p>Chronoless, do you have the line &#8220;import org.tuio.connectors.UDPConnector;&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chronoless</title>
		<link>http://bubblebird.at/tuioflash/guides/sending-osc/comment-page-1/#comment-11394</link>
		<dc:creator>chronoless</dc:creator>
		<pubDate>Mon, 17 Oct 2011 15:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-11394</guid>
		<description>I&#039;ve got a kinda stupid problem and I don&#039;t know how to fix it:
When I copy-paste the above code I get the following error : 1180: Call to a possibly undefined method UDPConnector.
I&#039;ve put the org directory in the same root as the Fla file.
Any idea what goes wrong?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a kinda stupid problem and I don&#8217;t know how to fix it:<br />
When I copy-paste the above code I get the following error : 1180: Call to a possibly undefined method UDPConnector.<br />
I&#8217;ve put the org directory in the same root as the Fla file.<br />
Any idea what goes wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkaris</title>
		<link>http://bubblebird.at/tuioflash/guides/sending-osc/comment-page-1/#comment-10529</link>
		<dc:creator>jkaris</dc:creator>
		<pubDate>Tue, 27 Sep 2011 00:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-10529</guid>
		<description>thanks gimmix - appreciate your time.</description>
		<content:encoded><![CDATA[<p>thanks gimmix &#8211; appreciate your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/sending-osc/comment-page-1/#comment-10517</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Mon, 26 Sep 2011 17:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-10517</guid>
		<description>Well it looks like sending to a broadcast address isn&#039;t officially supported by the DatagramSocket so you are lucky it works for windows. 
What you could try is using a TUIO multiplexer like Throng</description>
		<content:encoded><![CDATA[<p>Well it looks like sending to a broadcast address isn&#8217;t officially supported by the DatagramSocket so you are lucky it works for windows.<br />
What you could try is using a TUIO multiplexer like Throng</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkaris</title>
		<link>http://bubblebird.at/tuioflash/guides/sending-osc/comment-page-1/#comment-10502</link>
		<dc:creator>jkaris</dc:creator>
		<pubDate>Mon, 26 Sep 2011 06:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-10502</guid>
		<description>Hi gimmix - I was able to get an AIR app on 2 different machines to send and receive no problem - on PC.  I tried the same thing on Mac but when trying to send a packet (.sendOSCPacket) it throws an error:

Error: Error #2031: Socket Error.
	at flash.net::DatagramSocket/internalSend()
	at flash.net::DatagramSocket/send()
        .....etc.

If I have one app on a PC and one on a Mac, the Mac one does still receive the packets - it&#039;s just sending on Mac that is failing.

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hi gimmix &#8211; I was able to get an AIR app on 2 different machines to send and receive no problem &#8211; on PC.  I tried the same thing on Mac but when trying to send a packet (.sendOSCPacket) it throws an error:</p>
<p>Error: Error #2031: Socket Error.<br />
	at flash.net::DatagramSocket/internalSend()<br />
	at flash.net::DatagramSocket/send()<br />
        &#8230;..etc.</p>
<p>If I have one app on a PC and one on a Mac, the Mac one does still receive the packets &#8211; it&#8217;s just sending on Mac that is failing.</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkaris</title>
		<link>http://bubblebird.at/tuioflash/guides/sending-osc/comment-page-1/#comment-10468</link>
		<dc:creator>jkaris</dc:creator>
		<pubDate>Sun, 25 Sep 2011 00:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-10468</guid>
		<description>Thanks for that!  I will test it out in my project and let you know how it goes.  Much appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for that!  I will test it out in my project and let you know how it goes.  Much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/sending-osc/comment-page-1/#comment-10451</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Sat, 24 Sep 2011 11:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-10451</guid>
		<description>afaik 255.255.255.255 is the regular broadcast IP and it seems to work fine for me.

here&#039;s a little snippet:
&lt;code&gt;
var outConn:UDPConnector = new UDPConnector(&quot;255.255.255.255&quot;, 3333, false);
var inConn:UDPConnector = new UDPConnector(&quot;your IP or 0.0.0.0&quot;, 3333);
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>afaik 255.255.255.255 is the regular broadcast IP and it seems to work fine for me.</p>
<p>here&#8217;s a little snippet:</p>
<div class="codesnip-container" >var outConn:UDPConnector = new UDPConnector(&#8220;255.255.255.255&#8243;, 3333, false);<br />
var inConn:UDPConnector = new UDPConnector(&#8220;your IP or 0.0.0.0&#8243;, 3333);</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkaris</title>
		<link>http://bubblebird.at/tuioflash/guides/sending-osc/comment-page-1/#comment-10449</link>
		<dc:creator>jkaris</dc:creator>
		<pubDate>Sat, 24 Sep 2011 10:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-10449</guid>
		<description>Hi gimmix - I was attempting to use 1.255 to send a broadcast message that other apps on the network would be listening for (including the one sending it) to synchronize an event.  But I guess this is not possible?</description>
		<content:encoded><![CDATA[<p>Hi gimmix &#8211; I was attempting to use 1.255 to send a broadcast message that other apps on the network would be listening for (including the one sending it) to synchronize an event.  But I guess this is not possible?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

