Research Article

Quality of Service Specifications in Small-Scale Proximity-Aware Mobile Sensor Sharing Frameworks

Algorithm 1

BREMON client requirements.
<serviceProfile>
<sensorResource>Acceleration</sensorResource>
<serviceExecutionType>INSTANTANEOUS</serviceExecutionType>
<serviceAttributes>
  <updateInterval>  <Period>30</Period>  </updateInterval>
  <geographicRange>
   <Center>
    <LAT>+40.898333</LAT>  <LON>-86.453889</LON>
   </Center>
   <Radius>100</Radius>
  </geographicRange>
  <temporalRange>
   <beginsAt>12:15:00</beginsAt>  <endsAt>14:15:00</endsAt>
  </temporalRange>
  <qualityOfService>
   <m>3</m>  <k>5</k>  <l>4</l>
  </qualityOfService>
</serviceAttributes>
</serviceProfile>