<?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>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: 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>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/sending-osc/comment-page-1/#comment-10432</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Fri, 23 Sep 2011 19:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-10432</guid>
		<description>Hi, what kind of error do you get?
Is “192.168.1.255″ the IP of your computer? If yes this should / could work. If it is the IP of another computer in you LAN this will not work since you can only bind to ports on the system the app is running on.</description>
		<content:encoded><![CDATA[<p>Hi, what kind of error do you get?<br />
Is “192.168.1.255″ the IP of your computer? If yes this should / could work. If it is the IP of another computer in you LAN this will not work since you can only bind to ports on the system the app is running on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkaris</title>
		<link>http://bubblebird.at/tuioflash/guides/sending-osc/comment-page-1/#comment-10407</link>
		<dc:creator>jkaris</dc:creator>
		<pubDate>Fri, 23 Sep 2011 03:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/#comment-10407</guid>
		<description>Hi All - Is it possible to send and receive messages on the same ip/port ?

I tried doing something like this:

var manager = new OSCManager(new UDPConnector(&quot;192.168.1.255&quot;, 3333, true), new UDPConnector(&quot;192.168.1.255&quot;, 3333, false));

But this just causes errors.

Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Hi All &#8211; Is it possible to send and receive messages on the same ip/port ?</p>
<p>I tried doing something like this:</p>
<p>var manager = new OSCManager(new UDPConnector(&#8220;192.168.1.255&#8243;, 3333, true), new UDPConnector(&#8220;192.168.1.255&#8243;, 3333, false));</p>
<p>But this just causes errors.</p>
<p>Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

