aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amuleremotegui shows "Kademlia Status: Not Available"  (Read 2615 times)

TripleM

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
amuleremotegui shows "Kademlia Status: Not Available"
« 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.
« Last Edit: August 01, 2005, 07:03:04 AM by TripleM »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: amuleremotegui shows "Kademlia Status: Not Available"
« Reply #1 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....
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

lfroen

  • Guest
Re: amuleremotegui shows "Kademlia Status: Not Available"
« Reply #2 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.
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: amuleremotegui shows "Kademlia Status: Not Available"
« Reply #3 on: August 01, 2005, 02:31:45 PM »

There is no Kad in daemon.
Logged

lfroen

  • Guest
Re: amuleremotegui shows "Kademlia Status: Not Available"
« Reply #4 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 ?
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: amuleremotegui shows "Kademlia Status: Not Available"
« Reply #5 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.
Logged