Thread: Chat server/client trial -- anyone interested?

  1. #1
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490

    Chat server/client trial -- anyone interested?

    anyone with linux want to test out my very primitive chat client with the chat server?

    compile the 'client.c' file from the zip attached:

    Code:
    gcc -o client client.c -lpthread
    then execute it, and it should connect to the server. let me know if anyone wants to try it, and when, so i can start the server. the server.c code is just for people who want to look at it.


    anyone here who knows java, are you interested in writing up a small client?

    (btw, this version is newer than the one posted in the networking forum at flashdaddee. don't use that one now.)

    this is the first step toward a new flashdaddee chat client/server program thingy... i'm just testing my ideas out.

    since half of this code is borrowed from tutorials and such, i guess it would be only fair to say that anyone here can use this code for whatever use.


    i'll start the server at 8:00 PM EST or before-hand, if any linux users want to connect, too. beware: it is buggy, and the client is messy, being console-only. to connect, just run the client program.

  2. #2
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753
    It'll be a nice thing to try in a few hours.....after I install linux. Do you have an AIM name so I can talk to you about it?

  3. #3
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    I would be interested in porting it into an Java Applet.....,

  4. #4
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605
    Sounds interesting. I might have a look at it here in a while.
    .

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Chat udp server/client
    By Phoenix_Rebirth in forum C Programming
    Replies: 1
    Last Post: 11-17-2008, 12:30 PM
  2. Adding trial period to software
    By BobS0327 in forum C Programming
    Replies: 17
    Last Post: 01-03-2006, 02:13 PM
  3. Anyone interested?
    By JarJarBinks in forum Projects and Job Recruitment
    Replies: 7
    Last Post: 09-17-2004, 05:59 AM
  4. Flashdaddee chat server/client combo
    By ygfperson in forum Networking/Device Communication
    Replies: 0
    Last Post: 07-13-2003, 09:05 AM
  5. 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