Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Gnutella / Gnutella Network Discussion (https://www.gnutellaforums.com/general-gnutella-gnutella-network-discussion/)
-   -   I need Gnutella coding help (https://www.gnutellaforums.com/general-gnutella-gnutella-network-discussion/1211-i-need-gnutella-coding-help.html)

Crazy Jim May 17th, 2001 11:16 PM

I need Gnutella coding help
 
I'm making my own GNUTELLA client because it doesn't have the functionality I want...

Using C++, I first send a string:
"GNUTELLA CONNECT/0.4/n/n"

Then I recieve the string:
"GNUTELLA OK/n/n"

But I can't get any more information from the server.

I tried sending a single byte string that had the data of 0 in it, but that didn't work.

Any help is appreciative

After recieving I did:

char c1[400];
c1[0]=0;
send(Socket,c1,1,0);

But I recieved nothing else... Any hel?


Vinnie May 19th, 2001 05:54 AM

You might want to consider starting with source code for an existing servent and modifying it to suit your needs. Gnewtella is a wise choice.

There is a considerable amount of working involved in supporting just the basic protocol - this doesn't even include transfers.

Ahri May 21st, 2001 05:22 PM

where can i get gnutella source code?


All times are GMT -7. The time now is 05:28 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.