Page 1 of 1

UDP: username/password to connect to a server?

Posted: Wed Jun 02, 2004 5:47 am
by HPW
User madturnip ask here about UDP:

http://www.neosoftware.com/cgi-bin/ikon ... topic=1567
I see and understand the documentation, but I don't see where I would use a username/password to connect to a server.

How to i send a specific command like:

game.listplayers

to the server and have it send back to me the result.

Posted: Wed Jun 02, 2004 12:43 pm
by Lutz
UDP is an Internate transmission protocol used for services like message logging or device control and lately for Internet gaiming, but is from the viewpoint of an application at a lower level similar to TCP/IP.

The question the user asks is application related and has nothing to do with the Internet protocol UDP itself. The user should consult somebody who knows more about the inner workings of Internet games.

Lutz