![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SSH doesn't pick up user's project from /etc/project | kurgan | SUN Solaris | 2 | 05-21-2008 09:52 AM |
| Who know this project? | Osawa | UNIX for Dummies Questions & Answers | 5 | 09-08-2007 10:08 PM |
| project | nrusimha | UNIX for Dummies Questions & Answers | 1 | 02-07-2006 04:51 AM |
| Project Help | Shade | High Level Programming | 1 | 12-17-2005 03:56 PM |
| GTK+ project | santhosh.linux | Post Here to Contact Site Administrators and Moderators | 0 | 11-16-2005 07:36 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
First Project help
People
I am a new developer and this is my first project so i need your help.I have completed the connection part of my chat server now i need to develop it further for which i need help from someone so please help me out. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
It would be helpful if you said what you were wanting help/advice with.
So you have the connection part of a chat server, that could mean all you have is a program with main/socket/bind/listen/accept in it. |
|
#3
|
|||
|
|||
|
well man if u can help me i can send you the specificatiosn of the project.Its a linux chat server
|
|
#4
|
|||
|
|||
|
I suggest you describe the specific problem you have on the forum rather than sending various specifications around.
The "Internet Relay Chat Protocol" is well documented on the internet, what is the specific issue you want to discuss? |
|
#5
|
||||
|
||||
|
Looking at your previous posts, http://www.unix.com/c-programming-in...r-project.html, I might as well close this thread. But as porter mentioned, I will allow for discussion of the specific issues that you may have. But no direct solutions are allowed.
|
|
#6
|
|||
|
|||
|
well now after connection the client sends a registration request to the server and server see whether dis is a unique client or not.now the problem is how to check for uniqueness
|
|
#7
|
|||
|
|||
|
Either have client send some passphrase to the server for easier validatian
or validate transparently for the hostname : port number from the request from the client to the server ( provided, request to the server from the client is from the same port always ) Last edited by matrixmadhan; 07-16-2007 at 04:11 AM. Reason: disable smileys |
|||
| Google The UNIX and Linux Forums |