|
Home > Archive > Unix Programming > September 2007 > P2P Application
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Roberto 2007-09-30, 7:38 am |
| Hi all.
I need an application which must act as client and server at the same time
(just like a p2p application).
Server must accept multiple connections and client can start at any time.
I don't have a basic knowledge about fork() and threads in C, so can you
counsile me any website or other resource where I can find this kind of
application?
Thanks in advance
Roberto
| |
| Ian Collins 2007-09-30, 7:38 am |
| Roberto wrote:
> Hi all.
Please don't multi-post on Usenet.
--
Ian Collins.
| |
|
| On Sep 30, 11:21 am, "Roberto" <gioeroby@NO___SPAMibero.it> wrote:
> Hi all.
> I need an application which must act as client and server at the same time
> (just like a p2p application).
> Server must accept multiple connections and client can start at any time.
> I don't have a basic knowledge about fork() and threads in C, so can you
> counsile me any website or other resource where I can find this kind of
> application?
> Thanks in advance
>
> Roberto
1. Find similar opensource application on sourceforge.net or on
debian packages search [1]
2. Download the source
3. Read it, understand it, modify it, and proceed from there.
In other ways, apply the power of opensource.
Yakov
[1] http://www.debian.org/distrib/packages#search_packages
|
|
|
|
|