Results 1 to 10 of 10

Thread: Can you code?

  1. #1
    method's Avatar

    yeah, whatever...

    Join Date
    May 2002
    Location
    New World Order HQ
    Posts
    1,180

    Can you code?

    'coz I'm pretty fucking sick of working on PeerGuardian and I don't think any changes I make will do it any justice, even logrithmic seaches.

    If anybody out there can code a freeware firewall application that doesn't suck up all the CPU or can create an Active-X component that can be called from VC++, VB, etc. - Let me know... you'd get full credit and a load of traffic wherever you want it to go.

    Basically, when it comes to firewall stuff, my coding doesn't cut the mustard...

    I either find a coder that can do it or I open source PeerGuardian and tell all the emule users to re-code it themselves!

    Thanks!!
    ||| = + |-|---------No longer lurking...
    m e t h o d-----...Target aquired: BREIN

  2. #2
    riderx's Avatar

    Zeropaid Noob

    Join Date
    Apr 2002
    Location
    Downward to darkness, on extended wings
    Posts
    1,342
    Quote Originally Posted by zab
    There's got to be some gpl'd firewall modules out there. imho something like PeerGuardian can only benefit from being open-source
    maybe u can help zab?
    right now if u know of someone that can help u should post back here.
    bye

  3. #3
    SUprEMeBeiNg's Avatar

    Rofl, you own a pentium?

    Join Date
    Sep 2002
    Location
    Jomamma
    Posts
    466
    if it was open soure the RIAA would make it void

  4. #4
    zab's Avatar

    ZeroPaid Regular

    Join Date
    Mar 2003
    Posts
    67
    Quote Originally Posted by method
    I either find a coder that can do it or I open source PeerGuardian and tell all the emule users to re-code it themselves!

    Thanks!!
    There's got to be some gpl'd firewall modules out there. imho something like PeerGuardian can only benefit from being open-source

  5. #5
    Spirit of '76's Avatar

    ZeroPaid Regular

    Join Date
    Sep 2003
    Posts
    27
    hi zab nice to see you :gj

  6. #6
    zab's Avatar

    ZeroPaid Regular

    Join Date
    Mar 2003
    Posts
    67
    Quote Originally Posted by SUprEMeBeiNg
    if it was open soure the RIAA would make it void
    and how does that happen?

  7. #7
    zab's Avatar

    ZeroPaid Regular

    Join Date
    Mar 2003
    Posts
    67
    Quote Originally Posted by riderx
    maybe u can help zab?
    right now if u know of someone that can help u should post back here.
    bye
    from what he explains there's either a bug or he's using an inefficient algorithm; if its just a matter of filtering connections from a large list of ips there are several ways to do it (and no, logarithmic search is not the optimal one, if its the kind of flat namespace search I'm thinking of)

    If you have the ips resolved you can try simple masking, if you haven't resolved them then keeping the list of ips in a trie can do it. Or you can just look at the code of ipchains/iptables or another open-source firewall implementation.

    Again, I think peerguardian should be open-source and if you release it under gpl or bsd license you'll get many volounteers (myself inlcuded).

  8. #8

    Zeropaid Elite

    Join Date
    Apr 2003
    Location
    USA
    Posts
    214
    No offense, but I've loved the database much more than the program.

  9. #9

    ZeroPaid Regular

    Join Date
    Jun 2002
    Posts
    81
    Quote Originally Posted by zab
    (and no, logarithmic search is not the optimal one, if its the kind of flat namespace search I'm thinking of)
    Logarithmic search is in fact the most optimal best-case, but the non-search hash algorithm would offer the best performance, at the cost of more memory. With only 32 bits of data, collisions shouldn't occur, resulting in O(1) (constant-time performance).

    Again, I think peerguardian should be open-source and if you release it under gpl or bsd license you'll get many volounteers (myself inlcuded).
    I agree.
    My current projects:
    SUMI - Anonymous File Transfer | BBQ - audio CD burner for Linux and FreeBSD | IMOTP - secure IM communication | OpenLITO - beginnings of an open-source MP2P clone

  10. #10
    baghdad_steve15's Avatar

    ZeroPaid Regular

    Join Date
    Aug 2003
    Location
    Liechtenstein, CA
    Posts
    507
    Quote Originally Posted by SUprEMeBeiNg
    if it was open soure the RIAA would make it void
    It seems that you haven't heard of CVS.


    I think its a great Idea to open it up. Maybe someone can port it to linux.
    .
    " I rode into Salt Lake City prepared to do my journalistic duty and arouse the public ire against polygamy. However, when I saw how ugly were the Mormon women, I realized that the men who marry, not one, but many of them, are Latter Day Saints indeed and deserving of the praise and gratitude of all mankind." Mark Twain

Bookmarks

Posting Permissions

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