Re: [PD] OSC between win and mac

2007-07-31 Thread Marko Timlin
Aaarrgghh,
I send and SOS to the world, I hope that someone get´s my...message in a bottle.

still fiddling around with that bl##dy OSC connection form Windows to Mac or Pd 
to Max respectively.

Status:
firewalls are off
sending OSC from Mac using Max to Windows using Pd works just fine
sending OSC from Windows using Pd to Mac using Max doesn´t work, I receive the 
following message:
SendData::SendHTMSocket()failure -- not connected

to receive I use the dumpOSC object to send I use the sendOSC object.
I give in the IP number of the Mac and its port, but...nothing :-(

by the way, sending and receiving OSC from Pd to Reaktor on Windows works also 
perfectly.

any suggestions are warmly welcome.
thanks,
M.


Mojn,
mind the portnumbers.

UDP is like a scream/stream, just broadcasting on the whole network for 
anyone to listen on that port. TCP/IP does handshake on two channels
(eg port  and 4445) involving al kinds of are you ready, oh, I 
didnt get that, messages.

If you want to connect both ways with UDP select two different 
portnumbers for the two senders ( ).

Make shure these ports are free, on win do Run/netstat -a 30 to see.
on mac I don't know.

And as Martin says: Mind the networkfiltering (firewalls), these ports 
need to be open for network traffic.

Good luck

mvh/Steffen Leve Poulsen







Marko Timlin skrev:
 Moi, 
 where can I find martin's net/osc objects mentioned below by IOhannes?
 
 and why do I have to set up the machines to pass udp packets on port 7000? is 
there a reason why port 7000 and not any other port???
 
 thanks,
 m.
 
 [EMAIL PROTECTED] 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


Re: [PD] OSC between win and mac

2007-07-31 Thread IOhannes m zmoelnig
Marko Timlin wrote:
 Aaarrgghh,
 I send and SOS to the world, I hope that someone get´s my...message in a 
 bottle.
 
 still fiddling around with that bl##dy OSC connection form Windows to Mac or 
 Pd to Max respectively.
 
 Status:
 firewalls are off
 sending OSC from Mac using Max to Windows using Pd works just fine
 sending OSC from Windows using Pd to Mac using Max doesn´t work, I receive 
 the following message:
 SendData::SendHTMSocket()failure -- not connected
 
 to receive I use the dumpOSC object to send I use the sendOSC object.
 I give in the IP number of the Mac and its port, but...nothing :-(
 
 by the way, sending and receiving OSC from Pd to Reaktor on Windows works 
 also perfectly.


honestly, have you tried to find out _where_ the error is (the mac, the
xp box, the network) as suggested in previous mails?
probably i have overlooked this in sos...

can you connect from mac to mac (localhost)?
can you connect from xp to xp (localhost)? (ok, you tested this!)

what is inbetween the 2 machines? another firewall? (a real one, not a
personal firewall nonsense)


have you tried installing Pd on the mac and see what it gets?
do you have other machines available for testing?


have you tried other ports?
are you sure that both objects are working in the same protocol (UDP).


you could try to find some cmd-line tools for sending (and receiving)
messages.

again: netcat is the swiss army knife for _anything_ network related.
it will allow you to fake both a server (netreceive/dumpOSC) and a
client (netsend/sendOSC).





mfg.asdr
IOhannes

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] OSC between win and mac

2007-07-26 Thread Marko Timlin
Moi, 
where can I find martin's net/osc objects mentioned below by IOhannes?

and why do I have to set up the machines to pass udp packets on port 7000? is 
there a reason why port 7000 and not any other port???

thanks,
m.

[EMAIL PROTECTED] 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
 


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] OSC between win and mac

2007-07-26 Thread Steffen Leve Poulsen
Mojn,
mind the portnumbers.

UDP is like a scream/stream, just broadcasting on the whole network for 
anyone to listen on that port. TCP/IP does handshake on two channels
(eg port  and 4445) involving al kinds of are you ready, oh, I 
didnt get that, messages.

If you want to connect both ways with UDP select two different 
portnumbers for the two senders ( ).

Make shure these ports are free, on win do Run/netstat -a 30 to see.
on mac I don't know.

And as Martin says: Mind the networkfiltering (firewalls), these ports 
need to be open for network traffic.

Good luck

mvh/Steffen Leve Poulsen







Marko Timlin skrev:
 Moi, 
 where can I find martin's net/osc objects mentioned below by IOhannes?
 
 and why do I have to set up the machines to pass udp packets on port 7000? is 
 there a reason why port 7000 and not any other port???
 
 thanks,
 m.
 
 [EMAIL PROTECTED] 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


Re: [PD] OSC between win and mac

2007-06-20 Thread Max Neupert
hi jo,

first thing would be to find out where the problem is exactly.
is it the sender or receiver.
set up pd on the windows machine and send something from there. does  
it work?
if yes, then it might be a problem in eyecon.
if not, make sure the firewalls allow communication through this port.

m.



Am 18.06.2007 um 21:14 schrieb Johannes Krause:

 hey list,


 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?



 shouts joh








 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/ 
 listinfo/pd-list


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] OSC between win and mac

2007-06-19 Thread IOhannes m zmoelnig
[EMAIL PROTECTED] 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
 


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] OSC between win and mac

2007-06-18 Thread Johannes Krause
hey list,


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?



shouts joh








___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] OSC between win and mac

2007-06-18 Thread Frank Barknecht
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].

Ciao
-- 
 Frank Barknecht _ __footils.org_ __goto10.org__

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] OSC between win and mac

2007-06-18 Thread martin.peach
 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



___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list