<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">William, VNC is Virtual Network
      Computing, it is a remote control of computers, to share desktops.
      You can fix a remote computer using VNC. As I need to see what's
      happening in the other computer, I thought using VNC. Also, I can
      control it, by sending keyboard and mouse data.<br>
      <br>
      Arrows are audio (the bottom one is video). If I need to send
      messages, I would use OpenSoundControl.<br>
      <br>
      I also think using netsend~ but, as I said, it shows this error:
      "wrong ELF class: ELFCLASS32". I read there that this is a 32x
      compiled program running in 64x system. That's why I have to
      recompile here (I tried to contact the developer, but he didn't
      respond yet). I can't make a end-to-end test with these
      externals... if they don't work in my system.<br>
      <br>
      Did you try netsend~/netreceive~?<br>
      <br>
      Yes, I think I understand the difference between UDP and TCP/IP.
      For this situation, I will use UDP. But, in future, I plan to
      expand my system to be used also with Internet. Maybe in that
      moment, I will think using TCP/IP, but it is not my problem for
      now.<br>
      <pre> <blockquote type="cite"><pre>Mario--
</pre>What is VCN?
Also good to label your arrows (audio? or messages?).
I think netsend~/netreceive~ is your best choice.
Try an end-to-end test without recompiling first.
I would say UDP makes more sense for audio
than TCP/IP.  (If you drop a big chunk over TCP,
and the application can't recover, then potentially
the entire TCP connection must be torn down
and restarted -- on both ends, which takes time.
UDP is designed for protocols (like live streaming)
where you expect packet loss.
Of course you don't want packet loss!
But UDP (theoretically) could *recover faster* than TCP.
And that's what you want for audio.

<blockquote type="cite">
On Tue, Sep 6, 2016 at 9:36 AM, Mario Sottile <<a href="https://lists.puredata.info/listinfo/pd-list">mariomey at gmail.com</a>
 wrote:
I need to make this configuration (pay attention only to audio):
First, I thought using NetJack... but I don't know if it is possible.
 Then, I found netsend~ and netreceive~ (from <a href="http://www.nullmedium.de/dev/">http://www.nullmedium.de/dev/</a>
 netsend~/), but they are compiled to 32 bits arch (I didn't compile them
 to 64 yet).
 Also, somebody told me about Scenic (<a href="https://github.com/sat-metalab/scenic">https://github.com/sat-metalab/scenic</a>
 )
 Could anybody of this list tell me what is the best approach? Another idea?
 Thanks.
 _______________________________________________
 <a href="https://lists.puredata.info/listinfo/pd-list">Pd-list at lists.iem.at</a>
 mailing list
 UNSUBSCRIBE and account-management - <a href="https://lists.puredata.info/">https://lists.puredata.info/</a>
 listinfo/pd-list
</blockquote>
</blockquote>
</pre>
    </div>
    <br>
  </body>
</html>