Frank Barknecht wrote:
Hallo, Johannes Krause hat gesagt: // Johannes Krause wrote:
i send OSC messages from a windows computer (running eyecon) to a mac (running pd).
when i am using:
dumpOSC 7000 I I OSCroute /Poly1 /Poly2 /Poly3 I
there is no output in the atomboxes.
how to receive OSC messages in pd?
where i have to specify the ip?
You have to specify it in the "connect" message you give [sendOSC]. It's the same as with [netsend].
If you're receiving you don't specify the ip, only the port. The sender specifies both the ip and port. Be sure that both machines are set up to pass udp packets on port 7000.
Martin
martin.peach@sympatico.ca wrote:
Be sure that both machines are set up to pass udp packets on port 7000.
e.g. be sure to configure your firewalls correctly when dealing with network traffic (the sender computer must allow outgoing udp-traffic on the specified port, the receiving computer must allow incoming udp-traffic on the port and all intermediate firewalls have to act accordingly).
and connect a [print] directly to [dumpOSC] so you can see whether you receive anyhing.
and watch the console, whether it bails out on either the sending or the receiving side.
mfga.sdf IOhannes
PS: and use martin's net/osc objects, they are better...
Martin
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list