Decoding a LimeWire Response?
"dbates1999" <[email protected]>
| Newsgroups | gmane.network.gnutella.devel |
|---|---|
| Message-ID | <[email protected]> |
I'm developing a gnutella client and have send a gnutella browse host requests: GET / HTTP/1.1 Host: 192.168.1.106:11073 User-Agent: LimeWire 4.12.15 Accept: application/x-gnutella-packets Content-Length: 0 Connection: close The response is as expected: HTTP/1.1 200 OK Server: LimeWire/4.12.15 Content-Type: application/x-gnutella-packets Content-Length: 5247 <binary data> Is there any documentation or tips on how I should decode the <binary data> of this message? Duncan