IP address of the machine running Isadora
-
I looked at the actors and did not find an out of the box actor, which would give an IP address of the host.
Is there an easy way to get it programmatically in Isadora?I need to send it over OSC to the clients on the network.Thanks.-8 -
Nothing built in that I can think of.
Sounds like a good feature request. -
-
I wrote you a processing app. It returns your IP when you ping it it with osc transmit. To an address of your choice. Set your osc listener type to "text"
http://houseofnorth.de/oscIP.zipF -
@fubbi –– Cool, it works nicely. I assume you are using processing (java network) function to get the IP, not something available in processing's OSC implementation, right?
Thanks.--8 -
Just a bunch of libraries...Ketai.org can call out your IP, among a bunch of other things that I think you might like :)
-
@fubbi I can get all of that in c++ easily ;-), I was wondering if I was missing something that OSC would give me for free.
--8 -
its in the packet if you hackit. Plenty on stack overflow about extracting IP from ping etc