Re: [akka-user] Akka io udp broadcast to subnet

2015-04-02 Thread Viktor Klang
Hi, 255.255.255.255 has been deprecated/discouraged for many many years. Related: http://stackoverflow.com/questions/7481332/udp-broadcast-on-java-doesnt-work On Thu, Apr 2, 2015 at 10:27 PM, wrote: > I am trying to use akka-io to broadcast a UDP packet to all the nodes in > my subnet? I am fo

[akka-user] Akka io udp broadcast to subnet

2015-04-02 Thread saumitra . srivastav7
I am trying to use akka-io to broadcast a UDP packet to all the nodes in my subnet? I am following up the scala example from http://doc.akka.io/docs/akka/snapshot/scala/io-udp.html Its not working if I am using 255.255.255.255. Although its working fine when I give direct IP - 10.172.137.125 I