Research Article

[Retracted] Wireless Sensor Network Architecture Based on Mobile Edge Computing

Algorithm 1

Algorithm of Random Node Deployment
Random_deployment( )
 ListSensor[i];
 While (Count (ListSensor[i] < NetworkSize)
    While (Count (ListSensor[i] < NetworkSize)
    XRandom(0,Width);
    Y Random(0,Height);
    Node(X,Y)
    Initial I = 0
    While (i < Count (ListSensor[i])
    If (Sensor(X,i)>NewSensor(X,i))
     Insert (NewSensor(X,i), ListSensor[i]);
      I+1;
      End While
     If (i = ListSensor[i])
     Insert (NewSensor(X,i), ListSensor[i]);
    End While
   End