home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / winsock / globchat / readme.txt < prev   
Text File  |  1996-01-17  |  1KB  |  38 lines

  1. Global Chat Sample for Windows Sockets 
  2.  
  3.  
  4. SUMMARY
  5. =======
  6.  
  7. The GLOBCHAT sample allows two clients to carry on a conversation using a 
  8. server as the intermediary. By using the Name Resolution and Registration 
  9. functions, the clients need not even have the same transport protocols 
  10. loaded. The server acts as a gateway between the two clients, forwarding 
  11. messages over the appropriate Windows Sockets interface.
  12.  
  13. MORE INFORMATION
  14. ================
  15.  
  16. To run Global Chat:
  17.  
  18.   - Load the server side, GLOBCHAT.EXE, on a Windows NT server. This machine 
  19.     should run every protocol that a potential client might run.
  20.  
  21.   - On a client machine, run GLOBCL.EXE. Choose Connect from the Options 
  22.     menu to get to the dialog box for selecting the protocol of your choice 
  23.     and give yourself a name to be known by.
  24.  
  25.   - Once you enter the protocol and your name, the Global Chat Client finds 
  26.     the server and gives you a list of other users who you can chat with. 
  27.     Pick one, wait for them to accept your offer of a chat, and start 
  28.     typing.
  29.  
  30. The Global Chat Server displays the protocols it is using, the number of 
  31. client machines connected using each protocol, a list of all the client 
  32. names currently connected, and the status of each.
  33.  
  34. Note: Some of the supported protocols simply use the first Global Chat 
  35. Server that they find. This means that if more than one Global Chat Server 
  36. is running on your network, you may not connect to the right one.
  37.  
  38.