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, <[email protected]> wrote:

> 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 tried the same task using java.net.DatagramSocket and it is working
> perfectly, i.e. i can receive the broadcast message on all subnet nodes,
> when sending using 255.255.255.255. So that means that there are no
> networking issues between machines. But if possible I want to do it using
> akka-io itself?
>
> I am new to network programming. Any ideas what I might be doing wrong?
>
> Let me know what more info can I provide to identify the issue.
>
>
>
>  --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Cheers,
√

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to