Re: [akka-user] UDP server java

2016-03-18 Thread Konrad Malawski
Have you read up on the docs about UDP in Java? http://doc.akka.io/docs/akka/2.4.2/scala/io-udp.html#Bind__and_Send_ -- konrad -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >>

[akka-user] UDP server java

2016-03-14 Thread Alan Klikic
Hi, i need to create a UDP server binding to one port. Multiple clients (devices) will "connect" to this port and each device "connection" has to be handled by its own actor (DeviceActor). DeviceActor would be responsible for handling received messages, replaying to received messages