kryonet icon indicating copy to clipboard operation
kryonet copied to clipboard

Is this library mantained anymore?

Open patton73 opened this issue 3 years ago • 2 comments

If the answer is yes I would like to see these jobs done:

_ Update this library to the latest kryo _ remove logger dependency and let it depends only from SLF4j. _ implement a TLS secure layer over TCP

Thanks in advance for any answer you can give. Andrea.

patton73 avatar Dec 19 '21 12:12 patton73

The library has had its last release in 2013, which should answer your question. If you want a version of KryoNet that supports the latest Kryo, try one of the many forks of this lib. Also there is a drop-in replacement for Minlog, which logs everything to SL4J: https://github.com/jdanbrown/minlog-slf4j

crykn avatar Dec 20 '21 10:12 crykn

This fork created by crykn: https://github.com/crykn/kryonet is pretty good.

ice1000 avatar May 07 '23 05:05 ice1000