Search found 11 matches

by foux
2004-04-15 08:11
Forum: Protocol Alley
Topic: [solved] Problems to download
Replies: 9
Views: 5295

Ok, I've solved the problem. In fact, I was oppening a new connection with the client, and the previous one (from the MyList download) was still open, so the client kicks me out.

Thanks all for your help

Foux
by foux
2004-04-14 17:23
Forum: Protocol Alley
Topic: [solved] Problems to download
Replies: 9
Views: 5295

No, (unfortunately) I'm not getting a $MaxedOut. If I snif the tcp packets, the client disconnects right after I've send the $Get
by foux
2004-04-14 17:00
Forum: Protocol Alley
Topic: [solved] Problems to download
Replies: 9
Views: 5295

I've used ethereal to capture the packets sent by dcgui (I'm under linux), I've change my lock and pk, nothings help, the dc++ client still disconnet just after I send the $Get command. I'm kind of stuck here....
by foux
2004-04-14 15:19
Forum: Protocol Alley
Topic: [solved] Problems to download
Replies: 9
Views: 5295

I've got he same problem in this order. What I don't understand is that I've got no problem de get MyList files, but I can't manage to get other files, dc++ isn't sending me the $FileLength
by foux
2004-04-14 14:29
Forum: Protocol Alley
Topic: [solved] Problems to download
Replies: 9
Views: 5295

I have only removed the | on the post, but I'm sending it with my client. I've changes my "$Support" to "$Supports" but unfortunately, it did'nt solve my problem

Fx
by foux
2004-04-14 08:35
Forum: Protocol Alley
Topic: [solved] Problems to download
Replies: 9
Views: 5295

[solved] Problems to download

Hello, I'm writing a DC client in Java and I have a problem when I try to download a file from a user using DC++ (works fine if the user has dcgui_qt. Here's my complete download procedure (M stands for me, O for other) : M->O : $MyNick robert M->O : $Lock EXTENDEDPROTOCOLDCEDCEDCEDCEDCEDCE Pk=DtCCl...
by foux
2004-03-21 11:14
Forum: Protocol Alley
Topic: He3 for Java
Replies: 12
Views: 5757

In fact, I've already looked at a lot of different source codes, and I've managed to construct the He3 tree correctly, but the problem is to write the tree to a file. All others sources files I've seen are using unsigned bytes or such things not available in Java. I'm kind of stuck here
by foux
2004-03-21 10:45
Forum: Protocol Alley
Topic: He3 for Java
Replies: 12
Views: 5757

Because I'm writing a DC Client in Java with a friend (more for the fun than anything else) and we can't figure how to creates those DcLst files.
by foux
2004-03-21 08:06
Forum: Protocol Alley
Topic: He3 for Java
Replies: 12
Views: 5757

In fact, If I'm not mistaken, the decoder worls correctly. The encoder also works correctly but it is making a Huffman tree considering all entries has the same frequency, so it's just encoding without reducing the size (I might be wrong but I think it's what is done)
by foux
2004-03-21 05:15
Forum: Protocol Alley
Topic: He3 for Java
Replies: 12
Views: 5757

Thanks for your reply. Unfortunately, this code isn't making any compression, I would even say that it makes and expansion, due to the fact that It didn't compress any data, and writes additional infos ;)

If someone have another algorithm/source code?
by foux
2004-03-21 04:46
Forum: Protocol Alley
Topic: He3 for Java
Replies: 12
Views: 5757

He3 for Java

Hello,

Would anybody have an example of He3 encoding/decoding in Java, or a describe He3 algorythm

Thanks

foux