Boris.NET : MultiAgent Systems Development in .NET Framework
Loading...
1,283
Uploader Comments (alibojar)
see all
All Comments (14)
-
@kathrine126 I'm not quite sure what you asked for. Boris.NET allows message passing between agents. It is a good start for MAS programming. It is simple and fast to start with. There are other MAS programming platforms (e.g. Jason) with the support for advanced agent's design.
-
@alibojar I want my agents contribute discussing the identity of a given program
-
@kathrine126 what exactly do you have in mind?
-
Hi,is there any one can help me to build multiagent system for malware detection
Loading...
hey, I want to build multiagent system, where agents communicate with server, also peer-to-peer with other agents, for example, if the connection with server is down, agent can ask other agents (peer-to-peer) for some particular information...thnx
bboboci 3 months ago
@bboboci This can easily be done with Boris.NET. In Boris.NET there are portals which connect agents to each other. Agents can pass messages between each other though portal (peer-to-peer) or pass message to other agents though router (to the server) which can be on a remote machine and in a different programming language (i.e. Lisp and Java).
alibojar 3 months ago
thank you for reply Ali, but is there any way to control conversation between agents
imtithals 6 months ago
@imtithals Yes there is. You can store message passed between agents in a data-structure, in the case of Boris.NET it can be a List or even a database if there are many.
Boris.NET provides you with a the platform for agent development. Everything that is possible in C# can also be done in Boris.NET e.g. storing messages .
alibojar 6 months ago
please can someone send me an URL of tutorial on Boris.netfddvd
Lasithitfac 1 year ago
@Lasithitfac Have a look at here: goo [DOT] gl [SLASH] Yarrx
alibojar 3 months ago