| yeah, technically for an arg named ihost the arg should be the true
numeric form of the address (each of the four parts of an ip address
represents an octet out of 32 bits, similar to the ff/ff/ff style
notation for colors)
in psuedo-code I think it would be something like this to go from the
four octets to the integer representation:
define numeric-ip (a.b.c.d) {
a<<24 + b<<16 + c<<8 + d
}
On Mon, Jul 16, 2012 at 1:29 PM, joachim heintz wrote:
> yes, i know it's a string (would Shost instead of ihost then perhaps be even
> more accurate?), but is it the domain "name"?
> i don't know if it is the usual way of describing IP addresses. for me (us)
> it was misleading.
> j
>
>
> Am 16.07.2012 22:19, schrieb Victor:
>
>> Well, it is still a string, even though it contains mostly numbers...
>>
>>
>>
>> On 16 Jul 2012, at 21:16, joachim heintz wrote:
>>
>>> ok - i have tried it again, and indeed it worked!
>>> strange - i have tried it some days ago with a student who could not send
>>> messages to his iPad with OSCsend and the IP address (it worked with Max and
>>> PD). so i looked in the manual, and found nothing written about a possible
>>> numerical IP address for OSCsend.
>>> so - thanks for so quickly granting my request =)
>>> perhaps a note on the manual page for OSCsend can mention it. currently
>>> it states:
>>> ihost -- a string that is the intended host computer domain name
>>> best -
>>> joachim
>>>
>>>
>>> Am 16.07.2012 21:56, schrieb Anders Genell:
>>>>
>>>> I have only ever used OSCsend/receive using numerical ip addresses and
>>>> there have been no problems...
>>>>
>>>> Regards,
>>>> Anders
>>>>
>>>>
>>>> 16 jul 2012 kl. 21:32 skrev joachim heintz :
>>>>
>>>>> yes, i tried and it did not work, but i can try again later.
>>>>>
>>>>>
>>>>> Am 16.07.2012 21:25, schrieb Victor:
>>>>>>
>>>>>> are you sure you cannot use a numeric address? I cannot test now, but
>>>>>> I have the impression I have used it like that before.
>>>>>>
>>>>>>
>>>>>>
>>>>>> On 16 Jul 2012, at 20:05, joachim heintz wrote:
>>>>>>
>>>>>>> hi -
>>>>>>>
>>>>>>> currently OSCsend accepts only a named address like
>>>>>>> "xenakis.cs.bath.ac.uk".
>>>>>>> for some situations this is the best solution, but sometimes it would
>>>>>>> be easier to send the message to an IP address like "192.168.178.43". this
>>>>>>> is also done by other audio applications (like pd or max), and used by
>>>>>>> OSClisten.
>>>>>>>
>>>>>>> can OSCsend be extended to accept also an IP address?
>>>>>>>
>>>>>>> thanks -
>>>>>>>
>>>>>>> joachim
>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>>
>>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>> "unsubscribe csound"
>>>>>>>
>>>>>>
>>>>>>
>>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>>
>>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>> Discussions of bugs and features can be posted here
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>> "unsubscribe csound"
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>> "unsubscribe csound"
>>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>>
>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
|