Server <-> Client sequence

08/04/2017 12:03 isma33#1
Hello

Does anyone know an exising wiki/article about server protocol, detailled architecture of the client / server messages

By that i mean something that describe what are sent / received, something like this:

Login Sequence:

C: Send AuthRequest
S: Send AuthResponse

Game Sequence:
C: Send ConnectPacket
S: Send HeroInfo

Thanks!
08/04/2017 20:53 skykaiwen#2
google it !!
08/04/2017 21:22 isma33#3
Quote:
Originally Posted by skykaiwen View Post
google it !!
i did, but i cant find answser, this is why i asked here ^^, in hope someone save me precious time in sniffing/logging stuff myself :(
08/05/2017 02:10 freefora11#4
Download a p server source and start getting your hands dirty. If you want to know more about the packets themselves, you can find more about it here...
[Only registered and activated users can see links. Click Here To Register...]