Research Article

Measuring QoS in an Aeronautical Opportunistic Network Architecture with Limited Access to a Satellite Communications Backhaul

Algorithm 1

Simplified functions used during the scenario generation procedure.
function                        BreadthFirstSearch
                    Explore in BFS order starting from up to .
Return list () of nodes in exploration order.
  return  
end function
function  GENERATESCENARIO
                        Container of Neighbor Lists
                               Index for Neighbor Lists
  
                          Total number of Neighbors
  
  do
   
   for all     in   do
     
      + SIZEOF
   end for
  while
  do
   
   for  i  =  0  ;  i  <  s  ;  i++  do
     
     if  NOTISSAT AND NOTIN  then
       
     end if
   end for
  while  SIZEOF
  return  
end function