<br><br><div class="gmail_quote">On Wed, Mar 16, 2011 at 12:45 PM, Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de">bert@freudenbergs.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im"><br>
On 16.03.2011, at 15:18, OFFRAY VLADIMIR LUNA CARDENAS wrote:<br>
<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I&#39;m using Physical Etoys in Squeak for Linux (0.7 version) for interact with an arduino board. Other people is using vvvv for their work with sensors. I would like to use OSC for enabling communication with them, but I can&#39;t find any newbie documentation on that subject, in fact, I only find on the web that OSC is supported by Squeak and is a nice protocol, even proudctos like Musical Objects that use it, but not many details. Any introductory information on Squeak and OSC will be appreciated and if I can get details on time to make proper communication, even better.<br>


&gt;<br>
&gt; Thanks a lot,<br>
&gt;<br>
&gt; Offray<br>
<br>
</div>I don&#39;t think there is &quot;introductory documentation&quot; for OSC in Squeak. You should load the OSC package from Squeakmap and see if you can make sense of it.<br>
<br>
But maybe Ricardo can give you some hints, IIRC he used OSC to connect to Kinect.<br></blockquote><div><br></div><div>Hi,</div><div><br></div><div>Bert is right, AFAIK there is no introductory documentation. However, the code is very simple, it has a lot of tests and examples and in the last version I added a lot of comments. So it should be easy to understand and use. Start by looking at OSCServer class comments and tests.</div>

<div><br></div><div>Note that the squeakmap version is outdated, you should probably load it directly from squeaksource <a href="http://www.squeaksource.com/OSCClient/OSC-Richo.23.mcz">http://www.squeaksource.com/OSCClient/OSC-Richo.23.mcz</a>. </div>

<div><br></div><div>I don&#39;t know exactly what you&#39;re trying to acomplish, though. Are you trying to use OSC to communicate with the Arduino? What is ww?</div><div><br></div><div>Cheers,</div><div>Richo</div><div>
<br>
</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
- Bert -<br>
<br>
<br>
_______________________________________________<br>
squeakland mailing list<br>
<a href="mailto:squeakland@squeakland.org">squeakland@squeakland.org</a><br>
<a href="http://lists.squeakland.org/mailman/listinfo/squeakland" target="_blank">http://lists.squeakland.org/mailman/listinfo/squeakland</a><br>
</blockquote></div><br>