该平台是基于多代理的信任仿真平台,官网的介绍如下:
The Agent Reputation and Trust (ART) Testbed initiative has been launched with the goal of establishing a testbed for agent reputation- and trust-related technologies. The ART Testbed is designed to serve in two roles:
As a versatile, universal experimentation site, the ART Testbed scopes relevant trust research problems and unites researchers toward solutions via unified experimentation methods. Through objective, well-defined metrics, the testbed provides researchers with tools for comparing and validating their approaches. The testbed also serves as an objective means of presenting technology features, both advantages and disadvantages, to the community. In addition, the ART Testbed places trust research in the public spotlight, improving confidence in the technology and highlighting relevant applications.
地址:http://megatron.iiia.csic.es/art-testbed/
P-Grid是一个下一代P2P平台和分布式信息管理系统,官网的介绍如下:
P-Grid is a next generation peer-to-peer platform for distributed information management beyond mere file-sharing. P-Grid's most important properties are:
P-Grid differs from other approaches such as Chord, CAN, Pastry, etc. in terms of practical applicability (especially in respect to dynamic network environments), algorithmic foundations (randomized algorithms with probabilistic guarantees), robustness, and flexibility. |
该P2P信任仿真平台是斯坦福大学开发,官网对其介绍如下:
Testing algorithms on file-sharing P2P networks is often done by simulations, since deploying algorithms on real P2P networks is often impossible. However, many P2P algorithms are sensitive to network and traffic models that are used in simulations. Therefore, to accurately test P2P algorithms, we require a simulator that resembles real-world file-sharing P2P networks as closely as possible. The Query-Cycle Simulator is a file-sharing P2P network simulator that is standardized, extensible, and modeled after measurements in real-world file-sharing P2P networks. We are making the code available so that research groups can test their algorithms on a standardized P2P network simulator.
地址:http://p2p.stanford.edu/www/projects.htm
google code上的一个开源的信任建模和仿真平台,主要还是针对P2P网络而开发。
P2PRepsim is a Java based simulator of P2P Networks with focus on the analysis of several reputation systems against misbehavior threats and malicious peers. It simulates P2P network architectures (gnutela, superpeer, chord) and evaluates their working performance in front crititical scenarios of security threats.
地址:https://code.google.com/p/p2prep-simulator/
TRMSim-WSN is a Java-based simulator aimed to test Trust and Reputation models for WSNs. It provides several Trust and Reputation models and new ones can be easily added. It allows researchers to test and compare their trust and reputation models against a wide range of WSNs. They can decide whether they want static or dynamic networks, the percentage of fraudulent nodes, the percentage of nodes acting as clients or servers, etc.
It has been designed to easily adapt and integrate a new model within the simulator. Only a few classes have to be implementend in order to carry out this task.
地址:http://ants.dif.um.es/~felixgm/research/trmsim-wsn/