Just to chime in, you really do want to use UDP instead of TCP/IP. Trust me!
FlyingIsFun1217
networking code
-
FlyingIsFun1217
- Posts: 219
- Joined: Fri Apr 13, 2007 8:29 pm
- Location: Illinois
- Contact:
by the way, i found godaddy has a super-cheapo dedicated package.
https://www.godaddy.com/gdshop/hosting/ ... ay=virtual
the thing is, i do my development on windows. which makes the cost go up to $37/mo.
the other one i found isn't cheap @ $80/mo.
http://www.serverintellect.com/dedicated/
also, how do u compute for resources for a development and test server has only a few users, plus some beta testers. i would guess a minimum is enough.
what is probably important for servers like this is the bandwidht, though. main memory can probably be set minimum with a bandwidth of 200gb will work.
https://www.godaddy.com/gdshop/hosting/ ... ay=virtual
the thing is, i do my development on windows. which makes the cost go up to $37/mo.
the other one i found isn't cheap @ $80/mo.
http://www.serverintellect.com/dedicated/
also, how do u compute for resources for a development and test server has only a few users, plus some beta testers. i would guess a minimum is enough.
what is probably important for servers like this is the bandwidht, though. main memory can probably be set minimum with a bandwidth of 200gb will work.

just want to post an update on the networking code...
i've uploaded a new package up on sourceforge containing three demos:
1) an irrlicht demo #17, a continuation of demo #16.
2) a raknet demo, taken from client-server demo code.
3) a combo of demo #17 and the raknet demo.
you can download it if you want to see the demo. other than that, it is probably a waste of your time.
my next step is to setup the libhttp project into the visual studio solution, so it'll have two methods of connection, first is through raknet peer networking and second is xml-rpc.
i'm thinking of using xml-rpc as an experiment for a different type of game where speed of update is not required. but that game will come later as i create more demos.
i'll also upload the blender files and textures used for the demo later.
i've uploaded a new package up on sourceforge containing three demos:
1) an irrlicht demo #17, a continuation of demo #16.
2) a raknet demo, taken from client-server demo code.
3) a combo of demo #17 and the raknet demo.
you can download it if you want to see the demo. other than that, it is probably a waste of your time.
my next step is to setup the libhttp project into the visual studio solution, so it'll have two methods of connection, first is through raknet peer networking and second is xml-rpc.
i'm thinking of using xml-rpc as an experiment for a different type of game where speed of update is not required. but that game will come later as i create more demos.
i'll also upload the blender files and textures used for the demo later.

turns out libhttp had a big boost lib dependency, it didn't work. so i had to go for libcurl which is now part of the package.
file: brokenfinger.02.rar
url: https://sourceforge.net/project/showfil ... _id=255269
this new stuff should keep me busy.
file: brokenfinger.02.rar
url: https://sourceforge.net/project/showfil ... _id=255269
this new stuff should keep me busy.

here's the server talking to the client.


Last edited by dlangdev on Sun Dec 30, 2007 10:15 pm, edited 1 time in total.
