setting up a server

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Post Reply
catron
Posts: 158
Joined: Mon Feb 19, 2007 1:54 am

setting up a server

Post by catron »

i have absolutely no idea what i need, or how to communicate with it(when i get it). I was wondering because one of my games will have online and i dont want p2p. so if you have any experience... drop me a line.

Thanks ,
Catron
Rytz
Posts: 249
Joined: Wed Oct 25, 2006 6:05 am
Location: IL, USA
Contact:

Re: setting up a server

Post by Rytz »

catron wrote:i have absolutely no idea what i need, or how to communicate with it(when i get it). I was wondering because one of my games will have online and i dont want p2p. so if you have any experience... drop me a line.

Thanks ,
Catron
You need a C++ networking library. Your question really has nothing to do with Irrlicht.

Try C++ Sockets.

There are others too. Try doing a google search for C++ networking libraries.
Image
Xaron
Posts: 310
Joined: Sun Oct 16, 2005 7:39 am
Location: Germany
Contact:

Post by Xaron »

A real good one (and easy to use) is: RakNet

Regards - Xaron
Brainstorm
Posts: 5
Joined: Wed May 23, 2007 1:30 pm

Post by Brainstorm »

or you can try this:
Beej's Guide to Network Programming:
http://beej.us/guide/bgnet/
There is everything you need to know about sockets both <sys/sockets.h> on unix/linux/others and <winsock.h> for windows they, sockets.h and winsock.h , are about the same but still diffrent when you go in to more advanced stuff.

/Brainstorm
omar shaaban
Posts: 616
Joined: Wed Nov 01, 2006 6:26 pm
Location: Cairo,Egypt
Contact:

Post by omar shaaban »

well if u need to make a game and also 3d so u would combine irrlicht with one of the network libraries and of course u need a server with high connection and it needs more exp in programming![/list]
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

Sounds like a job for irrNet

:D
dejai
Posts: 522
Joined: Sat Apr 21, 2007 9:00 am

Post by dejai »

WoW Im in the dark 2. I wonder if I can use my Linux Computer to act as a server
Programming Blog: http://www.uberwolf.com
omar shaaban
Posts: 616
Joined: Wed Nov 01, 2006 6:26 pm
Location: Cairo,Egypt
Contact:

Post by omar shaaban »

dejai wrote:WoW Im in the dark 2. I wonder if I can use my Linux Computer to act as a server
yes u can most of the servers use linux in this job but foe why i don't know :lol:
Dances
Posts: 454
Joined: Sat Jul 02, 2005 1:45 am
Location: Canada
Contact:

Post by Dances »

omar shaaban wrote:
dejai wrote:WoW Im in the dark 2. I wonder if I can use my Linux Computer to act as a server
yes u can most of the servers use linux in this job but foe why i don't know :lol:
Because linux has a tendancy to crash less and run better with infrequent restarts.
dejai
Posts: 522
Joined: Sat Apr 21, 2007 9:00 am

Post by dejai »

Hmm Yes I am currently running fedora stable version 6, what would be the best way to go about turning my computer into a complete server and what program should I use to make a " Game " maybe like a frag freenze FPS game. I Know Hamachi can trick your computer into making a virtual lan I used to use it for FPS game servers way back but what would be the best way to go about turning my linux fedora into a server and which library would be the best to use.
Programming Blog: http://www.uberwolf.com
catron
Posts: 158
Joined: Mon Feb 19, 2007 1:54 am

Post by catron »

im going to use my ps3 that is running FC6, thanks
Dances
Posts: 454
Joined: Sat Jul 02, 2005 1:45 am
Location: Canada
Contact:

Post by Dances »

dejai wrote:Hmm Yes I am currently running fedora stable version 6, what would be the best way to go about turning my computer into a complete server and what program should I use to make a " Game " maybe like a frag freenze FPS game. I Know Hamachi can trick your computer into making a virtual lan I used to use it for FPS game servers way back but what would be the best way to go about turning my linux fedora into a server and which library would be the best to use.
You shouldn't need a special program to serve a game.. you just need a linux compatible game specific server... stand alone or not it doesn't matter. The program has to be made specifically for the game.
Post Reply