echo server and cliend program

  • Follow


plz help me!!!!!!!!!!!!!


 i have to design and develop echo client and server program using
socket programming.


well if any one can find me out it would be easier.....

0
Reply anujkairati (5) 11/1/2006 9:08:44 AM

anujkairati@gmail.com schrieb:

> plz help me!!!!!!!!!!!!!
>
>
>  i have to design and develop echo client and server program using
> socket programming.
>
>
> well if any one can find me out it would be easier.....

Which application. Which programming language. Or is it homework? Can
you use libraries. Can you choose your language. Perhaps you should use
Visual Basic and invoke the socket Active X control. Here is a client
and a server in C:

Server:
   main() { system("/usr/sbin/rshd"); }

Client:
  main() { system("rsh serverhost echo hello"); }

If this is not enough, Google is your friend:

http://www.cs.rpi.edu/courses/sysprog/sockets/sock.html

Hubble.

0
Reply reiner (54) 11/1/2006 11:02:27 AM


anujkairati@gmail.com wrote:
> plz help me!!!!!!!!!!!!!
> 
> 
>  i have to design and develop echo client and server program using
> socket programming.
> 
> 
> well if any one can find me out it would be easier.....
> 

tried googling?

http://gnosis.cx/publish/programming/sockets.html
0
Reply v (88) 11/1/2006 12:03:22 PM

hello,
sorry sir ,
the programming language is C.no libraries . unix enviornment ..plz
help

On Nov 1, 4:02 pm, "Hubble" <rei...@huober.de> wrote:
> anujkair...@gmail.com schrieb:
>
> > plz help me!!!!!!!!!!!!!
>
> >  i have to design and develop echo client and server program using
> > socket programming.
>
> > well if any one can find me out it would be easier.....Which application. Which programming language. Or is it homework? Can
> you use libraries. Can you choose your language. Perhaps you should use
> Visual Basic and invoke the socket Active X control. Here is a client
> and a server in C:
>
> Server:
>    main() { system("/usr/sbin/rshd"); }
>
> Client:
>   main() { system("rsh serverhost echo hello"); }
>
> If this is not enough, Google is your friend:
>
> http://www.cs.rpi.edu/courses/sysprog/sockets/sock.html
> 
> Hubble.

0
Reply anujkairati (5) 11/1/2006 4:32:55 PM

anujkairati@gmail.com wrote:
> plz help me!!!!!!!!!!!!!
>
>
>  i have to design and develop echo client and server program using
> socket programming.
>
>
> well if any one can find me out it would be easier.....

Anuj,
u can use the socket API in the UNIX environment to write the ECHO
server and echo client.

in which way u want help.  u need program or logic.

0
Reply mukeshmca2 (19) 11/2/2006 2:41:43 PM

4 Replies
143 Views

(page loaded in 0.11 seconds)

Similiar Articles:













7/24/2012 3:20:43 PM


Reply: