Need help.

Discussion in 'Programming General' started by -------owned-------, May 24, 2007.

Need help.
  1. Unread #1 - May 24, 2007 at 9:19 AM
  2. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

    -------owned------- Guru
    Banned

    Need help.

    Well, I'm trying to make a sharing program (such as LimeWire, no, NOT used for warez). Please, don't accuse me for warez since it's actually not going to be a 'warez' program. Also, if you have a search function I would have been happy.:D
    The whole idea is that you can share files by putting them in a 'share'-folder. Need help :D
     
  3. Unread #2 - May 24, 2007 at 9:30 AM
  4. speljohan
    Joined:
    Apr 24, 2005
    Posts:
    1,450
    Referrals:
    3
    Sythe Gold:
    0

    speljohan Guru
    Visual Basic Programmers

    Need help.

    this would probably not be too hard. Write a server/client software. The server will store a list of all files on the network and ip's to the people who has it, then you make a client that has a built in webserver to download the data from. That would be a basic one.
     
  5. Unread #3 - May 24, 2007 at 9:35 AM
  6. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

    -------owned------- Guru
    Banned

    Need help.

    Yeh, but remember that I'm a beginner at .net ;)
    But will try it, thanks :D
    btw: How do I download p2p?
     
  7. Unread #4 - May 24, 2007 at 9:48 AM
  8. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Need help.

    Well although this wouldn't be in the too hard basket it would be alot more stable to program something like this in Java.
     
  9. Unread #5 - May 24, 2007 at 10:04 AM
  10. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

    -------owned------- Guru
    Banned

    Need help.

    I don't know Java :D
     
  11. Unread #6 - May 24, 2007 at 10:05 AM
  12. speljohan
    Joined:
    Apr 24, 2005
    Posts:
    1,450
    Referrals:
    3
    Sythe Gold:
    0

    speljohan Guru
    Visual Basic Programmers

    Need help.

    the language doesn't matter Covey. All it needs is a stable server.
     
  13. Unread #7 - May 24, 2007 at 10:09 AM
  14. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

    -------owned------- Guru
    Banned

    Need help.

    Stable server? :p
     
  15. Unread #8 - May 25, 2007 at 6:58 PM
  16. Skeletron
    Referrals:
    0

    Skeletron Guest

    Need help.

    For it to work, you will require your system to be always online for the other system to accept.

    To do so, you will need a good understanding about bytes/packets and a bit about memory.

    From here, create a server class and a client class. To do so, check out the Object Browser in Visual Studio (C#, VB, etc.) and explore the System.Net.Socket name space. All the tools are in there to send arrays of bytes and packets and accept. Use pointers to read the packets and to edit/write on them.

    If you want to make a IRC, using the Encoding.Ascii class to convert strings into arrays of bytes or array of bytes into a string. GetBytes and GetString.

    What speljohan is saying is that you require a stable server because your server needs to withstand client attacks and not give out any confidential information. Otherwise, you are screwed.
     
  17. Unread #9 - May 25, 2007 at 7:13 PM
  18. nphp20
    Referrals:
    0

    nphp20 Guest

    Need help.

    Ehh this probably won't help you, but here is a free professionally made program that does the same thing, if you want to make a program like this because you need it then just use Tubes, if you're making it for fun then use Tubes as an example.

    http://www.tubesnow.com/ (TubesNow not TubeSnow)

    "Tubes instantly builds synchronized, secure connections (what we call a "tube") between your desktop and the desktop of your friends, family, co-workers - even your other computers. Now anything you drop in a tube is whisked to the desktop of anyone you choose - and vice versa. And Tubes syncs any changes in every tube ensuring you’re always up to date - even when you don’t have an internet connection."
     
  19. Unread #10 - May 26, 2007 at 3:37 AM
  20. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

    -------owned------- Guru
    Banned

    Need help.

    nphp20, thx for ur help (and others too), does that thingy include sourcecode?
     
  21. Unread #11 - May 26, 2007 at 9:16 AM
  22. nphp20
    Referrals:
    0

    nphp20 Guest

    Need help.

    unfortunately its not open source.. the only way it'd be useful for you was if you based your program off that design, sorry.
     
  23. Unread #12 - May 30, 2007 at 9:40 AM
  24. -------owned-------
    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0

    -------owned------- Guru
    Banned

    Need help.

    It's okay :)
     
< programing for runescape mills | help with j++ >

Users viewing this thread
1 guest


 
 
Adblock breaks this site