2

I am currently trying to make a proxy for an application that uses the Raknet protocol. I want to to have the ability to receive the client connection, log/manipulate it and send it to the server, but I'm having difficulties replicating the protocol. I am preferably trying to do this in Java, but I wouldn't mind switching languages if I need to.

I tried using a standard Java socket and a Netty socket, but when I try to immediately forward a connection, it is refused.

Can anyone help me by pointing me in the right direction to replicating the protocol?

I can provide packets I captured from Wireshark if needed.

Ryan_DS
  • 750
  • 7
  • 28

0 Answers0