setting up a server
setting up a server
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
Thanks ,
Catron
Re: setting up a server
You need a C++ networking library. Your question really has nothing to do with Irrlicht.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
Try C++ Sockets.
There are others too. Try doing a google search for C++ networking libraries.
-
- Posts: 5
- Joined: Wed May 23, 2007 1:30 pm
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
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
-
- Posts: 616
- Joined: Wed Nov 01, 2006 6:26 pm
- Location: Cairo,Egypt
- Contact:
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
-
- Posts: 616
- Joined: Wed Nov 01, 2006 6:26 pm
- Location: Cairo,Egypt
- Contact:
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
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.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.