Thread: simple chat program

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    30

    simple chat program

    This past summer I spent the majority of my free time writing a simple chat package for unix/linux which uses the message queue. This means it's only able to send messages to the same computer that the server is on. The idea was that I could put it on a server at school, and anyone telnetting in or at a terminal connected to that server could access the server with the client program. I'm sure there are still some bugs in it, so I dug it out to see if anyone would help me test out it's various features. Email me if you're interested, make the subject Simple Chat Package or SCP, and I'll send you the tar with everything you'll need. I have to warn you it doesn't have a terribly extensive ammount of documentation, since I didn't believe in documentation at the time, but I can clear up any questions anyone might have through email.

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    30
    it occurred to me that you probably have no way of emailing me, it's [email protected] - no junk mail please, ty

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple window program
    By baniakjr in forum C++ Programming
    Replies: 5
    Last Post: 03-11-2006, 03:46 PM
  2. Help with simple program
    By nik2007 in forum C++ Programming
    Replies: 4
    Last Post: 02-27-2006, 09:54 AM
  3. Replies: 4
    Last Post: 07-05-2004, 07:41 PM
  4. simple frontend program problem
    By gandalf_bar in forum Linux Programming
    Replies: 16
    Last Post: 04-22-2004, 06:33 AM
  5. Simple Math Program
    By RazielX in forum C Programming
    Replies: 3
    Last Post: 03-04-2004, 06:22 PM