unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* A simple p2p prog
@ 2004-12-30 21:04 Mike Gran
  2004-12-31 12:32 ` Neil Jerram
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Gran @ 2004-12-30 21:04 UTC (permalink / raw)


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 


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: A simple p2p prog
  2004-12-30 21:04 A simple p2p prog Mike Gran
@ 2004-12-31 12:32 ` Neil Jerram
  2005-01-02 15:52   ` Mike Gran
  0 siblings, 1 reply; 3+ messages in thread
From: Neil Jerram @ 2004-12-31 12:32 UTC (permalink / raw)
  Cc: guile-user

Mike Gran wrote:
> I wrote a simple peer-to-peer (P2P) program. [...]

Mike,

This looks nice, and reminds me of our on-hold idea of creating a Guile 
Cookbook.  If we could get going on the Cookbook idea, would you be 
happy for this to be one of its examples?

Regards,
	Neil


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: A simple p2p prog
  2004-12-31 12:32 ` Neil Jerram
@ 2005-01-02 15:52   ` Mike Gran
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Gran @ 2005-01-02 15:52 UTC (permalink / raw)
  Cc: guile-user

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 596 bytes --]

--- Neil Jerram <neil@ossau.uklinux.net> wrote:

> Mike Gran wrote:
> > I wrote a simple peer-to-peer (P2P) program. [...]

>  If we could get going on the Cookbook idea, would you be 
> happy for this to be one of its examples?
> 

Fine by me.  It probably needs a better attempt at commenting, though.

-- 
Mike Gran


		
__________________________________ 
Do you Yahoo!? 
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com 


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-01-02 15:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-30 21:04 A simple p2p prog Mike Gran
2004-12-31 12:32 ` Neil Jerram
2005-01-02 15:52   ` Mike Gran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).