Hi I have this project that includes receiving real time data from a remote computer in OSC format, I want then to be able to communicate or distribute the OSC data to other computers logged in the same network.
I am looking in NodeJS, Express, Socket.io and OSC.js; I am not sure however how this should look in terms of the structure of the communication. If I am not misunderstanding some server concepts, I need to implement a NodeJS server which will receive it and forward it trough socket.io to the local network, I am ot sure though, do I get this data by looging to the server or to some other address that broadcasts the OSC data?
Thanks
K.