Replies: 2 comments 6 replies
-
Hi, the idb files tells you what the packet structure for a particular opcode the client expects. This is useful as it tells us the structure of a message for a particular opcode the server needs to send to the client. The idb will provide the opcode the server needs to send to the client for requesting a pin. Take a look at other servers that have the pin system implemented as it might make it more clear. |
Beta Was this translation helpful? Give feedback.
-
Hey, so after spending couple of hours understanding how to implement the PIN system, i have a question that i hope you could find a time to answer to: |
Beta Was this translation helpful? Give feedback.
-
Hey im going through this repo and i really wanna contribute to it. i do not understand fully he purpose of the idb file with all client functions. what are the use of them in the server perspective. as far as i understood packets are being sent back to the client and the client is responsible to decide which function to trigger based on the opcode it gets from the packet' header.
if i do want to contribute (lets say add the pin functionality) do i need something from the IDB file?
thanks
Beta Was this translation helpful? Give feedback.
All reactions