crykn / kryonet

A fork of the KryoNet client/server library for Java.
BSD 3-Clause "New" or "Revised" License
68 stars 8 forks source link

Is there an easy way to do P2P with this ? #12

Open tbvns opened 3 days ago

tbvns commented 3 days ago

I really need to do hole punching, but I have no idea how I am supposed to do that with KryoNet and the documentation doesn't mention anything about it either. I already understand the idea behind hole punching, but to make it work, a kryo client should be able to connect to another kryo client and all that kind of complicated stuff. Can a kryo client connect to another kryo client ? If not, will P2P ever be added to this project ?

tbvns commented 3 days ago

I'm going to take a look at this thing called UPnP, this look pretty useful. I'll close this issue if it resolves my needs.