Connecting to a Gnutella-network

Asheesh Laroia pan-news at asheeshenterprises.com
Fri Mar 15 23:37:14 EST 2002


Check out 
http://wvware.sourceforge.net/libwmf.html .  While it's not in Python, it
should compile anywhere you can stuff GCC, and you can always either (1)
write Python-to-C glue code for it, or (2) just call it from a command
line.

-- Asheesh.

On Fri, 15 Mar 2002 14:05:45 -0500, phil hunt wrote:

> On Fri, 15 Mar 2002 14:33:19 GMT, Thomas Weholt <thomas at gatsoft.no>
> wrote:
>>Hi,
>>
>>I've looked at the Gnutella Protocol, v.0.4, and wondered about trying
>>to create an implementation in python. I'm a newbie when it comes to
>>this sort of thing, but have created several simple to complex server
>>types of applications using SocketServer and its friends like
>>BaseHTTPServer etc.
>>
>>Has anybody tried to do this before? Does anybody have pointers for
>>newbies like me in such a project ( how to start, how to connect to
>>nodes on a gnutella network etc. )
> 
> I personally haven't, but there are several open-source Gnutella
> clients, just waiting there for you to inspect the code.
>



More information about the Python-list mailing list