I have a game with a c++ server and java client, currently using TCP for
communication. I am wanting to switch over to using UDP to improve
performance as most of my packets do not need to be reliable or ordered.<br>
<br>Rather than reinvent the wheel, I found ENet, which looks like a great fit. I see there used to be a java port available at <a href="https://jenet.dev.java.net/" target="_blank">https://jenet.dev.java.net/</a> (now 404'ed). A couple questions around JEnet:<br>
<br>1. Does anyone know why the project disappeared?<br>2. Does anyone have the final sources of the project available and could share?<br>3. Does anyone know if the project was stable, and compatible with the latest versions of ENet?<br>
4. Does anyone know if the project was under a liberal / BSD-style license?<br><br>Unfortunately,
I have not found any other libraries which do UDP across both
languages, so any information would be greatly appreciated.<br>
<br>Thank you in advance<br><br>Best regards,<br>Robby