I would like to build a list of servers to display to a client to connect to one of them (this is for a game btw). Most games have a master server that keeps a list of all active servers so the client can just receive a list from there and when you start a server they all register their presence with a master server.
I would like to do this without a master server. Obviously the server will have to advertise it's presence somehow so the client can receive that information and construct a server list. I would like to know how to go about advertising a server so that any client on the internet can detect it. Is this even possible? I don't so much need code, I really would just like help with the methodology. Thanks for any help.
I would like to do this without a master server. Obviously the server will have to advertise it's presence somehow so the client can receive that information and construct a server list. I would like to know how to go about advertising a server so that any client on the internet can detect it. Is this even possible? I don't so much need code, I really would just like help with the methodology. Thanks for any help.
Comment