newLISP Fan Club

Forum => newLISP in the real world => Topic started by: HPW on June 01, 2004, 10:47:09 PM

Title: UDP: username/password to connect to a server?
Post by: HPW on June 01, 2004, 10:47:09 PM
User madturnip ask here about UDP:



http://www.neosoftware.com/cgi-bin/ikonboard/topic.cgi?forum=2&topic=1567


Quote
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.
Title:
Post by: Lutz on June 02, 2004, 05:43:24 AM
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