Question

I need to be able to send compact messages (ideally small enough to fit into a single UDP packet) from Java. It needs to be as efficient as possible - can anyone give me any pointers (other than constructing them manually)?

Was it helpful?

Solution

Mina -- http://mina.apache.org/udp-tutorial.html -- very good tool

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top