sending TCP

View: New views
3 Messages — Rating Filter:   Alert me  

sending TCP

by kimm furt-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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/

Re: sending TCP

by Sciss-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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/

Re: sending TCP

by kimm furt-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

thanks!


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/