Open-source multiplayer game server compatible with the RuneScape client https://www.openrs2.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Graham e4b5f8b850 Check there are no trailing bytes in Rs2Decoder 2 years ago
..
jaggrab Split protocol packages into upstream/downstream packages 2 years ago
js5 Split protocol packages into upstream/downstream packages 2 years ago
EmptyPacket.kt Add initial implementation of the RS framing layer 3 years ago
FixedPacket.kt Add initial implementation of the RS framing layer 3 years ago
LengthMismatchPacketCodec.kt Move length encoding/decoding from Rs2{Decoder,Encoder} to PacketCodec 2 years ago
Rs2DecoderTest.kt Check there are no trailing bytes in Rs2Decoder 2 years ago
Rs2EncoderTest.kt Move length encoding/decoding from Rs2{Decoder,Encoder} to PacketCodec 2 years ago
TestEmptyPacketCodec.kt Add initial implementation of the RS framing layer 3 years ago
TestFixedPacketCodec.kt Move length encoding/decoding from Rs2{Decoder,Encoder} to PacketCodec 2 years ago
TestStreamCipher.kt Add initial implementation of the RS framing layer 3 years ago
TestVariableBytePacketCodec.kt Move length encoding/decoding from Rs2{Decoder,Encoder} to PacketCodec 2 years ago
TestVariableShortPacketCodec.kt Move length encoding/decoding from Rs2{Decoder,Encoder} to PacketCodec 2 years ago
VariableByteOptimisedPacket.kt Add initial implementation of the RS framing layer 3 years ago
VariableByteOptimisedPacketCodec.kt Move length encoding/decoding from Rs2{Decoder,Encoder} to PacketCodec 2 years ago
VariableBytePacket.kt Add initial implementation of the RS framing layer 3 years ago
VariableShortOptimisedPacket.kt Add initial implementation of the RS framing layer 3 years ago
VariableShortOptimisedPacketCodec.kt Move length encoding/decoding from Rs2{Decoder,Encoder} to PacketCodec 2 years ago
VariableShortPacket.kt Add initial implementation of the RS framing layer 3 years ago