EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=621)
-   -   Request some information from experinced EQEMU Devs (https://www.eqemulator.org/forums/showthread.php?t=15873)

Dimorge02 09-15-2004 01:26 AM

Request some information from experinced EQEMU Devs
 
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.

bUsh 09-15-2004 11:33 AM

Delving through EQNetwork.cpp for EQEmu.NET is not fun.
Take Daeken's advice and stay away from it if you can :P


All times are GMT -4. The time now is 01:30 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.