Feel free to send me an e-mail. If you do, be sure to include an email so that I can get back to you
Simple Chat
Simple Chat (SC) is an Internet chat system that allows users to communicate with each other. Currently, users have two clients they can use. The first is a GTK+ application written in C, and the other is a web application written in PHP. The Simple Chat Server (SCS) is a robust, portable, and lightweight solution for reliable chatroom facilities over the Internet.
Current Features
- Easily deployable on both Windows (requires Cygwin) and Linux web servers.
- The Simple Chat web app can be easily used within existing PHP web applicatitions.
- Instant messaging with other users.
- Uses simple opensource SC protocol.
- Protocol fully extensible.
Proposed Features
- Secure Encypted communication channels
- Denial of service protection by requiring clients to solve NPC problem.
- File Transfer Capabilities.
- Data compression.
Known Issues
- Win32 port is still buggy.
- At this time, the Simple Chat Client is not supported on Windows Vista.
Command Line Arguments
Simple Chat Server (SCS), Release v0.1.0
Copyright (c) 2007, Joseph A. Marrero. All rights reserved.
More information at http://www.manvscode.com/
The syntax is:
simplechatserver [ OPTIONS ]
Options:
-p, --port N Sets the port number to N.
-m, --max-connections N Sets the maximum concurrent connections to N.
-c, --max-chatrooms N Sets the max chatrooms to N.
-v, --verbose Turn on extra messages and echo to stdout.
-l, --enable-logging Turn on logging; this decreases performance.
-D, --daemon ACTION Run as daemon; ACTION is either start, restart, or shutdown.
-h, --help Display help and copyright information.
Please report any bugs to joe@manvscode.com
Comments
No comments.