P2P Application - Unix

This is a discussion on P2P Application - Unix ; 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 ...

+ Reply to Thread
Results 1 to 3 of 3

Thread: P2P Application

  1. P2P Application

    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



  2. Re: P2P Application

    Roberto wrote:
    > Hi all.


    Please don't multi-post on Usenet.

    --
    Ian Collins.

  3. Re: P2P Application

    On Sep 30, 11:21 am, "Roberto" 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


+ Reply to Thread