automata / osc-web

Open Sound Control Web Bridge
MIT License
320 stars 50 forks source link

Question: access over network #11

Open 0idri0 opened 9 years ago

0idri0 commented 9 years ago

Hi! I try to access a website (with web-osc) with an ipad over a local server (Apache server with XAMPP). This is not a problem. It is a website with some buttons. the button clicks are passed to vvvv-software trhough UDP/OSC. So you can remotley trigger vvvv throgh the website opened on the ipad. now I would like to add a second, third, fourth,... mobile device. how do I do it? if I open up a second instance of the website bridge.js shows "Error: bin EADDRINUSE". I guess because the second site tries to bin to the same port?!

would appreciate if someone can help me! thanks david

automata commented 4 years ago

Hi David, sorry for the long hiatus. I'm trying to dust off this project now.

You can use different ports for the bridge. I`ll add a easier way to do that in next versions.

jayloofah commented 4 years ago

Hi David, sorry for the long hiatus. I'm trying to dust off this project now.

You can use different ports for the bridge. I`ll add a easier way to do that in next versions.

Woohoo!