![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Gnutella Development Discussion For general discussion about Gnutella development. |
![]() |
| LinkBack | Thread Tools | Display Modes |
| |||
![]() I'm trying to get a list of IP connected while sending a PING to connect1.gnutellahosts.com. The problem is that it doesn't work. Once I'm connected, I don't know witch request I have to send. I tried : "PING 0\n\n" "PING \n\n" ... Does anyone know how to do ? With sequence I have to send from my own p2p (sample...) |
| |||
![]() There is no such thing as "PING\n\n" in Gnutella, - not even in the HTTP headers - you have to send a regular gnutella ping message. - Read the protocols at http://rfc-gnutella.sf.net .
__________________ Morgens ess ich Cornflakes und abends ess ich Brot Und wenn ich lang genug gelebt hab, dann sterb ich und bin tot --Fischmob |
| |||
![]() So I sent : byte[] ping = {0x27, 0x27, 0x08, 0x3F, 0x71, 0x49, 0xB2, 0xD4, 0x11, 0x88, 0x23, 0x00, 0x80, 0xAD , 0x40 , 0x4E , 0x62, 0x00 , 0x07 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00}; It seems to be a good frame (even it isn't, i just want a response from a server) and I have a failure connection with C and C# programs. I don't know how to do know... thx for helping ! |
| |||
![]() public.bearshare.net is the only one of this host caches that is still working. And your message is everything but it's not a gnutella message. Byte 16: 0x62 is not even a valid payload type.
__________________ Morgens ess ich Cornflakes und abends ess ich Brot Und wenn ich lang genug gelebt hab, dann sterb ich und bin tot --Fischmob |
| |||
![]() I tried to connect with the most simple way I found : telnet. damien@es2irk11:~$ telnet public.bearshare.net 6346 Trying 208.239.76.97... telnet: connect to address 208.239.76.97: No route to host Trying 208.239.76.103... telnet: connect to address 208.239.76.103: No route to host damien@es2irk11:~$ telnet public.bearshare.net 63 Trying 208.239.76.97... telnet: connect to address 208.239.76.97: Connection refused Do someone has the same result ? |
| |||
![]() Once you have connected successfully to public.bearshare.net the server seems to block further connections from your hosts for a while.
__________________ Morgens ess ich Cornflakes und abends ess ich Brot Und wenn ich lang genug gelebt hab, dann sterb ich und bin tot --Fischmob |
| |||
![]() We found why we can't connect : the administrator have closed all communication to 6346 and 6347 port number... so we try with other... Is there a way to get Host IP or Client IP trough gwebcache ? |
![]() |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
HostCache question | sylexer | General Gnutella Development Discussion | 2 | January 6th, 2003 06:10 AM |
Hostcache... how do I access them? | Unregistered | General Gnutella Development Discussion | 7 | April 1st, 2002 11:51 PM |
writing a hostcache | Unregistered | General Gnutella / Gnutella Network Discussion | 0 | September 29th, 2001 02:44 PM |
Hostcache problems again | RaaF | General Discussion | 5 | September 26th, 2001 09:10 AM |
hostcache for firewall | topcat | Gnotella (Windows) | 0 | September 19th, 2000 06:17 AM |