Hi Jean. I'm trying to get my iPad to be used as a client for the node server running on my mac, and am running into some difficulty.
I can get the client up on the iPad by creating an adhoc network on the Mac,
( steps here ->)
- sudo networksetup -createnetworkservice AdHoc lo0
- sudo networksetup -setmanual AdHoc 192.168.1.88 255.255.255.255
- Enable internet sharing with the AdHoc network
But the ports i'm using to send OSC back and forth aren't available (i get (ERROR, UDP) send EADDRNOTAVAIL 127.0.0.1:9001). Is there any way to create an adhoc network with my OSC ports open?