Results 1 to 10 of 12
hi
could any one help me in network programming using C?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-24-2003 #1Just Joined!
- Join Date
- Mar 2003
- Location
- India
- Posts
- 20
network prog
hi
could any one help me in network programming using C?
- 05-24-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Is there any specific aspect that you're referring to? Network programming is a pretty broad subject.
- 05-27-2003 #3Just Joined!
- Join Date
- May 2003
- Location
- Los Angeles
- Posts
- 34
Hello Jubin,
http://www.ecst.csuchico.edu/~beej/guide/net/
should be a good place to start reading the docs about basics of network programing ( socket programing )
Regards
K
- 05-29-2003 #4Just Joined!
- Join Date
- Mar 2003
- Location
- India
- Posts
- 20
Hi guys
Thanks for the site K007; it was exactly what i was looking for. it would be a great help if I could have more of such useful sites;
The thing is i have a project to develop a backup server on a linux platform. I have prior knowledge of C but my knowledge on network programming and linux is limited .
I would like to know how to proceed. and what concepts i can use.
Thanks for all the help
- 05-30-2003 #5Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
The libc texinfo contains a lot of good documentation, and it has an entire section on sockets.
- 05-31-2003 #6Just Joined!
- Join Date
- Mar 2003
- Location
- India
- Posts
- 20
I searched for texinfo(i didn't know such a thing exsisted) on the google and i found a ton of info.
Thanks for the help.
I will keep you posted if any problems crop up.
- 05-31-2003 #7Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
You don't need to search on google for that, just run "info libc".
- 05-31-2003 #8Just Joined!
- Join Date
- Mar 2003
- Location
- India
- Posts
- 20
thanx again
- 06-03-2003 #9Just Joined!
- Join Date
- Mar 2003
- Location
- India
- Posts
- 20
Hi
Is it possible to run a server and clint program on the same machine if possible how?
- 06-03-2003 #10Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
What do you mean how? Just run the programs as you normally would.


Reply With Quote
