|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Gnutella / Gnutella Network Discussion For general discussion about Gnutella and the Gnutella network. For discussion about a specific Gnutella client program, please post in one of the client forums above. |
| LinkBack | Thread Tools | Display Modes |
| |||
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? |
| |||
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. |
| |
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
What posts belong in this General Gnutella / Gnutella Network Discussion section! | Lord of the Rings | General Gnutella / Gnutella Network Discussion | 0 | November 17th, 2005 06:54 AM |
p2p software but please no coding etc | javed007 | Tips & Tricks | 2 | August 1st, 2005 09:56 PM |
Should Gnutella developers work on measures to achieve anonymity on Gnutella? | Joakim Agren | General Gnutella / Gnutella Network Discussion | 23 | August 27th, 2003 09:18 AM |
Warning to Gnutella developers: Design a system of anonymity or Gnutella is doomed | Unregistered | General Gnutella / Gnutella Network Discussion | 16 | June 28th, 2002 07:54 AM |
Gnutella Resources - Everything you need for Gnutella | Unregistered | General Gnutella / Gnutella Network Discussion | 0 | July 21st, 2001 08:05 PM |