|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
sending TCPhi,
im trying to send tcp-messages from sclang to another app. i thought NetAddr.sendRaw might do the job, but i can't find a way to make it use tcp instead of udp. is there a way to do that? best, florian _______________________________________________ sc-users mailing list info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ |
|
|
Re: sending TCPx = NetAddr( <removeHost>, <remotePort> )
x.connect // --> establishes TCP ciao, -sciss- Am 21.04.2009 um 11:25 schrieb kimm furt: > hi, > > im trying to send tcp-messages from sclang to another app. > i thought NetAddr.sendRaw might do the job, but i can't find > a way to make it use tcp instead of udp. > is there a way to do that? > > best, > florian > > _______________________________________________ > sc-users mailing list > > info (subscription, etc.): http://www.beast.bham.ac.uk/research/ > sc_mailing_lists.shtml > archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ > search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ _______________________________________________ sc-users mailing list info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ |
|
|
Re: sending TCPthanks!
Am 21.04.2009 um 11:35 schrieb Sciss: > x = NetAddr( <removeHost>, <remotePort> ) > x.connect // --> establishes TCP > > ciao, -sciss- > > > Am 21.04.2009 um 11:25 schrieb kimm furt: > >> hi, >> >> im trying to send tcp-messages from sclang to another app. >> i thought NetAddr.sendRaw might do the job, but i can't find >> a way to make it use tcp instead of udp. >> is there a way to do that? >> >> best, >> florian >> >> _______________________________________________ >> sc-users mailing list >> >> info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml >> archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ >> search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ > > > _______________________________________________ > sc-users mailing list > > info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml > archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ > search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ _______________________________________________ sc-users mailing list info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml archive: http://www.listarc.bham.ac.uk/marchives/sc-users/ search: http://www.listarc.bham.ac.uk/lists/sc-users/search/ |
| Free embeddable forum powered by Nabble | Forum Help |