kryonet
kryonet copied to clipboard
Is this library mantained anymore?
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.
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
This fork created by crykn: https://github.com/crykn/kryonet is pretty good.