In case you plan any further network programming, I'm currently working on a network-library wrapper as a side-project.

It's intended to cover basic network commands in ANet, GSTNet and AckNet (or whatever the internal network lib is called) like
- client/server connection (already working for ANet/GSTNet)
- events and messages (already working for ANet/GSTNet)
- create entities (already working for ANet)

You choose the lib you want to use by a define.
It is NOT MEANT to cover everything the different libs provide. But to be enough for a simple tutorial chat or shooter. (Or more if you only use the message-event system.)

I thought this might be useful (and it has already prooven useful to me) if you want to switch the network engine for whatever reason.

At the moment it needs to be cleaned up and is very incomplete. The whole Acknet part is impossible for me anyway, because I have the Extra Edition.
Right now I have no time to work on it. Maybe after the AckCon again.

If you want it, PM me, or tell me here to add it to TUST.

Last edited by lemming; 05/23/13 16:46.