 |
|
 |
Hi..
I want to create a server in linux environment and client in Windows environment, such the
the any request sent from client will go to server and a response message will be sent to the client. (C++ code)
Can anyone help me out.. Its really urgent..
|
|
|
|
 |
|
|
 |
|
 |
This article is pretty much helpful for beginers.
|
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
 |
similar project is our assignment in our Master degree course here in Philippines. It is kind and thoughtful of you to share this one. Thanks also for the pdf, it helped a lot. Cheers
|
|
|
|
 |
|
 |
Hi, your code is very interesting.
But what modification do i have to make in order to connect remotely?
I've managed to connect from my laptop, but when the 2nd client connects from his laptop, the first one disconnects automaticaly. Some sort of problem regarding the router? or multithreading?
|
|
|
|
 |
|
 |
This is a great example but some comments in the code would make it easier to follow . Also, whenever I close the server I get the following pop-up error:
Unhandled exception at 0x004c7ac0 in chat_server.exe: 0xC0000005: Access violation reading location 0x00000000
I then have to manually stop the debugger. Sorry if this is a simple question (I'll admit that I'm a newbie) but can anyone explain why this might happen? I'm running Visual Studio 2008.
Cheers,
Ad
|
|
|
|
 |
|
 |
It fulfilled my requirements what i had been looking for a long time..
|
|
|
|
 |
|
 |
I have to implement two type of chatting:
-Multicasting(client-server chatting):once connected the server recive massege from any client and transmit to all client.The client client theen display massege at console.
accept a chat login namem,maintain chat prompt
please provide me with code at akawatia@yahoo.co.in
|
|
|
|
 |
|
 |
I have to implement two type of chatting:
-Multicasting(client-server chatting):once connected the server recive massege from any client and transmit to all client.The client client theen display massege at console.
-Client-Client chatting(do not transmit conversation to other client.
accept a chat login namem,maintain chat prompt
conversation must be stored in shared memory segment.there will be a scrubbing daemon(forked)that write the compleated segment into a file
plz mail me the source code at erricool@gmail.com or harsh_amity@in.com
|
|
|
|
 |
|
 |
hello sir,
My project is on chat application so i have made my application using java. i have used socket programing concept n rmi for authentication... when i try to connect to my server its gives me rmi remote exception error.
so can u please guide me through d process of connecting to server n recover this error..
Thanks
mehul makwana
|
|
|
|
 |
|
 |
ur not giving correct explanation
|
|
|
|
 |
|
 |
i found this article really helpful..plz keep writing more such helpful tutorials
|
|
|
|
 |
|
 |
this is shakher from Gangtok, i need to make a client server chat system using socket. each client must be able to communicate with all other client and server too individually and simultanously without interference. can u please send me the source code for this application.
Thankyou
my contact
sumsher7@yahoo.co.in
|
|
|
|
 |
|
 |
I have to implement two type of chatting:
-Multicasting(client-server chatting):once connected the server recive massege from any client and transmit to all client.The client client theen display massege at console.
-Client-Client chatting(do not transmit conversation to other client.
accept a chat login namem,maintain chat prompt
conversation must be stored in shared memory segment.there will be a scrubbing daemon(forked)that write the compleated segment into a file
please provide me with code at pol_avi@yahoo.com
|
|
|
|
 |
|
 |
Hi!
I want the source code for implementing the chat server/client using socket theory.Actually,I have to submit it in my collage after 2 days.I am trying to implement it but not getting success.Please help me!!!!!!!!
You can also contact me on my id if you want to help me.Its richa.cseit@gmail.com
richa
|
|
|
|
 |
|
 |
i also want to implement tcp/ip client server chatting application ?
if u got any kind of assistant then please help me?
thankyou!!
|
|
|
|
 |
|
 |
Hi !!
I want to develop a chat client using CAsyncSocket class in MFC which should be dialog based application ....
What i got on net is Win32 application .
Please help .
Thank You.
BOBO
|
|
|
|
 |
|
 |
how to send string as wchar_t ?
thanks.
Live and Learn!!!
|
|
|
|
 |
|
 |
Hi !
Thanks your project . But when i start exe va press Enter (>3 times).
Alert "Memory can not read"?
?????????????????????
How i can fix?
Blackmask.
XXX
|
|
|
|
 |
|
 |
Which one? chat client / server?
Regards,
Boby
|
|
|
|
 |
|
 |
We tested the application under Windows 2000 and Windows XP.
We need to detect a cable break.
Under Windows 2000 - select() returns with readfds signaled after some seconds.
The following recv() returns 0, e.g. connection lost is recognised.
BUT: Under Windows XP nothing happens! No signal was send by select().
Why the application shows different behaviour in Win2k / winXP?
How to detect cable break under WinXP?
|
|
|
|
 |
|
 |
glad to view this article.i have a little idea.when a client sends message to the server, can u define a message format?for example,char[4096],the first 256bytes used for the nickname,when server send these back to all clients,them print the nickname before(-->),so the server donnot need to maintain a database for the nickname,and the clinet can change the nickname anytime he/she wants.
|
|
|
|
 |