JRakNet icon indicating copy to clipboard operation
JRakNet copied to clipboard

A protocol implementation of the networking library RakNet.

Results 10 JRakNet issues
Sort by recently updated
recently updated
newest added

I try to run the code from the README example: ``` public static void main(String[] args) throws RakNetException { RakNetServer server = new RakNetServer(19132, 10); server.setIdentifier(new MinecraftIdentifier("JRakNet Example Server", 354,...

using the MinecraftIdentifier causes problems when connected to. no matter what you put for the version tag and server protocol it always says "Outdated Server"

Possible bug
Minecraft

I tried everything, changing the protocol, the minecraft protocol, the version. Nothing seems to work everytime I host a server for 1.16.20 I see nothing in the friends tab. And...

Hello. I'm trying to communicate with the official bedrock dedicated server. I send it a valid LoginPacket, but it just never responds, and the connection just times out. To demonstrate...

https://github.com/JRakNet/JRakNet/blob/707e9b60a69b548d521e535ab75b791f443265b9/src/main/java/com/whirvis/jraknet/Packet.java#L1112 The maximum value of type Int is 0x7FFFFF; 0xFFFFFFL is out of range. https://github.com/JRakNet/JRakNet/blob/707e9b60a69b548d521e535ab75b791f443265b9/src/main/java/com/whirvis/jraknet/Packet.java#L1160 This conditional statement always returns true; 0xFFFFFFFFFFFFFFFFFFFFFFFL represents -1.

More details are in the screenshots below. ![Снимок экрана (1739)](https://user-images.githubusercontent.com/45960833/81870812-fd564800-95b9-11ea-8ec4-505099bc60d9.png) ![Снимок экрана (1740)](https://user-images.githubusercontent.com/45960833/81870813-fe877500-95b9-11ea-821b-ca0b80ca3fe0.png)

`com.dosse:upnp:1.1` is not in maven central. What repository is it located in? ``` gamebuster@gamebuster-System-Product-Name:~/Desktop/Modding/LitiEngine$ ./gradlew build --refresh-dependencies FAILURE: Build failed with an exception. * Where: Build file '/home/gamebuster/Desktop/Modding/LitiEngine/build.gradle' line: 65...

Question

well i dont think this is an issue but i leave it hear,im sry if ditribute u:D so im trying to send a MASSIVE packet(about 2mb)using jraknet,but it told me...

Enhancement
Question
Possible bug
v3.0 proposal
v3.0

Hello, I'm new to raknet and self-learning it , after some searching found that the server protocol & client protocol versions are outdated , can you update them or make...