UDP Socket won't work on other devices

Hello everybody.
I’m stuck with the following problem:
I need to display on a webApp incoming datas which I get from a UDP package. (UDP Socket)
It all works on my local machine Mac (Safari) but as soon as I open the webAppPage with a other device like iPad or from a second mac, I don’t receive any packages.
Does anybody have an idea?
Thank you.

The web app may only be able to create one UDP Socket for a port.
Then pass data to all sessions to show it.

[quote=480082:@Christian Schmitz]The web app may only be able to create one UDP Socket for a port.
Then pass data to all sessions to show it.[/quote]
Thank you Christian, now I need to figure out how to pass datas to other sessions … still working on it :slight_smile:

Check the chat example for web.