kryonet
kryonet copied to clipboard
TCP/UDP client/server library for Java, based on Kryo
_From [[email protected]](https://code.google.com/u/113033524160698594806/) on October 04, 2013 05:13:57_ What steps will reproduce the problem? 1. Download kryonet-2.20.zip 2. Look in the "jars/production/" folder. What is the expected output? What do...
_From [[email protected]](https://code.google.com/u/113033524160698594806/) on October 04, 2013 01:03:15_ What steps will reproduce the problem? 1. Visit the project website. https://code.google.com/p/kryonet/#Remote_Method_Invocation What is the expected output? What do you see...
_From [[email protected]](https://code.google.com/u/116125752377531455043/) on September 11, 2013 21:27:59_ multicast support... anyone? https://blogs.oracle.com/alanb/entry/multicasting_with_nio _Original issue: http://code.google.com/p/kryonet/issues/detail?id=39_
_From [[email protected]](https://code.google.com/u/117823887889060917603/) on July 26, 2013 14:05:05_ What steps will reproduce the problem? 1. I followed this simple tutorial at http://www.youtube.com/watch?v=1fLXEL4ngpE 2. When i run the server, and then the...
_From [[email protected]](https://code.google.com/u/112234820676716429671/) on July 20, 2013 15:43:14_ Hello, I am experiencing problems sending a lot of chunks of small amounts of data from my android phone to my computer. What...
_From [[email protected]](https://code.google.com/u/105369197369695777131/) on May 08, 2013 11:32:43_ After getting the following exception when attempting to use host discovery on OS X 10.6.8 (Snow Leopard): 00:31 ERROR: [kryonet] Host discovery failed....
_From [[email protected]](https://code.google.com/u/117353627959524530997/) on January 21, 2013 01:14:47_ # What steps will reproduce the problem? 1. Clone https://github.com/pcarrier/kryoflood 2. Run mvn package 3. Observe that everything runs fine with: java -cp...
_From [[email protected]](https://code.google.com/u/108569469378050744222/) on December 29, 2012 23:19:58_ What steps will reproduce the problem? 1. Download the latest .zip 2. Using the all jar. 3. Just run the discovery code copy...
_From [[email protected]](https://code.google.com/u/113764842826374536320/) on June 19, 2012 10:53:21_ Could you provide some guidance on how to implement it. I'm currently doing the following: kryo.register(JSONObject.class, new BlowfishCompressor(kryo.newSerializer(JSONObject.class), key, WRITE_BUFFER_SIZE)); kryo.register(String[].class, new BlowfishCompressor(kryo.newSerializer(String[].class),...