<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 20, 2015 at 3:26 AM, IOhannes m zmoelnig <span dir="ltr"><<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2015-10-20 05:17, Billy Stiltner wrote:<br>
> I'm not sure how to handle the input from the programming side.<br>
<br>
</span>read the stdin.<br>
<br>
reading data from a file, a pipe (like stdin) or a network socket is all<br>
the same. (well mainly; you cannot seek() a network stream or a pipe;<br>
but as long as you do sequential reading, they are the same).<br>
<br>
fgmasdr<br>
<span class="HOEnZb"><font color="#888888">IOhannes<br>
</font></span><br></blockquote></div>thanks<br></div><div class="gmail_extra">ran into a problem using java tcp socket and javascript, pretty sure it's probably not in javascript <br></div><div class="gmail_extra">the array size ought to grow to fit the concatenations but on PD's side am only getting 1672 bytes<br></div><div class="gmail_extra">off the tail end of some of my FUDI messages. It is a different problem than the subject line of  this message.<br></div><div class="gmail_extra">Getting off subject even more here -><br></div><div class="gmail_extra">What about web browsers' implementation of raw sockets without JAVA?  It seems they are allowed on mobile devices,<br></div><div class="gmail_extra">in FireFox's development documents as experimental like features, same with chrome. This would be great for androids<br></div><div class="gmail_extra">and such but what about easy use of FUDI from the browser without having to have any intermediate protocols like websockets , etc..<br></div><div class="gmail_extra">would gladly use something like going through pdsend/pdrecieve straight from the browser. JAVA is a bit of a monster to put between <br></div><div class="gmail_extra">a web browser and puredata.  <br></div><div class="gmail_extra"><br></div></div>