Package es.ants.felixgm.trmsim_wsn.trm

This package includes all the classes needed for modeling a generic Trust and Reputation Model for WSN

See:
          Description

Class Summary
GatheredInformation This class represents the collected or gathered information of a Trust and Reputation Model from the network in order to evaluate the reputation and trustworthiness of every sensor and decide which one to interact with
TRModel_WSN This class represents a generic Trust and Reputation Model for Wireless Sensor Networks, also applicable to P2P and Ad-hoc ones A subclass of this class has to be implemented in order to add a new Trust and Reputation Model
TRMParameters This class represents the generic set of parameters' values of every Trust and Reputation Model A subclass of this class, containing the specific parameters, has to be implemented in order to add a new Trust and Reputation Model A parameters file has the following structure (name=value): # List of default parameters for a Trust and Reputation Model parameter_name1=parameter_value1 parameter_name2=parameter_value2 ...
 

Package es.ants.felixgm.trmsim_wsn.trm Description

This package includes all the classes needed for modeling a generic Trust and Reputation Model for WSN