Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

write socket listener in c language

Status
Not open for further replies.

garywhw

Programmer
Sep 24, 2002
4
AU
Hi Expert

i am pretty new in c language and unix, but i was required to write server socket listener that will read and filter a list of parameters pumped by a client through the server socket, in c language at a unix box.

Please advise on how to write a server socket listener that is able to listen and write parameters passed to it from client. secondly, how to go about writing a client in c language that will pump a list of parameters to the server?

Please advise with a simple example and explanation or please provide me with a reference site so that i may move on from there.

i will really appreciate any of your input. :)

God bless
Gary
 
thanks so much. will try that and feedback to you later :D God bless yah
 
If you are new to Network programming i would recommend you to read the book from Richard Stevens "Unix Network programming" ISBN 0-13-949876-1

1990 by Prentice Hall

There are some examples in there and one is exact your problem

hnd
hasso55@yahoo.com

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top