View Full Version : Request some information from experinced EQEMU Devs
Dimorge02
09-15-2004, 01:26 AM
I was wondering if one of you could give a general description or overview how the everquest system works. I.E how the client and server communicate. This could help clear up some questions in my mind :) Thanks
daeken_bb
09-15-2004, 01:33 AM
The protocol uses is a proprietary protocol laid over UDP. Packets can be compressed, fragmented, or be many packets in one (don't remember the term).
You shouldn't have to touch this underlying protocol unless you're planning on working on it (could be tough if you don't know how TCP works like the back of your hand, as it's the closest thing to the EQNetwork protocol) as everything is abstracted by the networking code.
You _should_ only have to deal with the higher-level packets, in general.
Read world/client.cpp, zone/client.cpp, and zone/client_process.cpp (I think that's what it's called... haven't touched it in a long time, so I can't remember) for some examples.
Happy Hacking,
Lord Daeken M. BlackBlade
(Cody Brocious)
Dimorge02
09-15-2004, 01:56 AM
Thanks. I'll check out the sources that you listed.
Delving through EQNetwork.cpp for EQEmu.NET is not fun.
Take Daeken's advice and stay away from it if you can :P
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.