Developers
- Last edited 10 years ago by Vlash Nytefall
Developers
Return to: Main Page | Tutorials | Portal | Forum | Project Manager | Bug Tracker
The following contents of this page pertains to developing of the official EQ2Emulator server. Parts of this information may work for developing a custom server. That information will be available under the Admins section on this wiki.
This is a custom module written by John Adams to help track all aspects of the project being worked on, what their status is and help testers identify which systems are complete (enough) to begin testing.
Generally speaking, a "data packet" is how the game client communicates with game server, and vice versa. This is typical in all client->server applications. For more information on the networking magic around data packets, see the link above or any other resource on the web.