aMule Forum

English => en_Bugs => Topic started by: TripleM on August 01, 2005, 06:51:59 AM

Title: amuleremotegui shows "Kademlia Status: Not Available"
Post by: TripleM on August 01, 2005, 06:51:59 AM
CVS-Version: 20050731

i have compiled the amule-daemon with kad-support enabled for linux, and the amule-remote-gui for windows. everything seems to work fine, but in the Kad Info tab of the remote-gui it shows this message over and over again:
Code: [Select]
Kademlia Status: Not Availablehave tried to compile the gui even with and without --enable-kad-compile, no difference.

in the ED2K Info tab it shows the correct connection info for the server, but additional, in the Server Info tab it doesnt show any info.

the same behavior, when i use the monolithic windows-version, and locally connect with the remotegui.

maybe some flaws in the EC-protocol?


so long,


p.s.: working on WinXP x64, but i dont think, this is the cause for the misbehavior.
Title: Re: amuleremotegui shows "Kademlia Status: Not Available"
Post by: stefanero on August 01, 2005, 08:34:36 AM
well 1st of all on the deamon kad is NOT working yet....

but true it should not spam you over and over with that message....
Title: Re: amuleremotegui shows "Kademlia Status: Not Available"
Post by: lfroen on August 01, 2005, 08:36:08 AM
Quote
maybe some flaws in the EC-protocol?

It's not exactly "flaws", it is simply not implemented there. Kad status is not transferred via EC from amuled to remote gui.
I would like Kry to comment out on Kad availability in daemon.
Title: Re: amuleremotegui shows "Kademlia Status: Not Available"
Post by: Kry on August 01, 2005, 02:31:45 PM
There is no Kad in daemon.
Title: Re: amuleremotegui shows "Kademlia Status: Not Available"
Post by: lfroen on August 01, 2005, 02:44:36 PM
Quote
There is no Kad in daemon.

Can you explain what's an issue ? I thought it entirely in-core feature, and as long as all socket events are delivered, packet processing code is same from that point.
Any changes needed in daemon code and/or EC ?
Title: Re: amuleremotegui shows "Kademlia Status: Not Available"
Post by: Kry on August 01, 2005, 03:05:56 PM
Nah, I just need to split core/GUI on kad code. Will do it probably this week.