Re: [A51] Kraken, now in server mode

2010-07-28 Thread Clemens Gruber
http://reflextor.com/trac/a51/changeset/197/tinkering/Kraken/

Very nice! I would suggest using a "Kademlia"-oriented DHT.
What do you think? What was your plan, Frank, for creating a
Kraken-network, also a DHT?

On Wed, 2010-07-28 at 16:57 +0200, Frank A. Stevenson wrote:
> Rather than fighting with torrent creation tools, I spent my time
> writing a TCP/IP server core and bolted it on to Kraken. This means that
> you can specify a port when starting Kraken, and the program will the go
> into server mode, and accept incoming connections on the port.
> 
> I have set an initial limit of 25 clients but more can be added if
> needed. Currently "crack" is the only supported command, but I am
> thinking to add some table selection logic.
> 
> The next step is to write a front end that takes bitvectors and
> framecounts and feeds those to 1 or more servers. The front end should
> also perform the find_kc check on the results. With this setup it should
> be easy to set up a distributed Kraken network, reducing cracking times
> dramatically, without resorting to expensive SSD media.
> 
> Enjoy!
> 
> Frank
> 
> 
> ___
> A51 mailing list
> A51@lists.reflextor.com
> http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51


___
A51 mailing list
A51@lists.reflextor.com
http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51


Re: [A51] Kraken, now in server mode

2010-07-28 Thread Cal Leeming [Simplicity Media Ltd]
Hi Frank,

If you need any help with anything Python/Stackless Python related, just
give me a shout.

Cheers

Cal

On Wed, Jul 28, 2010 at 3:57 PM, Frank A. Stevenson wrote:

> Rather than fighting with torrent creation tools, I spent my time
> writing a TCP/IP server core and bolted it on to Kraken. This means that
> you can specify a port when starting Kraken, and the program will the go
> into server mode, and accept incoming connections on the port.
>
> I have set an initial limit of 25 clients but more can be added if
> needed. Currently "crack" is the only supported command, but I am
> thinking to add some table selection logic.
>
> The next step is to write a front end that takes bitvectors and
> framecounts and feeds those to 1 or more servers. The front end should
> also perform the find_kc check on the results. With this setup it should
> be easy to set up a distributed Kraken network, reducing cracking times
> dramatically, without resorting to expensive SSD media.
>
> Enjoy!
>
> Frank
>
>
> ___
> A51 mailing list
> A51@lists.reflextor.com
> http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51
>



-- 

Cal Leeming

Operational Security & Support Team

*Out of Hours: *+44 (07534) 971120 | *Support Tickets: *
supp...@simplicitymedialtd.co.uk
*Fax: *+44 (02476) 578987 | *Email: *cal.leem...@simplicitymedialtd.co.uk
Simplicity Media Ltd. All rights reserved.
Registered company number 7143564
___
A51 mailing list
A51@lists.reflextor.com
http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51


Re: [A51] Kraken, now in server mode

2010-07-28 Thread Dino Pastos
Great idea!


On 7/28/2010 5:57 PM, Frank A. Stevenson wrote:
> Rather than fighting with torrent creation tools, I spent my time
> writing a TCP/IP server core and bolted it on to Kraken. This means that
> you can specify a port when starting Kraken, and the program will the go
> into server mode, and accept incoming connections on the port.
>
> I have set an initial limit of 25 clients but more can be added if
> needed. Currently "crack" is the only supported command, but I am
> thinking to add some table selection logic.
>
> The next step is to write a front end that takes bitvectors and
> framecounts and feeds those to 1 or more servers. The front end should
> also perform the find_kc check on the results. With this setup it should
> be easy to set up a distributed Kraken network, reducing cracking times
> dramatically, without resorting to expensive SSD media.
>
> Enjoy!
>
> Frank
>
>
> ___
> A51 mailing list
> A51@lists.reflextor.com
> http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51
>

___
A51 mailing list
A51@lists.reflextor.com
http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51


[A51] Kraken, now in server mode

2010-07-28 Thread Frank A. Stevenson
Rather than fighting with torrent creation tools, I spent my time
writing a TCP/IP server core and bolted it on to Kraken. This means that
you can specify a port when starting Kraken, and the program will the go
into server mode, and accept incoming connections on the port.

I have set an initial limit of 25 clients but more can be added if
needed. Currently "crack" is the only supported command, but I am
thinking to add some table selection logic.

The next step is to write a front end that takes bitvectors and
framecounts and feeds those to 1 or more servers. The front end should
also perform the find_kc check on the results. With this setup it should
be easy to set up a distributed Kraken network, reducing cracking times
dramatically, without resorting to expensive SSD media.

Enjoy!

Frank


___
A51 mailing list
A51@lists.reflextor.com
http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51