« Return to Thread: NetAddr

Re: NetAddr

by LFSaw :: Rate this Message:

Reply to Author | View in Thread

the language _listens_ only on port 57120 ( NetAddr.localAddr ).

hope that helps.

Till

On 05.03.2008, at 13:26, nonprivate wrote:

> hi, sorry to ask this again,
> but is it the case that sc can only listen to 57120, and does not
> respond to anything else? it seems like it to me, after recent
> experiments. if that isn't the case then i need to find out where i'm
> going wrong with this stuff.
> thanks.
>
> Dipl.-Inf. Till Bovermann wrote:
>> On 05.03.2008, at 03:58, William Brent wrote:
>>
>>
>>>> o = OSCresponder(nil, '/chat', { |t, r, msg, addr|
>>>>
>>> addr.postln; }).add;
>>>
>>> Bingo.  That gave the port.  I had tried to check with netstat as
>>> you suggested before, but this port never came up.  Pd doesn't use a
>>> consistent port number.  But now I know how to find it.
>>>
>>> Thanks for your patience on this.  I'll post to the Pd list and let
>>> them know about it.
>>>
>>
>> AFAIK it is because the standard example of provided by the osc guys
>> (sendOSC) don't care about the outgoing port. the pd sender simply
>> uses this slightly adapted code.
>>
>> regards
>> Till
>>
>> _______________________________________________
>> sc-users mailing list
>> sc-users@...
>> http://lists.create.ucsb.edu/mailman/listinfo/sc-users
>>
>>
>
> _______________________________________________
> sc-users mailing list
> sc-users@...
> http://lists.create.ucsb.edu/mailman/listinfo/sc-users

_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

 « Return to Thread: NetAddr