guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

A simple p2p prog


From: Mike Gran
Subject: A simple p2p prog
Date: Thu, 30 Dec 2004 13:04:57 -0800 (PST)

I wrote a simple peer-to-peer (P2P) program. It works for me with GNU
Guile-1.6.6. The program is not intended for actual use, but, instead
is meant as a minimal example. In truth, it is probably buggy and a
huge security hole.

I was motivated to write it based on a discussion on Slashdot about a
guy named Ed Felten that had written a P2P client called TinyP2P in a
few lines of Python and Matthew Skala who wrote P2P program called
Mole-Ster in even fewer lines of Perl.

My code is almost a direct port of Mole-Ster v0.0.2 into Guile, so I've
called it Schmole-Ster.  While I've tried to match functionality with
Mole-Ster, I've made no attempt to keep my version brief.  It is
actually pretty long.

It will be obvious from the code that I'm really a C coder.

You can check it out at http://lonelycactus.com/schmolester.html 

-- Michael Gran



                
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]