Hi Alex, I tried to use the PingScenario.application.xml file. When I do that, I can see the PingScenario with the Ping and Pinging Agents created. However, I cannot see any ping messages being exchanged between the agents. I think I am missing something. The PingingAgent class takes in a jadex.bridge.IcomponentIdentifier argument. But I'm not sure what to pass in as the argument value. Cheers, Mohan
Hi, I'm trying to run the PingAgent/PingingAgent example and am having no success with it. The source for these agents is available in the jadex-applications-micro package. Is there any tutorial available that shows how to run the different examples? For instance, with the PingingAgent, I see that there are a number of arguments provided for the PingingAgent (see below). Are these supposed to be provided during the creation of the PingingAgent. If so, how do we do this? I could not find any help...
Hi Thomas, Thanks for your response. I have a quick question regarding an alternative approach to measuring the number of messages. In the agent configuration file, there are two configurable parameters. One is the 'measureMsgs' attribute which determines if the message count is recorded. There is also a module that prints out all the messages send/received by the agent <module className="frodo2.algorithms.test.MessageDebugger" hideSystemMessages="true"/> When I enable this, I can see the message...
Hi Thomas, I've managed to build the project using Eclipse and Java 1.8. It is strange that the code does not build in Netbeans. Thanks, Mohan
Pls. find attached the screenshot of the compilation error. I am using JDK 1.8 and compiling inside Netbeans. With regards to the messaging, is the measurement of messages disabled or not implemented? If it is a minor configuration that can turn on/off message capture that would be useful. Cheers, Mohan
Hi Thomas, I had recently posted a bug fix request on the Frodo project site. I have another query relating the frodo local compilation. What version of java did u use to build the code (release 2.15)? I'm trying to build the project locally and am seeing so many compilation errors which most likely are to do with the build platform that I am using. I am currently using Java 1.8 and have 66 errors, all related to incompatible types. Rather than trying to fix up the code, I'd like to just switch to...
Issue with capturing messages in advanced mode