Thread: AOL Chat

  1. #1
    Unregistered
    Guest

    AOL Chat

    I am wanting to write a hangman program that works with aol 7.0 chat rooms (reading from and posting to). Where should I start to be able to do this (the aol part)? I know all the basics of C++ fairly well, and don't have much programming knowledge beyond that.

    Thanks

  2. #2
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    I'm not going to try and scare you but I'm going to be brutally honest. First you'll need to write some basic socket io functions (very easy to do with some of the libraries and there) for communicating between the chat server and your program. Here is where things get difficult. You'll need to learn the protocols used by the aol server which are proprietary and will have to be reverse engineered. After that it will be a piece of cake. It would actually be easier to write a hangman game using a scripting language that is ran from the server like tcl or perl or asp or whatever the server uses. Or you could just write your own online hangman game which is an afternoon's worth of work.

  3. #3
    Registered User johnnie2's Avatar
    Join Date
    Aug 2001
    Posts
    186
    AOL released its network protocol a few years ago under the GPL; you can find a description here. Otherwise, search Google for the AOL TOC protocol.
    "Optimal decisions, once made, do not need to be changed." - Robert Sedgewick, Algorithms in C

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Requesting Java Chat Client Maintenence
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 04-02-2003, 01:57 PM
  2. AOL And your health
    By RoD in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 02-09-2003, 09:51 AM
  3. windows xp and aol (im's)
    By rickc77 in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 10-26-2001, 06:50 PM
  4. Rough Portable Chat Design Sketch
    By ggs in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 08-27-2001, 07:44 AM