hello everybody, I have problems to connect to an IP number which is outside of my network by using [netclient] - [netreceive] objects. When I try within the same network, I can connect, but I dont know if it is possible to connect an outside IP with pd.
any help??
best, Koray.
M.Koray Tahiroglu DA student/researcher Media Lab, University of Art and Design Helsinki, TaiK Hameentie 135C 00560 Helsinki Finland http://mlab.uiah.fi/~korayt/ tel: +358 40 754 8449 fax: +358 9 75630 555
hello everybody, I have problems to connect to an IP number which is outside of my network by using [netclient] - [netreceive] objects. When I try within the same network, I can connect, but I dont know if it is possible to connect an outside IP with pd.
any help??
moi Koray,
could be almost any problem.
is one of the machines running a firewall? if you are trying it at the university, does the uni have a firewall in place that would block ports?
if one of the IP addresss are something like 192.168.*.* , 10.*.*.*, or 172.16.*.* (these numbers are reserved for internal networks), and another is of some other type, chances are you will only be able to connect from the outside network to the inside IP (unless you do some fancy port forwarding).
best -august.
On Wed, 12 Jan 2005, Koray Tahiroglu wrote:
I have problems to connect to an IP number which is outside of my network by using [netclient] - [netreceive] objects.
I suppose you mean [netsend].
When I try within the same network, I can connect, but I dont know if it is possible to connect an outside IP with pd.
BTW, if you are looking for compatibility with the protocol used in the "Arts' Birthday" project, [netsend] and [netreceive] are not compatible with that, although they're very close. They lack two things:
ability to omit semicolons at the end of messages (interpreting every newline as implicit semicolon)
bidirectional sockets
This is why you have to use [pd_netsocket], which implements exactly those two features, as I have originally written that external as my contribution to Arts' Birthday, for the benefit of the students of the University of Ottawa.
Mathieu Bouchard -=- Montréal QC Canada -=- http://artengine.ca/matju