0
votes
1answer
19 views

I need to convert string Agent ID to AID which is JADE data type

I have to save Agent ID in dataBase. I stores it in string form. I use following code to convert it into string. String AgentID = this.getAID().toString(); While retrieving it back from database, ...
1
vote
1answer
826 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
0answers
56 views

Starting a new jade agent in Ubuntu

I have a directory of java class that defines some agents jade. I want to start these agents through the command line in Ubuntu. I used java -cp lib/jade.jar:vnu/ jade.Boot -gui -platform-id platform ...
0
votes
1answer
290 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 ...
1
vote
0answers
151 views

Agent mobility between containers

I wrote a piece of code representing an agent traveling across containers. my agent has a Cyclic behavior that use a simple switch-case statements to travel across containers. it runs at the ...
1
vote
2answers
346 views

Which framework to use for Mobile Agents?

After learning that JADE does not support Mobile Agent concept but supports only traditional Agent Framework, I was wondering which Framework or technology still uses Mobile Agent Concepts and I can ...