Cannot receive OSC packages on local ip

Viewed 17

We have two computers connected through a local network. Our IP addresses are ip1 and ip2. We are sending to port 1234. When the first computer sends to the second, we execute the command (using sendosc):

[terminal of first computer]$ sendosc ip2 1234 /test i 123

and indeed the second computer receives the message (using protokol).

When the second computer sends an osc to the first one, like so:

[terminal of second computer]$ sendosc ip1 1234 /test i 123

then the first computer fails to receive it. When the first computer sends an osc to itself like [terminal of first computer]$ sendosc ip1 1234 /test i 123, then it works.

The first computer has an xubuntu system running. The ip was retrieved from ifconfig. What could possibly be the issue? Do we need to open a port, like: sudo nc -l -4 -p 1234. But that doesn't seem to solve the issue either.

0 Answers
Related