<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>
      <blockquote type="cite">I have made a little program in Unity to
        send over OSC (port 7000)</blockquote>
      If you use UDP (which you normally would), then a [netreceive -u
      -b 7000] in Pd should give you the *raw* OSC message. "-u" stands
      for UDP and "-b" stands for binary. Alternatively, you can also
      use [iemnet/udpreceive 7000].</p>
    <p>Then you have to convert the raw bytes to a Pd message, e.g. with
      [unpackOSC] (from "mrpeach" resp. "osc") or Pd vanilla's
      [oscparse].<br>
      <blockquote type="cite">Anyway, netreceive print to the console:
        slipdec: maximum packet length is 65536.</blockquote>
      This error message definitely comes from the [slipdec]
      object.Totally off topic, but these OSC addresses look weird. Why
      not use /trigger/0/0 and /trigger/34/1 ?<br>
    </p>
    <p>Christof<br>
    </p>
    <div class="moz-cite-prefix">On 08.02.2021 22:02, Csaba Láng wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CABF=eXAGZkwPuukiXgQ318R407AU7qCqqskuD6ZRpiG5V8sA5w@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">Dear list,
        <div><br>
        </div>
        <div>I have made a little program in Unity to send over OSC
          (port 7000) 60 times per second if a trigger was touched or
          not (1 and 0 respectively)</div>
        <div><br>
        </div>
        <div>However, any of my tries if it was over localnetwork or via
          IP to port 7000 nothing comes to Pd.</div>
        <div>Tried udp, tcp and netreceive but cannot catch any of the
          signals which looks like this</div>
        <div>/trigger0/0 or /trigger34/1</div>
        <div><br>
        </div>
        <div>Anyway, netreceive print to the console: slipdec: maximum
          packet length is 65536.</div>
        <div><br>
        </div>
        <div>What could go wrong?</div>
        <div>When I use Arena or Artnet the OSC is running with all the
          info I need, but Pd is muted totally.</div>
        <div><br>
        </div>
        <div>Best,</div>
        <div><br>
        </div>
        <div>Popesz</div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
  </body>
</html>