CorpNet v1.3.0 released

corpnet

 

I have got the library to work with Android now. I had to go to Java 1.6 to get it work without any hazels. There might be possible to get it work with a later version but I had no luck with this. I only tried it with combination of LibGDX and my library. I don’t know if this has anything to do with it or if it is something else I just miss.

Only noticeable are the support for Android. Moved from Java 1.7 to Java 1.6 to get it working and a couple of bug fixes. You can find exactly what have been changed on GitHub for CorpNet.

 

CorpNet version 1.2.0 released

corpnet

CorpNet version 1.2.0 are released with the following things added.

  • Added keep alive
  • Added better resend timers
  • Bugfixes

You can find more information how to use this library on GitHub.

CorpNet are a Reliable UDP protocol for Server <-> Client written in Java. If you do fast game play then TCP can have some drawbacks. This library are written to overcome some of those problems.