[LAU] how to transmit OSC between two networked computers?
nescivi
nescivi at gmail.com
Tue Apr 1 21:58:45 EDT 2008
Hiho,
On Friday 28 March 2008 13:13:55 Jan Weil wrote:
> The problem is that wiiosc uses localhost implicitly. It would be close
> to trivial to add another option to wiiosc so that you can define a
> remote host instead. I don't have the time at the moment, sorry. As a
> quick hack you could change line 228 in wiiosc.c
>
> t = lo_address_new(NULL, outport); // change later to use other host
>
> and replace the NULL by the remote host's IP address:
>
> t = lo_address_new("192.168.2.10", outport);
>
> and recompile.
Prompted by this discussion I just released version 0.3 on my website which
makes the IP address configurable on startup.
Get the new version from:
http://www.nescivi.nl/wiiosc/
sincerely,
Marije
More information about the Linux-audio-user
mailing list