Research Article

SoftSystem: Smart Edge Computing Device Selection Method for IoT Based on Soft Set Technique

Algorithm 1.

Selection of IoT devices.
Input:  //set of Parameters,
Output: IoT devices []//selected of IoT devices
1. begin
2. for i=1 to N //    IoT devices
3.  calculate IoT devices [i];
4.  end for
5. for i=1 to N    //Devise parameters;
calculate soft set from each [i] for each parameters
7. end for
8. for i=to N;
9.  calculate soft set from each [i] for each parameters;
10. end for
11. for i=to N;
12.  calculate ruduction and rank each parameters;
13. end for
14. Finally, obtain the effective IoT devices, if the table is
  Ruducted and rank to ;
Return Algo.