Tagged Questions
1
vote
1answer
606 views
Sample Application for Multi Agent Systems using Jade?
Could you guide me in any example or sample application with documentation describing how to develop a simple multi agent software?
0
votes
1answer
111 views
Not able to receive ACLMessage in android via JADE
I'm currently using Topic based communication using JADE. I'm able to register a JADE agent using jade.core.messaging.TopicManagementFEService thereby connecting to the main-container in the same ...
0
votes
0answers
32 views
what are the methods names or how to use these in jade framework ? Action,Goal,Motivation?
i have developed a simple agent model in z-eves so i want 2 know how to implement this in jade.. i just want to know what are the method names of these or how jade implements them .. just 1 line ...
0
votes
0answers
59 views
Got exception while using Java JADE
I got exception while using JADE. I have 2 agents one is sender and other is receiver. When I start Sender agent it successfully sent message to receiver in Eclipse But when I start Receiver agent I ...
1
vote
1answer
93 views
Call JADE Agent from Java Servlets?
Can any one please tell me how would I call JADE Agent from Java Servlet ? Should I use JADEGatewayAgent ?
2
votes
1answer
152 views
JADE-LEAP congurations in Eclipse?
I have 2 questions regarding JADE LEAP and WURFL repository as I am new in JADE.
1- Can any one tell me how do I configure JADE LEAP in Eclipse. I downloaded JADE-LEAP addOn but didn't know how I ...
2
votes
1answer
222 views
The Java code is not working to create an agent (JADE)
I have this simple java code:
public class AnAgent extends Agent
{
protected void setup()
{
System.out.println("Hello "+getAID().getName()+". I am ready. You?");
}
}
I read ...
0
votes
1answer
277 views
interact jade agents with jsp pages
I want to interact jade agents with jsp pages which are available on my localhost. Everywhere I found agent communication when they are in LAN. My problem is that I want to interact and call the jsp ...