hi list,
does anyone know if there is a tcp client external for pd? i have not found any on the web and netreceive does not let me send something (netsend vice versa not receive).
any recommendations of alternatives?
martin
http://attacksyour.net/pi
http://www.machfeld.net
You should download the maxlib that have a tcp server and client ( and other stuff). But the object netsend is much better because it allow the udp (faster) , if it doesn't work , you migth forget to load the dll at pd start ( launch pd with the command line : pd -lib %path to dll )
martin pi pi@attacksyour.net wrote: hi list,
does anyone know if there is a tcp client external for pd? i have not found any on the web and netreceive does not let me send something (netsend vice versa not receive).
any recommendations of alternatives?
martin
http://attacksyour.net/pi http://www.machfeld.net
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Do You Yahoo!? -- Avec Yahoo! soyez au coeur de la récolte de dons pour le Téléthon.
Hey Martin,
I've been using netsend and netreceive on all platforms and never ran into trouble.
What will it not let you send?
OSC would be an alternative. (and a very nice one)
Ben ----- Original Message ----- From: "martin pi" pi@attacksyour.net To: "pd" pd-list@iem.kug.ac.at Sent: Wednesday, December 10, 2003 11:06 AM Subject: [PD] tcp client
hi list,
does anyone know if there is a tcp client external for pd? i have not found any on the web and netreceive does not let me send something (netsend vice versa not receive).
any recommendations of alternatives?
martin
http://attacksyour.net/pi http://www.machfeld.net
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hey Martin,
I've been using netsend and netreceive on all platforms and never ran into trouble.
What will it not let you send?
if u for example connect to a demon which is listening and sending via the same tcp port, u can connect to it and send something, but netreceive will not be able to open the port, and so u never will get the answer into pd. or ?
best
e
yes indeed,
actually this is also an anoyance with the OSCx externals, there is dump and send, but no full-duplex communication... It would be nice to send and receive commands on the same port/socket...
anyone working on this?
B. ----- Original Message ----- From: rat@telecoma.net To: "B. Bogart" ben@ekran.org Cc: "martin pi" pi@attacksyour.net; "pd" pd-list@iem.kug.ac.at Sent: Wednesday, December 10, 2003 1:58 PM Subject: Re: [PD] tcp client
Hey Martin,
I've been using netsend and netreceive on all platforms and never ran
into
trouble.
What will it not let you send?
if u for example connect to a demon which is listening and sending via the same tcp port, u can connect to it and send something, but netreceive will not be able to open the port, and so u never will get the answer into pd. or ?
best
e
Well, this is exactly what the flashserver external does. Only problem is that it uses a null character as a message terminator (for flash). I'm sure it could be easily altered. Wasn't there an external named tcpserver at one time?
Pall
----- Original Message ----- From: "B. Bogart" ben@ekran.org To: rat@telecoma.net Cc: "martin pi" pi@attacksyour.net; "pd" pd-list@iem.kug.ac.at Sent: Wednesday, December 10, 2003 8:37 PM Subject: Re: [PD] tcp client
yes indeed,
actually this is also an anoyance with the OSCx externals, there is dump
and
send, but no full-duplex communication... It would be nice to send and receive commands on the same port/socket...
anyone working on this?
B. ----- Original Message ----- From: rat@telecoma.net To: "B. Bogart" ben@ekran.org Cc: "martin pi" pi@attacksyour.net; "pd" pd-list@iem.kug.ac.at Sent: Wednesday, December 10, 2003 1:58 PM Subject: Re: [PD] tcp client
Hey Martin,
I've been using netsend and netreceive on all platforms and never ran
into
trouble.
What will it not let you send?
if u for example connect to a demon which is listening and sending via
the
same tcp port, u can connect to it and send something, but netreceive
will
not be able to open the port, and so u never will get the answer into
pd.
or ?
best
e
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
hi everybody,
i thought flashserver is the server part. so i would set up a server and have flash connect...
actually the server i need to connect to _does_ send the data by purpose in a flash compatible format, thus using \0 terminated lines.
i will simply try out both.
thanks everyone for help!!!
martin
On Wed, 10 Dec 2003, Pall Thayer wrote:
Well, this is exactly what the flashserver external does. Only problem is that it uses a null character as a message terminator (for flash). I'm sure it could be easily altered. Wasn't there an external named tcpserver at one time?
Pall
----- Original Message ----- From: "B. Bogart" ben@ekran.org To: rat@telecoma.net Cc: "martin pi" pi@attacksyour.net; "pd" pd-list@iem.kug.ac.at Sent: Wednesday, December 10, 2003 8:37 PM Subject: Re: [PD] tcp client
yes indeed,
actually this is also an anoyance with the OSCx externals, there is dump
and
send, but no full-duplex communication... It would be nice to send and receive commands on the same port/socket...
anyone working on this?
B. ----- Original Message ----- From: rat@telecoma.net To: "B. Bogart" ben@ekran.org Cc: "martin pi" pi@attacksyour.net; "pd" pd-list@iem.kug.ac.at Sent: Wednesday, December 10, 2003 1:58 PM Subject: Re: [PD] tcp client
Hey Martin,
I've been using netsend and netreceive on all platforms and never ran
into
trouble.
What will it not let you send?
if u for example connect to a demon which is listening and sending via
the
same tcp port, u can connect to it and send something, but netreceive
will
not be able to open the port, and so u never will get the answer into
pd.
or ?
best
e
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
http://attacksyour.net/pi
http://www.machfeld.net
On Wed, Dec 10, 2003 at 12:10:35PM -0500, B. Bogart wrote:
I've been using netsend and netreceive on all platforms and never ran into trouble.
What will it not let you send?
OSC would be an alternative. (and a very nice one)
Maybe Martin want a generic tcp client, like telnet. "netsend/netreceive" works with a specific protocol called FUDI (which basically transpose lists into space delimited strings terminated with a ";") and are unidirectional. Therefore it's not possible to "telnet" using netsend/netreceive.
-- Marc
On Wed, Dec 10, 2003 at 05:06:11PM +0100, martin pi wrote:
does anyone know if there is a tcp client external for pd? i have not found any on the web and netreceive does not let me send something (netsend vice versa not receive).
any recommendations of alternatives?
With the pyext external, it should be possible to use the Python networking functions and the Twisted framework (http://www.twistedmatrix.com/) -- Marc