Hello again, <br><br>I am making some slow progress. Well, I managed to run an example :)<br><br>I run on one image the OldSocket example remoteTestServerUDP and on a second the remoteTestClientUDP. I hope that is the right direction so far. <br>
my transcript tells me that server and client endpoints are created, and some packets are sent. <br><br>I get the following message:<br>4000 bytes/packet, 117packets/sec, 2370 packets dropped. <br><br>he shouldn&#39;t drop packages, shouldn&#39;t he?<br>
<br>Further, the image running the server is not responsive any more (does not react to anything). Is that how it is supposed to work? <br><br>Thanks for your help. <br>Martin<br><br><br><div class="gmail_quote">2009/6/6 Markus Gaelli <span dir="ltr">&lt;<a href="mailto:gaelli@emergent.de">gaelli@emergent.de</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Am 05.06.2009 um 21:26 schrieb Martin Bleichner:<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hi Markus,<br>
<br>
when I try out the example i get.<br>
MessageNotUnderstood: MIMEDocument &gt;&gt;upToEnd<br>
the example should run through, shouldn&#39;t it?<br>
Martin<br>
</blockquote>
<br></div>
right, also examples should be tested first... ;-)<br>
<br>
Ok, with the following (replace upToEnd with contents and omit the closing of the (non)stream:<br>
<br>
   examplePostArgs<br>
        | args result resultStream |<br>
        args := Dictionary new.<br>
        args at: &#39;arg1&#39; put: #(&#39;val1&#39; );<br>
                 at: &#39;arg2&#39; put: #(&#39;val2&#39; );<br>
                 yourself.<br>
        resultStream := HTTPClient httpPostDocument: &#39;<a href="http://www.squeaklet.com/cgi-bin/thrd.pl" target="_blank">http://www.squeaklet.com/cgi-bin/thrd.pl</a>&#39; args: args.<br>
        result := resultStream contents.<br>
        Transcript show: result;<br>
                 cr;<br>
                 cr<br>
<br>
it kind of works. Modulo that <a href="http://squeaklet.com" target="_blank">squeaklet.com</a> is not there anymore so you don&#39;t get any specific answers.<br>
If I were you I&#39;d probably go for the udp solution mentioned by others.<br>
<br>
It would be great though to have some kind of Etoyish solution for your problem (think lightweight open croquet for etoys) with udp or osc or anything under the hood) so this is a very interesting question!<br>
<br>
Cheers<br><font color="#888888">
<br>
Markus</font><div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org" target="_blank">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
</div></div></blockquote></div><br>