Thank you That makes perfect sense.
I hate to be the never ending problem maker but how would I send an EOL? a number 13?
guillermo
-----Original Message----- From: pd-list-admin@iem.at [mailto:pd-list-admin@iem.at]On Behalf Of Pall Thayer Sent: Sunday, November 09, 2003 3:33 PM To: Guillermo Acevedo; pd-list@iem.at Subject: Re: [PD] Newbie tcp/ip
Hi Guillermo, You probably have to append a EOL indicator to the end of the messages you're sending. Otherwise proce55ing starts receiving data as a message but doesn't know where or when it ends and just keeps on receiving, thinking that it's still receiving the first message.
So what you do is use pack to pack everything into one unit (where the EOL stuff is the last element) then use a send message connected to netsend with a $ for each element in the pack, so it might look something like this:
send $1 $2 $3
Now this is all based on the assumption that I'm recalling everything correctly. I was trying to send something from a pd netsend to a pd flashserver recently and I think that's how I eventually got it to work.
best, Pall
It varies, depending on what is receiving the message. Usually it's either ';\n' or ';\0'.
Pall
Pall Thayer artist/teacher Fjolbrautaskolinn vid Armula http://www.this.is/pallit http://www.this.is/pallit/isjs http://www.this.is/pallit/harmony http://130.208.220.190/panse
----- Original Message ----- From: "Guillermo Acevedo" ga368@nyu.edu To: palli@pallit.lhi.is Cc: PD-list@iem.at Sent: Sunday, November 09, 2003 10:51 PM Subject: RE:RE: [PD] Newbie tcp/ip
Thank you That makes perfect sense.
I hate to be the never ending problem maker but how would I send an EOL?
a number 13?
guillermo
-----Original Message----- From: pd-list-admin@iem.at [mailto:pd-list-admin@iem.at]On Behalf Of Pall Thayer Sent: Sunday, November 09, 2003 3:33 PM To: Guillermo Acevedo; pd-list@iem.at Subject: Re: [PD] Newbie tcp/ip
Hi Guillermo, You probably have to append a EOL indicator to the end of the messages
you're
sending. Otherwise proce55ing starts receiving data as a message but
doesn't
know where or when it ends and just keeps on receiving, thinking that it's still receiving the first message.
So what you do is use pack to pack everything into one unit (where the EOL stuff is the last element) then use a send message connected to netsend
with
a $ for each element in the pack, so it might look something like this:
send $1 $2 $3
Now this is all based on the assumption that I'm recalling everything correctly. I was trying to send something from a pd netsend to a pd flashserver recently and I think that's how I eventually got it to work.
best, Pall
-- Pall Thayer artist/teacher http://www.this.is/pallit http://www.this.is/isjs http://www.this.is/harmony http://130.208.220.190/panse
On Sunday 09 November 2003 19:13, Guillermo Acevedo wrote:
Hello oh great and wise list I am a newbie to PD (using the latest PD extended windows version on
win2k)
and I'm trying to get PD to talk to Proce55ing (alpha 67). I'm using the netsend object, but cant seem to make it work. I know that netsend actually connects to a server, the server
acknowledges
the connection, but then never recieves any of the numbers netsend sends it. I sniffed the connection with ethereal and saw that PD is not
sending
actual TCP IP packets but NDPS (Novell Distributed Print System)
packets.
So, any idea what I'm doing wrong? any suggestions? Thanks Guillermo
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Or maybe you don't even need the ';' Not sure and don't have time to try it out myself right now.
Pall
Pall Thayer artist/teacher Fjolbrautaskolinn vid Armula http://www.this.is/pallit http://www.this.is/pallit/isjs http://www.this.is/pallit/harmony http://130.208.220.190/panse
----- Original Message ----- From: "Guillermo Acevedo" ga368@nyu.edu To: palli@pallit.lhi.is Cc: PD-list@iem.at Sent: Sunday, November 09, 2003 10:51 PM Subject: RE:RE: [PD] Newbie tcp/ip
Thank you That makes perfect sense.
I hate to be the never ending problem maker but how would I send an EOL?
a number 13?
guillermo
-----Original Message----- From: pd-list-admin@iem.at [mailto:pd-list-admin@iem.at]On Behalf Of Pall Thayer Sent: Sunday, November 09, 2003 3:33 PM To: Guillermo Acevedo; pd-list@iem.at Subject: Re: [PD] Newbie tcp/ip
Hi Guillermo, You probably have to append a EOL indicator to the end of the messages
you're
sending. Otherwise proce55ing starts receiving data as a message but
doesn't
know where or when it ends and just keeps on receiving, thinking that it's still receiving the first message.
So what you do is use pack to pack everything into one unit (where the EOL stuff is the last element) then use a send message connected to netsend
with
a $ for each element in the pack, so it might look something like this:
send $1 $2 $3
Now this is all based on the assumption that I'm recalling everything correctly. I was trying to send something from a pd netsend to a pd flashserver recently and I think that's how I eventually got it to work.
best, Pall
-- Pall Thayer artist/teacher http://www.this.is/pallit http://www.this.is/isjs http://www.this.is/harmony http://130.208.220.190/panse
On Sunday 09 November 2003 19:13, Guillermo Acevedo wrote:
Hello oh great and wise list I am a newbie to PD (using the latest PD extended windows version on
win2k)
and I'm trying to get PD to talk to Proce55ing (alpha 67). I'm using the netsend object, but cant seem to make it work. I know that netsend actually connects to a server, the server
acknowledges
the connection, but then never recieves any of the numbers netsend sends it. I sniffed the connection with ethereal and saw that PD is not
sending
actual TCP IP packets but NDPS (Novell Distributed Print System)
packets.
So, any idea what I'm doing wrong? any suggestions? Thanks Guillermo
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list