Schedulability Analysis of Distributed Real-Time Sensor Network Applications Using Actor-Based Model Checking

Ehsan Khamespanah,Kirill Mechitov,Marjan Sirjani,Gul Agha
DOI: https://doi.org/10.1007/978-3-319-32582-8_11
2016-01-01
Abstract:Programmers often use informal worst-case analysis and debugging to ensure schedules that satisfy real-time requirements. Not only can this process be tedious and error-prone, it is inherently conservative and thus likely to lead to an inefficient use of resources. We propose to use model checking to find a schedule which optimizes the use of resources while satisfying real-time requirements. Specifically, we represent a Wireless sensor and actuator network (WSAN) as a collection of actors whose behavior is specified using a C-based actor language extended with operators for real-time scheduling and delay representation. We show how the abstraction and compositionality properties of the actor model may be used to incrementally build a model of a WSAN’s behavior from node-level and network models. We demonstrate the approach with a case study of a distributed real-time data acquisition system for high frequency sensing using Timed Rebeca modeling language and the Afra model checking tool.
What problem does this paper attempt to address?