Page 3 of 6 FirstFirst 12345 ... LastLast
Results 31 to 45 of 78

Thread: Running Giftd on wl500g

  1. #31
    Join Date
    Apr 2004
    Location
    Netherlands
    Posts
    1,308
    Quote Originally Posted by WlanMan
    Sounds like a realy Dirty Hack
    Sadly cdonkey and Gitf seem to have low development at the moment ...
    I don't think so, KaZaA Lite also has a download accelerator which does nothing more then a 'seach for more sources' for every download every x seconds. Which is, I think, exactly the same method as this plugin. So hack or not, it's common to other applications as well.

    I was allready thinking I should write such a plugin myself...but it seems I don't need to anymore

  2. #32
    Join Date
    Aug 2004
    Location
    Germany
    Posts
    377
    Hi Styno

    If you realy can code, implement a Bittorrent client in C or C++ with low memory foodprint . The protokoll is set on http, simple and stright forward.
    All implementations are ploated script,java or other solutions.

    Greets

  3. #33
    Join Date
    Apr 2004
    Location
    Netherlands
    Posts
    1,308
    Hi, yes I am a professional C/C++ coder, mostly GUI-less cross-platform applications for industrial automation. Because I'm allready coding at least 8 hours a day, I feel reluctant to do more coding in my free time.

    I will look at the BitTorrent protocol and if I decide to try and code a gift plugin, it will take long before there is even an beta version. On top of that I don't have much Linux experience (even though many of my apps are designed to work under Linux/Windows). I've never setup a build environment under Linux, I usually deliver the code developed in Windows which other ppl compile under Linux. Thus someone else has to do the compiling at least...

    Two other things:
    - Can someone post a built giFT Wakeup here?
    - A pre-release version with fixed Gnutella plugin is out, can someone build it please?

    HeX, DeF??
    Last edited by Styno; 15-08-2004 at 11:26.

  4. #34
    Quote Originally Posted by Styno
    Two other things:
    - Can someone post a built giFT Wakeup here?
    - A pre-release version with fixed Gnutella plugin is out, can someone build it please?

    HeX, DeF??
    Not me, alas. I don't have the hardware in question, and am unaware even what OS/architecture it uses.

    Having said that, it should be pretty easy to build assuming it's linux or *BSD.

  5. #35
    Join Date
    May 2004
    Location
    Den haag, Netherlands
    Posts
    23
    back from vacation

    Quote Originally Posted by WlanMan
    For the Edonkey Network, what is about Cdonkey ??
    Im not sure about the Projekt state and its compatibility to the currend clients, but it compiles to a 1,2MB binary so use on the 500g seems possible ...
    I just came across this client and i'm planning to try to compile it in the feature. but first i want to have the giftd running good.

    Quote Originally Posted by styno
    I will look at the BitTorrent protocol and if I decide to try and code a gift plugin, it will take long before there is even an beta version. On top of that I don't have much Linux experience (even though many of my apps are designed to work under Linux/Windows). I've never setup a build environment under Linux, I usually deliver the code developed in Windows which other ppl compile under Linux. Thus someone else has to do the compiling at least...
    I've also looked in to the posiblility of coding my own bittorrent plugin. But i'm also to busy with my normal life to start a project like that. but if someone want's to code a bittorrent plugin i'm willing to help.

    Quote Originally Posted by styno
    Two other things:
    - Can someone post a built giFT Wakeup here?
    - A pre-release version with fixed Gnutella plugin is out, can someone build it please?
    Working on it. hmm... i also see that a new giftd is released yester day so there is enough compiling work for me
    Last edited by DeF; 22-08-2004 at 13:21.

  6. #36
    Join Date
    Apr 2004
    Location
    Netherlands
    Posts
    1,308
    Quote Originally Posted by WlanMan
    If you realy can code, implement a Bittorrent client in C or C++ with low memory foodprint .
    I've found a small C bittorent client which should easilly fit onto the WL-500g. We might convert it towards a giFT plugin, but you can run it stand-alone as well so why bother?!

    Homepage of CTorrent

    I don't have a linux box you willl have to compile it yourself.

  7. #37
    Join Date
    May 2004
    Location
    Den haag, Netherlands
    Posts
    23
    Quote Originally Posted by Styno
    I've found a small C bittorent client which should easilly fit onto the WL-500g. We might convert it towards a giFT plugin, but you can run it stand-alone as well so why bother?!
    yes i already found that one... problem is that, unlike the name suggests, it is moostly writen in C++. and the standard build environment from Asus doesn't include g++.

    But if been reading on the gift mailing list that implenting bittorrent/emule in the 0.11.x version is kind of difficult because of the design of giFT. but they want to change some things in the 0.12 version to make this easyer. so it probably smart to wait for giFT 0.12 before starting with a bittorent plugin.

  8. #38
    Join Date
    Apr 2004
    Location
    Netherlands
    Posts
    1,308
    Quote Originally Posted by DeF
    yes i already found that one... problem is that, unlike the name suggests, it is moostly writen in C++. and the standard build environment from Asus doesn't include g++.
    You are sooo right, I completely overlooked that. I am so used to reading/writing C++ code that i just didn't notice.

    *hits-himself-with-a-hammer-on-its-head smiley*

  9. #39
    Join Date
    May 2004
    Location
    Den haag, Netherlands
    Posts
    23

    GiFT 0.11.7 and updated plugins

    I'm finished compiling the new giFT 0.11.7 and a new OpenFT and Gnutella plugin.

    Gnutella now works, the problem wasn't in the Gnutella plugin but there were two library's missing. Strangely enough Linux didn't report that.

    For the adventures under us I also included the SoulSeek plugin, which is very beta. I manage'd to connect to the soulseek server but haven't been able to search. But maybee someone with more SoulSeek experience can make this work.

    I also updated the wiki page with the compile commands and the new version.(Thanks Styno for making this page )

    You can download the new version here:
    http://home.wanadoo.nl/imhoff/WL500g..._wl500g.tar.gz

    for people who are upgrading from the last version... i suggest you back up your config file's and move them back over the new one's. I also changed the default incoming location to unfinished, i think this better reflexts what it does. If you also decide to use this path and still have unfinished downloads you can simply move the state file's to the new directory to resume them.

    Compiling the giFTwakeup program wasn't a succes.... it depends heavely on glib. and i don't feel much for compiling glib for the WL500g.....

  10. #40
    Join Date
    Apr 2004
    Location
    Netherlands
    Posts
    1,308
    Thumbs up DeF! I will try it immediately

    Its a pitty the giFT Wakeup plugin won't work, because without it my giFT daemon is so lazy, I wonder why I use it anyway...

    Edit:
    Two remarks until now:
    - The .tar.tar file cannot be extracted using tar on the router
    - The content of the first extracted .tar file is named `[content]` without .tar extension
    Last edited by Styno; 24-08-2004 at 20:33.

  11. #41
    Join Date
    Dec 2003
    Location
    Czech Republic
    Posts
    270
    Quote Originally Posted by Styno
    Thumbs up DeF! I will try it immediately

    Its a pitty the giFT Wakeup plugin won't work, because without it my giFT daemon is so lazy, I wonder why I use it anyway...

    Edit:
    Two remarks until now:
    - The .tar.tar file cannot be extracted using tar on the router
    - The content of the first extracted .tar file is named `[content]` without .tar extension
    Just rename ...tar.tar to ...tar.gz

  12. #42
    Join Date
    May 2004
    Location
    Den haag, Netherlands
    Posts
    23
    Quote Originally Posted by Styno
    - The .tar.tar file cannot be extracted using tar on the router
    Don't use the tar on the router.... i have'nt been able to extract a single tar archive with it. Just extract on an other machine.

  13. #43
    Join Date
    Apr 2004
    Location
    Netherlands
    Posts
    1,308
    I've been looking at the client interface of giFT in order to decide how difficult it would be to create an 'Auto Search More' module.

    Have they ever heard of documenting code or what? Damn! Not a word on how to implement their client interface

    Anyway it seems to me it won't be hard work to get such a client up and running. As I've stated before: I'm not very experienced in Linux and don't have a compile environment available, someone else has to do the compiling. Anyone interested in helping me when I produce the raw code? If so, we can start a new topic on this item...
    Last edited by Styno; 25-08-2004 at 14:14.

  14. #44
    Join Date
    May 2004
    Location
    Den haag, Netherlands
    Posts
    23
    hmm.. I hope you haven't gone through a lot of trouble already to make that client Styno. because I took a charge at giFTwakeup yesterday and removed al glib specific funtions from it. On the moment i've got a working version, but it isn't very stable especialy when a download has lot's of source's.

    here is the source and a compiled version. you can just run it directly from the commandline, it doesn't need any additional library's. I would be glad to here what your experience is with it.

  15. #45
    Join Date
    Apr 2004
    Location
    Netherlands
    Posts
    1,308
    Quote Originally Posted by DeF
    hmm.. I hope you haven't gone through a lot of trouble already to make that client Styno. because I took a charge at giFTwakeup yesterday and removed al glib specific funtions from it. On the moment i've got a working version, but it isn't very stable especialy when a download has lot's of source's.

    here is the source and a compiled version. you can just run it directly from the commandline, it doesn't need any additional library's. I would be glad to here what your experience is with it.
    Okay, this is great! I only reviewed the client interface until now. I was planning on doing some coding in my holiday (next week) but I will suspend that.

    I'll try this package tonight and let you know...

Page 3 of 6 FirstFirst 12345 ... LastLast

Similar Threads

  1. running php on wl500g
    By ronin in forum WL-500g Q&A
    Replies: 55
    Last Post: 06-03-2006, 09:36
  2. /mnt/usbfs and giftd
    By Fox_Mulder in forum WL-500g Q&A
    Replies: 0
    Last Post: 03-06-2005, 11:51
  3. samba, ftp, I can`t get it running. PL Help!
    By atomilein in forum WL-500g Q&A
    Replies: 0
    Last Post: 23-04-2005, 08:51
  4. Samba running
    By erik_bies in forum WL-500g Custom Development
    Replies: 48
    Last Post: 23-01-2005, 20:16
  5. running a second webserver
    By ronin in forum WL-500g Q&A
    Replies: 25
    Last Post: 23-08-2004, 04:19

Posting Permissions

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