#134402 - sgeos - Thu Jul 12, 2007 11:42 pm
Has anyone written an open source demo that demonstrates PC <-> DS socket server communication? I want to write a PC side server in perl and have it communicate with DS clients using sockets.
-Brendan
#134424 - sgeos - Fri Jul 13, 2007 2:02 am
Persisent connections.
For example, take a client/server based hangman game. DS and PC hangman clients connect to a hangman server and participate in a game of hangman. The PC hangman server keeps track of the game state and sends updates to external clients. (Or a chat program- IRC DS, or something like that.)
-Brendan