Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of IoT Device/Application Strategy #15

Open
andrasmarkus opened this issue Oct 10, 2024 · 0 comments
Open

Implementation of IoT Device/Application Strategy #15

andrasmarkus opened this issue Oct 10, 2024 · 0 comments
Labels
enhancement New feature or request m-simulator Related to the simulator module

Comments

@andrasmarkus
Copy link
Collaborator

Develop a new device/application strategy by extending the DeviceStrategy class. Your algorithm should be distinct from the existing ones but can utilise properties already involved (such as cloud costs) in combination with unused properties.

Recommended directions:

  • Certain IoT data can only be processed by specific nodes. Your algorithm should consider the data type when selecting a node.
  • Implement an algorithm that takes into account a trust value. Initially, all nodes should have the same trust value; however, this value should change positively or negatively based on specific events. For example, the trust value could decrease if a node’s load exceeds a certain threshold, if the cost of operating a node becomes too high, or if the node becomes unavailable at random intervals.
  • Implement a weighted score algorithm that calculates a score for each node based on several criteria. The node with the highest score will be selected for processing IoT data.
  • Develop a threshold-based selection method to filter nodes based on predefined thresholds. Nodes that exceed the specified cost or load thresholds or fall below the minimum trust value will be excluded from consideration.
@andrasmarkus andrasmarkus added enhancement New feature or request m-simulator Related to the simulator module labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request m-simulator Related to the simulator module
Projects
None yet
Development

No branches or pull requests

1 participant