Results 1 to 8 of 8

Thread: peer-to-peer

  1. #1

    Thread Starter
    Fanatic Member Kzin's Avatar
    Join Date
    Dec 2000
    Posts
    611

    Question

    How can my VB app set up a temporary server so that other users can download or ftp files created by it?

    (I realise this may be non-trivial ) and I may need to be guided to a third party control or

  2. #2
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    why not use what came with your OS

    ftp or http server would get it done
    Kurt Simons
    [I know I'm a hack but my clients don't!]

  3. #3

    Thread Starter
    Fanatic Member Kzin's Avatar
    Join Date
    Dec 2000
    Posts
    611
    My app has to transparently allow other users of the same app to share data without having to explicitly set their machine up as a front page server - does that help?

  4. #4
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    I guess i'm not sure exactly what you are trying to do.

    are you looking to distribute your app or distribute some kind of compile data from that app
    Kurt Simons
    [I know I'm a hack but my clients don't!]

  5. #5

    Thread Starter
    Fanatic Member Kzin's Avatar
    Join Date
    Dec 2000
    Posts
    611
    Originally posted by kurtsimons
    I guess i'm not sure exactly what you are trying to do.

    are you looking to distribute your app or distribute some kind of compile data from that app
    I might not have been clear enough

    My application makes a particular type of file. I want everyone using my application to be able to share the file that they make Napster style (but with no copyright problems as they will own what they share)

    This would be easy with a server but much more scalable peer-to-peer.

  6. #6
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    OK,

    if the file is small

    use the winsock control...

    to listen for requests for that file
    then share it.

    the only problem is letting each client know who else has the list (and where they are)

    if needed you could do a UDP broadcast to announce that a client needs the data
    Kurt Simons
    [I know I'm a hack but my clients don't!]

  7. #7
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    A Napster for VB Code...
    Use the search...
    there was quite a lengthy post on that matter a few months back.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  8. #8

    Thread Starter
    Fanatic Member Kzin's Avatar
    Join Date
    Dec 2000
    Posts
    611

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width