+ All Categories
Home > Documents > Orchestrating Masses of Sensors; A Design-Driven ... · 0 " 140 4$)! 11 1* )1*01 > 1$!)# 0$8 ) 8...

Orchestrating Masses of Sensors; A Design-Driven ... · 0 " 140 4$)! 11 1* )1*01 > 1$!)# 0$8 ) 8...

Date post: 01-Aug-2020
Category:
Upload: others
View: 2 times
Download: 0 times
Share this document with a friend
2
HAL Id: hal-01319974 https://hal.inria.fr/hal-01319974 Submitted on 23 May 2016 HAL is a multi-disciplinary open access archive for the deposit and dissemination of sci- entific research documents, whether they are pub- lished or not. The documents may come from teaching and research institutions in France or abroad, or from public or private research centers. L’archive ouverte pluridisciplinaire HAL, est destinée au dépôt et à la diffusion de documents scientifiques de niveau recherche, publiés ou non, émanant des établissements d’enseignement et de recherche français ou étrangers, des laboratoires publics ou privés. Orchestrating Masses of Sensors; A Design-Driven Development Approach Milan Kabáč, Charles Consel To cite this version: Milan Kabáč, Charles Consel. Orchestrating Masses of Sensors; A Design-Driven Development Ap- proach. ACM SIGPLAN conference on Systems, Programming, Languages and Applications: Software for Humanity (SPLASH), Oct 2015, Pittsburgh, Pennsylvania, United States. hal-01319974
Transcript
Page 1: Orchestrating Masses of Sensors; A Design-Driven ... · 0 " 140 4$)! 11 1* )1*01 > 1$!)# 0$8 ) 8 '*,( )4>,,0* " $' ) ? "* )$: 1 0 " 0*7,)0$ *0 7: " 0' 1 *)1 ' "* )$: 1 0 " 0*7,)0$

HAL Id: hal-01319974https://hal.inria.fr/hal-01319974

Submitted on 23 May 2016

HAL is a multi-disciplinary open accessarchive for the deposit and dissemination of sci-entific research documents, whether they are pub-lished or not. The documents may come fromteaching and research institutions in France orabroad, or from public or private research centers.

L’archive ouverte pluridisciplinaire HAL, estdestinée au dépôt et à la diffusion de documentsscientifiques de niveau recherche, publiés ou non,émanant des établissements d’enseignement et derecherche français ou étrangers, des laboratoirespublics ou privés.

Orchestrating Masses of Sensors; A Design-DrivenDevelopment Approach

Milan Kabáč, Charles Consel

To cite this version:Milan Kabáč, Charles Consel. Orchestrating Masses of Sensors; A Design-Driven Development Ap-proach. ACM SIGPLAN conference on Systems, Programming, Languages and Applications: Softwarefor Humanity (SPLASH), Oct 2015, Pittsburgh, Pennsylvania, United States. �hal-01319974�

Page 2: Orchestrating Masses of Sensors; A Design-Driven ... · 0 " 140 4$)! 11 1* )1*01 > 1$!)# 0$8 ) 8 '*,( )4>,,0* " $' ) ? "* )$: 1 0 " 0*7,)0$ *0 7: " 0' 1 *)1 ' "* )$: 1 0 " 0*7,)0$

OOrrcchheessttrraatt iinngg MMaasssseess ooff SSeennssoorrss ::

AA DDeessiiggnn --DDrriivveenn DDeevveell ooppmmeenntt AApppprrooaacchhMMii ll aann KKaabbááčč

PPhhooeenn iixx RReesseeaarrcchh GGrroouuppII nn rrii aa BBoorrddeeaauuxx

CChhaarrll eess CCoonnsseellPPhhooeenn iixx RReesseeaarrcchh GGrroouupp

II nn rrii aa BBoorrddeeaauuxx

Propose a software development approach to taming the

many dimensions of the orchestration of masses of objects.

Goal

HOME AUTOMATION

AGRICULTURE SMART CITIES HEALTH CARE

TRANSPORT SECURITY

INTERNET

of THINGS

Data Gathering

Service Discovery

DiaSwarm

Data Processing

Actuating

How do we proceed when selecting objects ofinterest among myriad of objects?

Scaling Up

Designers Testers Developers

Compiler

Implementation support

Applicationdesign Execution platform back-end

Programming framework

Simulation Application

Control

SenseCompute

DevicesEnvironment

Control lers

Contexts

contextdata

orders

raw data

Actions

Sources

act on

sensed by

Domain-specific design languageThe DiaSwarm design language al lows the developer to declare what anapplication does, prior to programming it. I t provides high-level constructsto declare delivery models of sensors at design time and revolves aroundthe Sense/Compute/Control paradigm.

Data Processing

How do we proceed whenprocessing large amountsof data?

What support is needed for actuatingdevices?

What are the models used by sensors todeliver data to applications?

Context

Network Retargetabil ity References[1 ] Charles Consel, Milan Kabac. Internet of

Things: A Challenge for Software Engineering,

ERCIM News, Smart Cities,, 201 4, Smart Cities,

[2] D. Miorandi et al . : Internet of things: Vision,

applications and research challenges, Ad Hoc

Networks, vol. 1 0, no. 7, 201 2

[3] D. Cassou, et al . , Towards A Tool- Based

Development Methodology for Pervasive

Computing Applications, IEEE Transactions on

Software Engineering, 201 1

Large-Scale Orchestration with DiaSwarm

• Domain-specific design language, which builds upon DiaSpec

• Provides high-level declarative constructs dedicated to manipulating objects

at a large scale

• Revolves around the Sense/Compute/Control paradigm

Design-Specific Programming Frameworks

context ParkingAvailabil ity as Availabil ity[] {

when periodic presence from PresenceSensor <1 0 min>

grouped by parkingLot

with map as Boolean reduce as Integer

always publish;

}

• A compiler produces programming support customized with respect to a

given DiaSwarm design

By assessing the new requirements induced by scaling to city-wide sensor

networks, we can extend DiaSpec to improve orchestration, specifical ly by:

• Introducing periodicity for gathering data from sensors

• Grouping sensors using application-tailored high-level constructs

• Exposing structural paral lel ism for data processing

ParkingAvailabil ity24 hr

AverageOccupancy 1 0 min

CO2Sensor

level

PresenceSensor

presence

ParkingState

Alarm

Batch

Micro-batch

Stream


Recommended