UDP: username/password to connect to a server?

Q&A's, tips, howto's
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

UDP: username/password to connect to a server?

Post 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.
Hans-Peter

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post 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

Locked