* rashmi bhat | 2008-04-14 12:43:38 [+0530]: >Does anybody know how to store data in a node? I want a node which, sort of, >acts like a bank. It stores information about nodes in that network & some >temporary information critical to passing messages in the network. This >means that this node co-ordinates passing of messages based on information >stored in it.
Not out of the box - you need to extend the agent functionality and implement the required functionality. Tip: you can inherit from existing agent classes to save time and coding effort! HGN PS: if you describe the required functionality more explicit perhaps I can point to the right places!