SlideShare una empresa de Scribd logo
1 de 30
Descargar para leer sin conexión
Promoting Space-Aware Coordination:
ReSpecT as a Spatial Computing Virtual Machine
Stefano Mariani, Andrea Omicini
{s.mariani, andrea.omicini}@unibo.it
Alma Mater Studiorum—Universit`a di Bologna
SCW 2013
SCW @ AAMAS Conference
St. Paul, 6th of May 2013
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 1 / 30
Outline
1 Motivations & Goals
2 Spatial Computing
The Abstract Device Model
SCL Requirements
3 Space-Aware Coordination
ReSpecT In One Slide
4 Toward a SCL Virtual Machine
ReSpecT Device Model
stReSpecT Language Extensions
stReSpecT vs. SCL Requirements
SCL VM Benchmark
5 Conclusion & Further Works
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 2 / 30
Motivations & Goals
Outline
1 Motivations & Goals
2 Spatial Computing
The Abstract Device Model
SCL Requirements
3 Space-Aware Coordination
ReSpecT In One Slide
4 Toward a SCL Virtual Machine
ReSpecT Device Model
stReSpecT Language Extensions
stReSpecT vs. SCL Requirements
SCL VM Benchmark
5 Conclusion & Further Works
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 3 / 30
Motivations & Goals
The Need For Situatedness
Nowadays software systems – especially distributed, ubiquitous and
pervasive ones – increasingly call for some degree of situatedness, that is
the capability of the system to recognize and react properly to changes in
its environment—enabling adaptiveness, in the end.
Spatial Situatedness
One dimension of such situatedness is along the “spatial axis”, which
basically amounts to being able of measuring some spatial properties,
manipulating them performing some computation, then affecting
those/others spatial properties in turn.
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 4 / 30
Motivations & Goals
Situatedness Into Programming Languages
Spatial Computing Languages (SCL) born to address the issue of bringing
situatedness into programming languages, allowing programmers to
explicitly deal with space-related aspects at the language level
[Beal et al., 2012].
Also Coordination Models recognized the importance of spatial
situatedness, hence proposed some extensions to well-known languages to
address the issue—notably [Viroli et al., 2012] and
[Mamei and Zambonelli, 2009].
An Integrated Effort
Our goal here, is to share our effort in designing a Spatial Computing
Virtual Machine on top of a Space-Aware Coordination Language, so as to
(hopefully) stimulate new ideas and (possibly) converge to common
solutions.
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 5 / 30
Spatial Computing
Outline
1 Motivations & Goals
2 Spatial Computing
The Abstract Device Model
SCL Requirements
3 Space-Aware Coordination
ReSpecT In One Slide
4 Toward a SCL Virtual Machine
ReSpecT Device Model
stReSpecT Language Extensions
stReSpecT vs. SCL Requirements
SCL VM Benchmark
5 Conclusion & Further Works
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 6 / 30
Spatial Computing The Abstract Device Model
The Abstract Device Model
In [Beal et al., 2012] the Abstract Device Model (ADM) is defined so as to
allow comparison between different SCL along three basic criteria:
Communication Region — The spatial “coverage” of the
communication—e.g. global vs. neighbourhood
Communication Granularity — The number of receivers—e.g. unicast vs.
multicast
Code Mobility — The relationships between different devices’ running
code
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 7 / 30
Spatial Computing SCL Requirements
SCL Requirements
Furthermore, authors of [Beal et al., 2012] pointed out the need for three
classes of operators in SCL to achieve a kind of “Spatial-
Turing-equivalence” [Beal, 2010]:
Measure Space — To translate spatial properties into computable
information—e.g. sensing GPS position
Manipulate Space — To translate back information into modifications of
spatial properties—e.g. starting a motion engine
Compute (on) Space — Any kind of “spatial-pointwise” computation
A fourth class (Physical Evolution) looks more like an assumption about
the dynamics that a given program/device must/can consider—e.g. a
robot may move meanwhile a computation runs.
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 8 / 30
Space-Aware Coordination
Outline
1 Motivations & Goals
2 Spatial Computing
The Abstract Device Model
SCL Requirements
3 Space-Aware Coordination
ReSpecT In One Slide
4 Toward a SCL Virtual Machine
ReSpecT Device Model
stReSpecT Language Extensions
stReSpecT vs. SCL Requirements
SCL VM Benchmark
5 Conclusion & Further Works
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 9 / 30
Space-Aware Coordination
Space-Aware Coordination I
Extensions to the Linda tuple-based coordination model have been
proposed in [Viroli et al., 2012] and [Mamei and Zambonelli, 2009] to deal
with spatial-related issues:
στLinda (i) replaces standard tuples with space-time activities, that
is, processes manipulating the space-time configuration of
tuples in the network and (ii) adds to the model new space
operators like neigh, $distance and $orientation, in
order to allow management of spatial properties
TOTA equips each tuple with additional info: (i) a propagation rule,
determining how the tuple should distribute across a network
of tuple spaces and (ii) a maintenance rule, dictating how
the tuple should react to the flow of time and/or events
occurring in the space
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 10 / 30
Space-Aware Coordination
Space-Aware Coordination II
On the one hand, these kind of works inspired us to reason about the
opportunity of defining a minimal set of constructs needed to promote
“general purpose” Space-Aware Coordination.
On the other hand, we believe one of the main concerns of SCL, that is,
“the ability to link the aggregate behaviour of a number of independent
devices to the way in which they are individually programmed” (from
[Beal et al., 2012]), entails in the very end a coordination problem.
From Spatial -Computing to -Coordination
In fact, independently of the level of abstraction desired by a Spatial
Computing programmer, “under the hood” its program should be
somehow compiled/interpreted so as to meaningfully (spatially) coordinate
a set of entities.
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 11 / 30
Space-Aware Coordination ReSpecT In One Slide
ReSpecT In One Slide
ReSpecT [Omicini and Denti, 2001a] is a Prolog-like language meant to
program ReSpecT tuple centres [Omicini and Denti, 2001b], which are
programmable tuple spaces.
“Programmable” means that ReSpecT allows to couple coordination
events – e.g. a in request – with computations, to be be carried out
atomically and transactionally by the ReSpecT Virtual Machine.
ReSpecT Reactions
reaction(Event, Guards, Goals)
Event — Any coordination event involving the tuple centre
Guards — Logic predicates to control reaction triggering
Goals — ReSpecT computations to be carried out
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 12 / 30
Space-Aware Coordination ReSpecT In One Slide
ReSpecT Syntax Sketched
SpecificationTuple ::= reaction( TCEvent , [ Guard ,] Reaction )
TCEvent ::= TCPredicate ( Tuple ) |
time( Time ) | EnvPredicate
Reaction ::= ReactionGoal | ( ReactionGoal {, ReactionGoal } )
ReactionGoal ::= TCPredicate ( Tuple ) | ObsPredicate ( Tuple ) |
TCLinkPredicate | TCEnvPredicate
TCPredicate ::= out | in | inp | rd | rdp | no | nop
TCLinkPredicate ::= TCId ? TCPredicate
TCEnvPredicate ::= EnvResId (<-|->) EnvPredicate
EnvPredicate ::= env( Key , Value )
ObsPredicate ::= EventView _ EventInfo ( Tuple ) | EnvPredicate
EventView ::= current | event | start
EventInfo ::= predicate | tuple | source | target |
time
Guard ::= GuardPredicate | ( GuardPredicate {, GuardPredicate } )
GuardPredicate ::= request | response | success | failure | . . .
before( Time ) | after( Time ) |
from_env | to_env
. . . . . . . . .
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 13 / 30
Toward a SCL Virtual Machine
Outline
1 Motivations & Goals
2 Spatial Computing
The Abstract Device Model
SCL Requirements
3 Space-Aware Coordination
ReSpecT In One Slide
4 Toward a SCL Virtual Machine
ReSpecT Device Model
stReSpecT Language Extensions
stReSpecT vs. SCL Requirements
SCL VM Benchmark
5 Conclusion & Further Works
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 14 / 30
Toward a SCL Virtual Machine ReSpecT Device Model
ReSpecT Device Model
Communication Region — Any tuple centre can communicate with any
other network-reachable tuple centre through linking
operations [Omicini et al., 2006] ( TCLinkPredicate ). The
“basic” communication model of ReSpecT is thus global
communication
Communication Granularity — No first-class coordination operations exist
in ReSpecT allowing communication with a set of target
tuple centres at once. Thus, ReSpecT naturally supports
only point-to-point communication
Code Mobility — ReSpecT features meta-coordination operations dealing
with specification tuples—similar to TCPredicate .
Therefore, ReSpecT tuple centres feature code mobility
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 15 / 30
Toward a SCL Virtual Machine stReSpecT Language Extensions
stReSpecT Language Extensions
Complementarily to the timed extension of ReSpecT, the following
constructs makes a tuple centre space aware, that is, able to recognize,
measure and – in synergy with [Casadei and Omicini, 2009] – manipulate
events and properties belonging to the spatial dimension of a situated
coordinated system:
from( Place ), to( Place ) — Triggering reactions to spatial
events, such as leaving from and arriving at a given location
EventView place — Providing access to spatial information for the
triggering event
at( Place ), near( Place , Radius ) — Allowing for evaluation of
the reaction goals when the given spatial conditions are met
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 16 / 30
Toward a SCL Virtual Machine stReSpecT vs. SCL Requirements
stReSpecT vs. SCL Requirements I
Measure Space — Three Observation Predicates are given:
current place — Measuring where the tuple centre executing
the current stReSpecT reaction is
event place, start place — Measuring respectively where the
direct cause and prime cause [Omicini, 2007] of the event
triggering the current reaction took place
Manipulate Space — Addressed by the constructs of
[Casadei and Omicini, 2009], e.g.:
EnvResId <- env( Key , Value ) — Allowing an agent to
dispatch commands to any device, modeled as an environmental
resource
Compute (on) Space — Here falls standard ReSpecT computation, which
can now rely on new “spatial” guards, e.g.:
near( Place , Radius ) — true if the reacting tuple centre is
near the given location
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 17 / 30
Toward a SCL Virtual Machine SCL VM Benchmark
The “T-Program”
As a reference benchmark to compare the expressiveness of different SCL,
the “T-Program” is proposed in [Beal et al., 2012] w.r.t. a set of
independent moveable devices:
i Cooperatively create a local coordinate system
ii Self-organize into a “T”-shaped structure
iii Determine its center of gravity, then draw a ring around it
SCL Requirements
Hence it requires all the three classes of operators afore-mentioned: stage
(i) requires measuring space capabilities; stage (ii) requires manipulating
space capabilities; stage (iii) requires both computational capabilities and,
again, measuring capabilities.
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 18 / 30
Toward a SCL Virtual Machine SCL VM Benchmark
Local Coordinate System I
Setting a local coordinate system basically amounts to:
i choosing an origin node
ii making it spread a “vector tuple” to neighbours
iii (recursively) making them increment such vector
iv forwarding it to neighbours
Thus, the basic mechanism needed at the VM level to enable such
computation at the application level, is what we call neighborhood
spreading, whose stReSpecT code is sketched in next slide.
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 19 / 30
Toward a SCL Virtual Machine SCL VM Benchmark
Local Coordinate System II
1% Check range then forward.
2reaction( out(nbr_spread(msg(Msg),nbr(Dist),req(ID))),
3( completion, success ),
4( no(req(ID)), out(req(ID)), % Avoid flooding
5current_place (Me), event_place(Sender),
6within( Me,Sender,Dist ), % Prolog computation
7out(msg(Msg)),
8rd(nbrs(Nbrs )), % Neighbours list
9out(forward( Msg,Dist,req (ID),Nbrs ))
10) ).
11
12% Delete multicast request.
13...
14
15% Forward to every neighbour.
16reaction( out(forward( Msg,Dist,req (ID),[H|T])), % Some Nbrs
17( intra, completion ),
18( H ? out(nbr_spread(msg(Msg),nbr(Dist),req(ID))), % Forward
19out(forward( Msg,Dist,req (ID),T)) % Iterate
20) ).
21
22% Delete iteration tuple.
23...
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 20 / 30
Toward a SCL Virtual Machine SCL VM Benchmark
“T”-shaped Structure I
To arrange nodes (tuple centres) so as to form a “T-shaped” structure, we
need to:
i define spatial constraints representing the T (how much “tall”, “fat”,
etc.)
ii make every node move so as to satisfy them
Thus, the basic mechanism needed at the VM level is motion monitoring
and control.
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 21 / 30
Toward a SCL Virtual Machine SCL VM Benchmark
“T”-shaped Structure II
1% Compute motion vector then start moving.
2reaction( out(move(Constraints )),
3( completion, success ),
4( current_place (Here) ,current_time (Now),Check is Now +1000,
5direction( Constraints,Here,Vec ), % Prolog computation
6out_s(
7% Reaction 13 -23
8),
9engine@motion <- env(engine, ’on’), % Start actuators
10steering@motion <- env(dir,Vec)
11) ).
12% Motion constraints monitoring .
13reaction( time(Check),
14internal,
15( current_place (Here),
16rd(move( Constraints )),
17( check( Here,Constraints ), % Prolog computation
18engine@motion <- env(engine, ’off ’)
19;
20current_time (Now), Check is Now +1000,
21out_s(
22% Reaction 13 -23
23) ) ) ).
24% Arrival clean-up.
25reaction( to(Dest),
26internal,
27in(move( Constraints ))
28).
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 22 / 30
Toward a SCL Virtual Machine SCL VM Benchmark
Center of Gravity
To first compute the focal point (FC) of the “T-shape”, then draw a
sphere around it, we need two basic mechanisms, both similar to the
neighborhood spreading previously shown:
a bidirectional neighborhood spreading to collect replies to sent
messages—allowing to aggregate all the node’s coordinates and count
them
a spherical multicast to draw the ring pattern
VM Minimal API
Nevertheless, the code for spherical multicast is almost identical to
neighborhood spreading, but for the use of observation predicate
start place instead of event place. This replacement (almost) alone
suffices to completely change the spatial properties of communication.
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 23 / 30
Conclusion & Further Works
Outline
1 Motivations & Goals
2 Spatial Computing
The Abstract Device Model
SCL Requirements
3 Space-Aware Coordination
ReSpecT In One Slide
4 Toward a SCL Virtual Machine
ReSpecT Device Model
stReSpecT Language Extensions
stReSpecT vs. SCL Requirements
SCL VM Benchmark
5 Conclusion & Further Works
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 24 / 30
Conclusion & Further Works
Conclusion
We tried to bring some results from the Coordination field into the
Spatial Computing perspective
In particular, we presented the stReSpecT space-aware extension to
the ReSpecT language & virtual machine as a suitable ADM for SCL
We then sketched how a stReSpecT-based VM can meet
“T-Program” benchmark requirements w.r.t. spatial operators
Further Works
Despite ReSpecT [Omicini, 2007] being freely availablea as part of the
TuCSoN middleware [Omicini and Zambonelli, 1999], a full functioning,
general purpose implementation of stReSpecT is still under development.
a
See http://tucson.apice.unibo.it and [Omicini and Mariani, 2013]
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 25 / 30
Thanks
Thanks to. . .
...everybody here for listening
...the SAPERE team for bringing me here 1
1
This work has been supported by the EU-FP7-FET Proactive project SAPERE
Self-aware Pervasive Service Ecosystems, under contract no.256873.
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 26 / 30
Bibliography
Bibliography I
Beal, J. (2010).
A basis set of operators for space-time computations.
In Proceedings of the 2010 Fourth IEEE International Conference on Self-Adaptive and
Self-Organizing Systems Workshop (SASOW 2010), pages 91–97, Washington, DC, USA.
IEEE Computer Society.
Beal, J., Dulman, S., Usbeck, K., Viroli, M., and Correll, N. (2012).
Organizing the aggregate: Languages for spatial computing.
CoRR, abs/1202.5509.
Casadei, M. and Omicini, A. (2009).
Situated tuple centres in ReSpecT.
In Shin, S. Y., Ossowski, S., Menezes, R., and Viroli, M., editors, 24th Annual ACM
Symposium on Applied Computing (SAC 2009), volume III, pages 1361–1368, Honolulu,
Hawai’i, USA. ACM.
Mamei, M. and Zambonelli, F. (2009).
Programming pervasive and mobile computing applications: The TOTA approach.
ACM Transactions on Software Engineering and Methodology, 18(4).
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 27 / 30
Bibliography
Bibliography II
Omicini, A. (2007).
Formal ReSpecT in the A&A perspective.
Electronic Notes in Theoretical Computer Science, 175(2):97–117.
5th International Workshop on Foundations of Coordination Languages and Software
Architectures (FOCLASA’06), CONCUR’06, Bonn, Germany, 31 August 2006.
Post-proceedings.
Omicini, A. and Denti, E. (2001a).
Formal ReSpecT.
Electronic Notes in Theoretical Computer Science, 48:179–196.
Declarative Programming – Selected Papers from AGP 2000, La Habana, Cuba,
4–6 December 2000.
Omicini, A. and Denti, E. (2001b).
From tuple spaces to tuple centres.
Science of Computer Programming, 41(3):277–294.
Omicini, A. and Mariani, S. (2013).
The TuCSoN Coordination Model & Technology. A Guide.
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 28 / 30
Bibliography
Bibliography III
Omicini, A., Ricci, A., and Zaghini, N. (2006).
Distributed workflow upon linkable coordination artifacts.
In Ciancarini, P. and Wiklicky, H., editors, Coordination Models and Languages, volume
4038 of LNCS, pages 228–246. Springer.
8th International Conference (COORDINATION 2006), Bologna, Italy, 14–16 June 2006.
Proceedings.
Omicini, A. and Zambonelli, F. (1999).
Coordination for Internet application development.
Autonomous Agents and Multi-Agent Systems, 2(3):251–269.
Special Issue: Coordination Mechanisms for Web Agents.
Viroli, M., Pianini, D., and Beal, J. (2012).
Linda in space-time: an adaptive coordination model for mobile ad-hoc environments.
In Sirjani, M., editor, Coordination Languages and Models, volume 7274 of LNCS, pages
212–229. Springer-Verlag.
Proceedings of the 14th Conference of Coordination Models and Languages (Coordination
2012),Stockholm (Sweden), 14-15 June.
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 29 / 30
Promoting Space-Aware Coordination:
ReSpecT as a Spatial Computing Virtual Machine
Stefano Mariani, Andrea Omicini
{s.mariani, andrea.omicini}@unibo.it
Alma Mater Studiorum—Universit`a di Bologna
SCW 2013
SCW @ AAMAS Conference
St. Paul, 6th of May 2013
Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 30 / 30

Más contenido relacionado

Destacado

HPCC Systems Engineering Summit Presentation - Leveraging HPCC Systems with V...
HPCC Systems Engineering Summit Presentation - Leveraging HPCC Systems with V...HPCC Systems Engineering Summit Presentation - Leveraging HPCC Systems with V...
HPCC Systems Engineering Summit Presentation - Leveraging HPCC Systems with V...HPCC Systems
 
Social Computing : Virtual Worlds
Social Computing : Virtual WorldsSocial Computing : Virtual Worlds
Social Computing : Virtual Worldstjoozey tjoozey
 
3rd Generation Virtual Computing
3rd Generation Virtual Computing3rd Generation Virtual Computing
3rd Generation Virtual ComputingMatthew Bulat
 
Using Virtual Computing Labs to Increase Active Learning Among K-12 Students
Using Virtual Computing Labs to Increase Active Learning Among K-12 StudentsUsing Virtual Computing Labs to Increase Active Learning Among K-12 Students
Using Virtual Computing Labs to Increase Active Learning Among K-12 StudentsBDPA Education and Technology Foundation
 
Kybernetika accelerates provision of virtual IT environments
Kybernetika accelerates provision of virtual IT environmentsKybernetika accelerates provision of virtual IT environments
Kybernetika accelerates provision of virtual IT environmentsCisco Case Studies
 
2008: Natural Computing: The Virtual Laboratory and Two Real-World Applications
2008: Natural Computing: The Virtual Laboratory and Two Real-World Applications2008: Natural Computing: The Virtual Laboratory and Two Real-World Applications
2008: Natural Computing: The Virtual Laboratory and Two Real-World ApplicationsLeandro de Castro
 
Cloud Computing Documentation Report
Cloud Computing Documentation ReportCloud Computing Documentation Report
Cloud Computing Documentation ReportUsman Sait
 

Destacado (7)

HPCC Systems Engineering Summit Presentation - Leveraging HPCC Systems with V...
HPCC Systems Engineering Summit Presentation - Leveraging HPCC Systems with V...HPCC Systems Engineering Summit Presentation - Leveraging HPCC Systems with V...
HPCC Systems Engineering Summit Presentation - Leveraging HPCC Systems with V...
 
Social Computing : Virtual Worlds
Social Computing : Virtual WorldsSocial Computing : Virtual Worlds
Social Computing : Virtual Worlds
 
3rd Generation Virtual Computing
3rd Generation Virtual Computing3rd Generation Virtual Computing
3rd Generation Virtual Computing
 
Using Virtual Computing Labs to Increase Active Learning Among K-12 Students
Using Virtual Computing Labs to Increase Active Learning Among K-12 StudentsUsing Virtual Computing Labs to Increase Active Learning Among K-12 Students
Using Virtual Computing Labs to Increase Active Learning Among K-12 Students
 
Kybernetika accelerates provision of virtual IT environments
Kybernetika accelerates provision of virtual IT environmentsKybernetika accelerates provision of virtual IT environments
Kybernetika accelerates provision of virtual IT environments
 
2008: Natural Computing: The Virtual Laboratory and Two Real-World Applications
2008: Natural Computing: The Virtual Laboratory and Two Real-World Applications2008: Natural Computing: The Virtual Laboratory and Two Real-World Applications
2008: Natural Computing: The Virtual Laboratory and Two Real-World Applications
 
Cloud Computing Documentation Report
Cloud Computing Documentation ReportCloud Computing Documentation Report
Cloud Computing Documentation Report
 

Similar a Promoting Space-Aware Coordination: ReSpecT as a Spatial Computing Virtual Machine

Programming (and Learning) Self-Adaptive & Self-Organising Behaviour with Sca...
Programming (and Learning) Self-Adaptive & Self-Organising Behaviour with Sca...Programming (and Learning) Self-Adaptive & Self-Organising Behaviour with Sca...
Programming (and Learning) Self-Adaptive & Self-Organising Behaviour with Sca...Roberto Casadei
 
Tuple-Based Coordination in Large-Scale Situated Systems
Tuple-Based Coordination in Large-Scale Situated SystemsTuple-Based Coordination in Large-Scale Situated Systems
Tuple-Based Coordination in Large-Scale Situated SystemsRoberto Casadei
 
On Execution Platforms for Large-Scale Aggregate Computing
On Execution Platforms for Large-Scale Aggregate ComputingOn Execution Platforms for Large-Scale Aggregate Computing
On Execution Platforms for Large-Scale Aggregate ComputingRoberto Casadei
 
Practical Aggregate Programming with Protelis @ SASO2017
Practical Aggregate Programming with Protelis @ SASO2017Practical Aggregate Programming with Protelis @ SASO2017
Practical Aggregate Programming with Protelis @ SASO2017Danilo Pianini
 
Computational Fields meet Augmented Reality: Perspectives and Challenges
Computational Fields meet Augmented Reality: Perspectives and ChallengesComputational Fields meet Augmented Reality: Perspectives and Challenges
Computational Fields meet Augmented Reality: Perspectives and ChallengesDanilo Pianini
 
Space-aware Coordination in RespecT
Space-aware Coordination in RespecTSpace-aware Coordination in RespecT
Space-aware Coordination in RespecTAndrea Omicini
 
Towards Aggregate Programming in Scala
Towards Aggregate Programming in ScalaTowards Aggregate Programming in Scala
Towards Aggregate Programming in ScalaRoberto Casadei
 
A Framework to Specify and Verify Computational Fields for Pervasive Computin...
A Framework to Specify and Verify Computational Fields for Pervasive Computin...A Framework to Specify and Verify Computational Fields for Pervasive Computin...
A Framework to Specify and Verify Computational Fields for Pervasive Computin...Danilo Pianini
 
Collective Abstractions and Platforms for Large-Scale Self-Adaptive IoT
Collective Abstractions and Platforms for Large-Scale Self-Adaptive IoTCollective Abstractions and Platforms for Large-Scale Self-Adaptive IoT
Collective Abstractions and Platforms for Large-Scale Self-Adaptive IoTRoberto Casadei
 
TuCSoN on Cloud: An Event-driven Architecture for Embodied / Disembodied Coor...
TuCSoN on Cloud: An Event-driven Architecture for Embodied / Disembodied Coor...TuCSoN on Cloud: An Event-driven Architecture for Embodied / Disembodied Coor...
TuCSoN on Cloud: An Event-driven Architecture for Embodied / Disembodied Coor...Andrea Omicini
 
Towards Automated Engineering for Collective Adaptive Systems: Vision and Res...
Towards Automated Engineering for Collective Adaptive Systems: Vision and Res...Towards Automated Engineering for Collective Adaptive Systems: Vision and Res...
Towards Automated Engineering for Collective Adaptive Systems: Vision and Res...Roberto Casadei
 
Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...
Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...
Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...Roberto Casadei
 
From Field-based Coordination to Aggregate Computing
From Field-based Coordination to Aggregate ComputingFrom Field-based Coordination to Aggregate Computing
From Field-based Coordination to Aggregate ComputingRoberto Casadei
 
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...Andrea Omicini
 
Model executability within the GEMOC Studio
Model executability within the GEMOC StudioModel executability within the GEMOC Studio
Model executability within the GEMOC StudioBenoit Combemale
 
TuCSoN Coordination for MAS Situatedness: Towards a Methodology
TuCSoN Coordination for MAS Situatedness: Towards a MethodologyTuCSoN Coordination for MAS Situatedness: Towards a Methodology
TuCSoN Coordination for MAS Situatedness: Towards a MethodologyAndrea Omicini
 
On the Model-driven Synthesis of Evolvable Service Choreographies [AKSAS@ECSA...
On the Model-driven Synthesis of Evolvable Service Choreographies [AKSAS@ECSA...On the Model-driven Synthesis of Evolvable Service Choreographies [AKSAS@ECSA...
On the Model-driven Synthesis of Evolvable Service Choreographies [AKSAS@ECSA...Claudio Pompilio
 
PMAM_2014_Autonomic_Skeletons_using_Events-FinalVersion
PMAM_2014_Autonomic_Skeletons_using_Events-FinalVersionPMAM_2014_Autonomic_Skeletons_using_Events-FinalVersion
PMAM_2014_Autonomic_Skeletons_using_Events-FinalVersionGustavo Pabon
 
Event-driven Programming for Situated MAS with ReSpecT Tuple Centres
Event-driven Programming for Situated MAS with ReSpecT Tuple CentresEvent-driven Programming for Situated MAS with ReSpecT Tuple Centres
Event-driven Programming for Situated MAS with ReSpecT Tuple CentresStefano Mariani
 
Towards Reinforcement Learning-based Aggregate Computing
Towards Reinforcement Learning-based Aggregate ComputingTowards Reinforcement Learning-based Aggregate Computing
Towards Reinforcement Learning-based Aggregate ComputingGianluca Aguzzi
 

Similar a Promoting Space-Aware Coordination: ReSpecT as a Spatial Computing Virtual Machine (20)

Programming (and Learning) Self-Adaptive & Self-Organising Behaviour with Sca...
Programming (and Learning) Self-Adaptive & Self-Organising Behaviour with Sca...Programming (and Learning) Self-Adaptive & Self-Organising Behaviour with Sca...
Programming (and Learning) Self-Adaptive & Self-Organising Behaviour with Sca...
 
Tuple-Based Coordination in Large-Scale Situated Systems
Tuple-Based Coordination in Large-Scale Situated SystemsTuple-Based Coordination in Large-Scale Situated Systems
Tuple-Based Coordination in Large-Scale Situated Systems
 
On Execution Platforms for Large-Scale Aggregate Computing
On Execution Platforms for Large-Scale Aggregate ComputingOn Execution Platforms for Large-Scale Aggregate Computing
On Execution Platforms for Large-Scale Aggregate Computing
 
Practical Aggregate Programming with Protelis @ SASO2017
Practical Aggregate Programming with Protelis @ SASO2017Practical Aggregate Programming with Protelis @ SASO2017
Practical Aggregate Programming with Protelis @ SASO2017
 
Computational Fields meet Augmented Reality: Perspectives and Challenges
Computational Fields meet Augmented Reality: Perspectives and ChallengesComputational Fields meet Augmented Reality: Perspectives and Challenges
Computational Fields meet Augmented Reality: Perspectives and Challenges
 
Space-aware Coordination in RespecT
Space-aware Coordination in RespecTSpace-aware Coordination in RespecT
Space-aware Coordination in RespecT
 
Towards Aggregate Programming in Scala
Towards Aggregate Programming in ScalaTowards Aggregate Programming in Scala
Towards Aggregate Programming in Scala
 
A Framework to Specify and Verify Computational Fields for Pervasive Computin...
A Framework to Specify and Verify Computational Fields for Pervasive Computin...A Framework to Specify and Verify Computational Fields for Pervasive Computin...
A Framework to Specify and Verify Computational Fields for Pervasive Computin...
 
Collective Abstractions and Platforms for Large-Scale Self-Adaptive IoT
Collective Abstractions and Platforms for Large-Scale Self-Adaptive IoTCollective Abstractions and Platforms for Large-Scale Self-Adaptive IoT
Collective Abstractions and Platforms for Large-Scale Self-Adaptive IoT
 
TuCSoN on Cloud: An Event-driven Architecture for Embodied / Disembodied Coor...
TuCSoN on Cloud: An Event-driven Architecture for Embodied / Disembodied Coor...TuCSoN on Cloud: An Event-driven Architecture for Embodied / Disembodied Coor...
TuCSoN on Cloud: An Event-driven Architecture for Embodied / Disembodied Coor...
 
Towards Automated Engineering for Collective Adaptive Systems: Vision and Res...
Towards Automated Engineering for Collective Adaptive Systems: Vision and Res...Towards Automated Engineering for Collective Adaptive Systems: Vision and Res...
Towards Automated Engineering for Collective Adaptive Systems: Vision and Res...
 
Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...
Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...
Collective Adaptive Systems as Coordination Media: The Case of Tuples in Spac...
 
From Field-based Coordination to Aggregate Computing
From Field-based Coordination to Aggregate ComputingFrom Field-based Coordination to Aggregate Computing
From Field-based Coordination to Aggregate Computing
 
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...
Event-Based vs. Multi-Agent Systems: Towards a Unified Conceptual Framework. ...
 
Model executability within the GEMOC Studio
Model executability within the GEMOC StudioModel executability within the GEMOC Studio
Model executability within the GEMOC Studio
 
TuCSoN Coordination for MAS Situatedness: Towards a Methodology
TuCSoN Coordination for MAS Situatedness: Towards a MethodologyTuCSoN Coordination for MAS Situatedness: Towards a Methodology
TuCSoN Coordination for MAS Situatedness: Towards a Methodology
 
On the Model-driven Synthesis of Evolvable Service Choreographies [AKSAS@ECSA...
On the Model-driven Synthesis of Evolvable Service Choreographies [AKSAS@ECSA...On the Model-driven Synthesis of Evolvable Service Choreographies [AKSAS@ECSA...
On the Model-driven Synthesis of Evolvable Service Choreographies [AKSAS@ECSA...
 
PMAM_2014_Autonomic_Skeletons_using_Events-FinalVersion
PMAM_2014_Autonomic_Skeletons_using_Events-FinalVersionPMAM_2014_Autonomic_Skeletons_using_Events-FinalVersion
PMAM_2014_Autonomic_Skeletons_using_Events-FinalVersion
 
Event-driven Programming for Situated MAS with ReSpecT Tuple Centres
Event-driven Programming for Situated MAS with ReSpecT Tuple CentresEvent-driven Programming for Situated MAS with ReSpecT Tuple Centres
Event-driven Programming for Situated MAS with ReSpecT Tuple Centres
 
Towards Reinforcement Learning-based Aggregate Computing
Towards Reinforcement Learning-based Aggregate ComputingTowards Reinforcement Learning-based Aggregate Computing
Towards Reinforcement Learning-based Aggregate Computing
 

Más de Stefano Mariani

Coordination of Complex Socio-technical Systems: Challenges and Opportunities
Coordination of Complex Socio-technical Systems: Challenges and OpportunitiesCoordination of Complex Socio-technical Systems: Challenges and Opportunities
Coordination of Complex Socio-technical Systems: Challenges and OpportunitiesStefano Mariani
 
Twenty Years of Coordination Technologies: State-of-the-Art and Perspectives
Twenty Years of Coordination Technologies: State-of-the-Art and PerspectivesTwenty Years of Coordination Technologies: State-of-the-Art and Perspectives
Twenty Years of Coordination Technologies: State-of-the-Art and PerspectivesStefano Mariani
 
The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...
The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...
The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...Stefano Mariani
 
The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...
The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...
The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...Stefano Mariani
 
Programming the Interaction Space Effectively with ReSpecTX
Programming the Interaction Space Effectively with ReSpecTXProgramming the Interaction Space Effectively with ReSpecTX
Programming the Interaction Space Effectively with ReSpecTXStefano Mariani
 
Coordination Issues in Complex Socio-technical Systems: Self-organisation of ...
Coordination Issues in Complex Socio-technical Systems: Self-organisation of ...Coordination Issues in Complex Socio-technical Systems: Self-organisation of ...
Coordination Issues in Complex Socio-technical Systems: Self-organisation of ...Stefano Mariani
 
Advanced Coordination Techniques: Experiments with TuCSoN and ReSpecT
Advanced Coordination Techniques: Experiments with TuCSoN and ReSpecTAdvanced Coordination Techniques: Experiments with TuCSoN and ReSpecT
Advanced Coordination Techniques: Experiments with TuCSoN and ReSpecTStefano Mariani
 
Self-organisation of Knowledge in MoK
Self-organisation of Knowledge in MoKSelf-organisation of Knowledge in MoK
Self-organisation of Knowledge in MoKStefano Mariani
 
Stochastic Coordination in CAS: Expressiveness & Predictability
Stochastic Coordination in CAS: Expressiveness & PredictabilityStochastic Coordination in CAS: Expressiveness & Predictability
Stochastic Coordination in CAS: Expressiveness & PredictabilityStefano Mariani
 
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive EnvironmentsMolecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive EnvironmentsStefano Mariani
 
On the “Local-to-Global” Issue in Self-Organisation: Chemical Reactions with ...
On the “Local-to-Global” Issue in Self-Organisation: Chemical Reactions with ...On the “Local-to-Global” Issue in Self-Organisation: Chemical Reactions with ...
On the “Local-to-Global” Issue in Self-Organisation: Chemical Reactions with ...Stefano Mariani
 
Models of Autonomy and Coordination: Integrating Subjective & Objective Appro...
Models of Autonomy and Coordination: Integrating Subjective & Objective Appro...Models of Autonomy and Coordination: Integrating Subjective & Objective Appro...
Models of Autonomy and Coordination: Integrating Subjective & Objective Appro...Stefano Mariani
 
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive EnvironmentsMolecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive EnvironmentsStefano Mariani
 
Parameter Engineering vs. Parameter Tuning: the Case of Biochemical Coordinat...
Parameter Engineering vs. Parameter Tuning: the Case of Biochemical Coordinat...Parameter Engineering vs. Parameter Tuning: the Case of Biochemical Coordinat...
Parameter Engineering vs. Parameter Tuning: the Case of Biochemical Coordinat...Stefano Mariani
 
Probabilistic Modular Embedding for Stochastic Coordinated Systems
Probabilistic Modular Embedding for Stochastic Coordinated SystemsProbabilistic Modular Embedding for Stochastic Coordinated Systems
Probabilistic Modular Embedding for Stochastic Coordinated SystemsStefano Mariani
 
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive EnvironmentsMolecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive EnvironmentsStefano Mariani
 
MoK: Stigmergy Meets Chemistry to Exploit Social Actions for Coordination Pur...
MoK: Stigmergy Meets Chemistry to Exploit Social Actions for Coordination Pur...MoK: Stigmergy Meets Chemistry to Exploit Social Actions for Coordination Pur...
MoK: Stigmergy Meets Chemistry to Exploit Social Actions for Coordination Pur...Stefano Mariani
 
Molecules Of Knowledge: Self-Organisation In Knowledge-Intensive Environments
Molecules Of Knowledge: Self-Organisation In Knowledge-Intensive EnvironmentsMolecules Of Knowledge: Self-Organisation In Knowledge-Intensive Environments
Molecules Of Knowledge: Self-Organisation In Knowledge-Intensive EnvironmentsStefano Mariani
 
Self-Organising News Management: The Molecules Of Knowledge Approach
Self-Organising News Management: The Molecules Of Knowledge ApproachSelf-Organising News Management: The Molecules Of Knowledge Approach
Self-Organising News Management: The Molecules Of Knowledge ApproachStefano Mariani
 

Más de Stefano Mariani (19)

Coordination of Complex Socio-technical Systems: Challenges and Opportunities
Coordination of Complex Socio-technical Systems: Challenges and OpportunitiesCoordination of Complex Socio-technical Systems: Challenges and Opportunities
Coordination of Complex Socio-technical Systems: Challenges and Opportunities
 
Twenty Years of Coordination Technologies: State-of-the-Art and Perspectives
Twenty Years of Coordination Technologies: State-of-the-Art and PerspectivesTwenty Years of Coordination Technologies: State-of-the-Art and Perspectives
Twenty Years of Coordination Technologies: State-of-the-Art and Perspectives
 
The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...
The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...
The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...
 
The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...
The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...
The Speaking Objects Vision: Argumentation for Coordinating Distributed Syste...
 
Programming the Interaction Space Effectively with ReSpecTX
Programming the Interaction Space Effectively with ReSpecTXProgramming the Interaction Space Effectively with ReSpecTX
Programming the Interaction Space Effectively with ReSpecTX
 
Coordination Issues in Complex Socio-technical Systems: Self-organisation of ...
Coordination Issues in Complex Socio-technical Systems: Self-organisation of ...Coordination Issues in Complex Socio-technical Systems: Self-organisation of ...
Coordination Issues in Complex Socio-technical Systems: Self-organisation of ...
 
Advanced Coordination Techniques: Experiments with TuCSoN and ReSpecT
Advanced Coordination Techniques: Experiments with TuCSoN and ReSpecTAdvanced Coordination Techniques: Experiments with TuCSoN and ReSpecT
Advanced Coordination Techniques: Experiments with TuCSoN and ReSpecT
 
Self-organisation of Knowledge in MoK
Self-organisation of Knowledge in MoKSelf-organisation of Knowledge in MoK
Self-organisation of Knowledge in MoK
 
Stochastic Coordination in CAS: Expressiveness & Predictability
Stochastic Coordination in CAS: Expressiveness & PredictabilityStochastic Coordination in CAS: Expressiveness & Predictability
Stochastic Coordination in CAS: Expressiveness & Predictability
 
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive EnvironmentsMolecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
 
On the “Local-to-Global” Issue in Self-Organisation: Chemical Reactions with ...
On the “Local-to-Global” Issue in Self-Organisation: Chemical Reactions with ...On the “Local-to-Global” Issue in Self-Organisation: Chemical Reactions with ...
On the “Local-to-Global” Issue in Self-Organisation: Chemical Reactions with ...
 
Models of Autonomy and Coordination: Integrating Subjective & Objective Appro...
Models of Autonomy and Coordination: Integrating Subjective & Objective Appro...Models of Autonomy and Coordination: Integrating Subjective & Objective Appro...
Models of Autonomy and Coordination: Integrating Subjective & Objective Appro...
 
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive EnvironmentsMolecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
 
Parameter Engineering vs. Parameter Tuning: the Case of Biochemical Coordinat...
Parameter Engineering vs. Parameter Tuning: the Case of Biochemical Coordinat...Parameter Engineering vs. Parameter Tuning: the Case of Biochemical Coordinat...
Parameter Engineering vs. Parameter Tuning: the Case of Biochemical Coordinat...
 
Probabilistic Modular Embedding for Stochastic Coordinated Systems
Probabilistic Modular Embedding for Stochastic Coordinated SystemsProbabilistic Modular Embedding for Stochastic Coordinated Systems
Probabilistic Modular Embedding for Stochastic Coordinated Systems
 
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive EnvironmentsMolecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
Molecules of Knowledge: Self-Organisation in Knowledge-Intensive Environments
 
MoK: Stigmergy Meets Chemistry to Exploit Social Actions for Coordination Pur...
MoK: Stigmergy Meets Chemistry to Exploit Social Actions for Coordination Pur...MoK: Stigmergy Meets Chemistry to Exploit Social Actions for Coordination Pur...
MoK: Stigmergy Meets Chemistry to Exploit Social Actions for Coordination Pur...
 
Molecules Of Knowledge: Self-Organisation In Knowledge-Intensive Environments
Molecules Of Knowledge: Self-Organisation In Knowledge-Intensive EnvironmentsMolecules Of Knowledge: Self-Organisation In Knowledge-Intensive Environments
Molecules Of Knowledge: Self-Organisation In Knowledge-Intensive Environments
 
Self-Organising News Management: The Molecules Of Knowledge Approach
Self-Organising News Management: The Molecules Of Knowledge ApproachSelf-Organising News Management: The Molecules Of Knowledge Approach
Self-Organising News Management: The Molecules Of Knowledge Approach
 

Último

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 

Último (20)

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 

Promoting Space-Aware Coordination: ReSpecT as a Spatial Computing Virtual Machine

  • 1. Promoting Space-Aware Coordination: ReSpecT as a Spatial Computing Virtual Machine Stefano Mariani, Andrea Omicini {s.mariani, andrea.omicini}@unibo.it Alma Mater Studiorum—Universit`a di Bologna SCW 2013 SCW @ AAMAS Conference St. Paul, 6th of May 2013 Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 1 / 30
  • 2. Outline 1 Motivations & Goals 2 Spatial Computing The Abstract Device Model SCL Requirements 3 Space-Aware Coordination ReSpecT In One Slide 4 Toward a SCL Virtual Machine ReSpecT Device Model stReSpecT Language Extensions stReSpecT vs. SCL Requirements SCL VM Benchmark 5 Conclusion & Further Works Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 2 / 30
  • 3. Motivations & Goals Outline 1 Motivations & Goals 2 Spatial Computing The Abstract Device Model SCL Requirements 3 Space-Aware Coordination ReSpecT In One Slide 4 Toward a SCL Virtual Machine ReSpecT Device Model stReSpecT Language Extensions stReSpecT vs. SCL Requirements SCL VM Benchmark 5 Conclusion & Further Works Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 3 / 30
  • 4. Motivations & Goals The Need For Situatedness Nowadays software systems – especially distributed, ubiquitous and pervasive ones – increasingly call for some degree of situatedness, that is the capability of the system to recognize and react properly to changes in its environment—enabling adaptiveness, in the end. Spatial Situatedness One dimension of such situatedness is along the “spatial axis”, which basically amounts to being able of measuring some spatial properties, manipulating them performing some computation, then affecting those/others spatial properties in turn. Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 4 / 30
  • 5. Motivations & Goals Situatedness Into Programming Languages Spatial Computing Languages (SCL) born to address the issue of bringing situatedness into programming languages, allowing programmers to explicitly deal with space-related aspects at the language level [Beal et al., 2012]. Also Coordination Models recognized the importance of spatial situatedness, hence proposed some extensions to well-known languages to address the issue—notably [Viroli et al., 2012] and [Mamei and Zambonelli, 2009]. An Integrated Effort Our goal here, is to share our effort in designing a Spatial Computing Virtual Machine on top of a Space-Aware Coordination Language, so as to (hopefully) stimulate new ideas and (possibly) converge to common solutions. Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 5 / 30
  • 6. Spatial Computing Outline 1 Motivations & Goals 2 Spatial Computing The Abstract Device Model SCL Requirements 3 Space-Aware Coordination ReSpecT In One Slide 4 Toward a SCL Virtual Machine ReSpecT Device Model stReSpecT Language Extensions stReSpecT vs. SCL Requirements SCL VM Benchmark 5 Conclusion & Further Works Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 6 / 30
  • 7. Spatial Computing The Abstract Device Model The Abstract Device Model In [Beal et al., 2012] the Abstract Device Model (ADM) is defined so as to allow comparison between different SCL along three basic criteria: Communication Region — The spatial “coverage” of the communication—e.g. global vs. neighbourhood Communication Granularity — The number of receivers—e.g. unicast vs. multicast Code Mobility — The relationships between different devices’ running code Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 7 / 30
  • 8. Spatial Computing SCL Requirements SCL Requirements Furthermore, authors of [Beal et al., 2012] pointed out the need for three classes of operators in SCL to achieve a kind of “Spatial- Turing-equivalence” [Beal, 2010]: Measure Space — To translate spatial properties into computable information—e.g. sensing GPS position Manipulate Space — To translate back information into modifications of spatial properties—e.g. starting a motion engine Compute (on) Space — Any kind of “spatial-pointwise” computation A fourth class (Physical Evolution) looks more like an assumption about the dynamics that a given program/device must/can consider—e.g. a robot may move meanwhile a computation runs. Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 8 / 30
  • 9. Space-Aware Coordination Outline 1 Motivations & Goals 2 Spatial Computing The Abstract Device Model SCL Requirements 3 Space-Aware Coordination ReSpecT In One Slide 4 Toward a SCL Virtual Machine ReSpecT Device Model stReSpecT Language Extensions stReSpecT vs. SCL Requirements SCL VM Benchmark 5 Conclusion & Further Works Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 9 / 30
  • 10. Space-Aware Coordination Space-Aware Coordination I Extensions to the Linda tuple-based coordination model have been proposed in [Viroli et al., 2012] and [Mamei and Zambonelli, 2009] to deal with spatial-related issues: στLinda (i) replaces standard tuples with space-time activities, that is, processes manipulating the space-time configuration of tuples in the network and (ii) adds to the model new space operators like neigh, $distance and $orientation, in order to allow management of spatial properties TOTA equips each tuple with additional info: (i) a propagation rule, determining how the tuple should distribute across a network of tuple spaces and (ii) a maintenance rule, dictating how the tuple should react to the flow of time and/or events occurring in the space Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 10 / 30
  • 11. Space-Aware Coordination Space-Aware Coordination II On the one hand, these kind of works inspired us to reason about the opportunity of defining a minimal set of constructs needed to promote “general purpose” Space-Aware Coordination. On the other hand, we believe one of the main concerns of SCL, that is, “the ability to link the aggregate behaviour of a number of independent devices to the way in which they are individually programmed” (from [Beal et al., 2012]), entails in the very end a coordination problem. From Spatial -Computing to -Coordination In fact, independently of the level of abstraction desired by a Spatial Computing programmer, “under the hood” its program should be somehow compiled/interpreted so as to meaningfully (spatially) coordinate a set of entities. Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 11 / 30
  • 12. Space-Aware Coordination ReSpecT In One Slide ReSpecT In One Slide ReSpecT [Omicini and Denti, 2001a] is a Prolog-like language meant to program ReSpecT tuple centres [Omicini and Denti, 2001b], which are programmable tuple spaces. “Programmable” means that ReSpecT allows to couple coordination events – e.g. a in request – with computations, to be be carried out atomically and transactionally by the ReSpecT Virtual Machine. ReSpecT Reactions reaction(Event, Guards, Goals) Event — Any coordination event involving the tuple centre Guards — Logic predicates to control reaction triggering Goals — ReSpecT computations to be carried out Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 12 / 30
  • 13. Space-Aware Coordination ReSpecT In One Slide ReSpecT Syntax Sketched SpecificationTuple ::= reaction( TCEvent , [ Guard ,] Reaction ) TCEvent ::= TCPredicate ( Tuple ) | time( Time ) | EnvPredicate Reaction ::= ReactionGoal | ( ReactionGoal {, ReactionGoal } ) ReactionGoal ::= TCPredicate ( Tuple ) | ObsPredicate ( Tuple ) | TCLinkPredicate | TCEnvPredicate TCPredicate ::= out | in | inp | rd | rdp | no | nop TCLinkPredicate ::= TCId ? TCPredicate TCEnvPredicate ::= EnvResId (<-|->) EnvPredicate EnvPredicate ::= env( Key , Value ) ObsPredicate ::= EventView _ EventInfo ( Tuple ) | EnvPredicate EventView ::= current | event | start EventInfo ::= predicate | tuple | source | target | time Guard ::= GuardPredicate | ( GuardPredicate {, GuardPredicate } ) GuardPredicate ::= request | response | success | failure | . . . before( Time ) | after( Time ) | from_env | to_env . . . . . . . . . Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 13 / 30
  • 14. Toward a SCL Virtual Machine Outline 1 Motivations & Goals 2 Spatial Computing The Abstract Device Model SCL Requirements 3 Space-Aware Coordination ReSpecT In One Slide 4 Toward a SCL Virtual Machine ReSpecT Device Model stReSpecT Language Extensions stReSpecT vs. SCL Requirements SCL VM Benchmark 5 Conclusion & Further Works Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 14 / 30
  • 15. Toward a SCL Virtual Machine ReSpecT Device Model ReSpecT Device Model Communication Region — Any tuple centre can communicate with any other network-reachable tuple centre through linking operations [Omicini et al., 2006] ( TCLinkPredicate ). The “basic” communication model of ReSpecT is thus global communication Communication Granularity — No first-class coordination operations exist in ReSpecT allowing communication with a set of target tuple centres at once. Thus, ReSpecT naturally supports only point-to-point communication Code Mobility — ReSpecT features meta-coordination operations dealing with specification tuples—similar to TCPredicate . Therefore, ReSpecT tuple centres feature code mobility Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 15 / 30
  • 16. Toward a SCL Virtual Machine stReSpecT Language Extensions stReSpecT Language Extensions Complementarily to the timed extension of ReSpecT, the following constructs makes a tuple centre space aware, that is, able to recognize, measure and – in synergy with [Casadei and Omicini, 2009] – manipulate events and properties belonging to the spatial dimension of a situated coordinated system: from( Place ), to( Place ) — Triggering reactions to spatial events, such as leaving from and arriving at a given location EventView place — Providing access to spatial information for the triggering event at( Place ), near( Place , Radius ) — Allowing for evaluation of the reaction goals when the given spatial conditions are met Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 16 / 30
  • 17. Toward a SCL Virtual Machine stReSpecT vs. SCL Requirements stReSpecT vs. SCL Requirements I Measure Space — Three Observation Predicates are given: current place — Measuring where the tuple centre executing the current stReSpecT reaction is event place, start place — Measuring respectively where the direct cause and prime cause [Omicini, 2007] of the event triggering the current reaction took place Manipulate Space — Addressed by the constructs of [Casadei and Omicini, 2009], e.g.: EnvResId <- env( Key , Value ) — Allowing an agent to dispatch commands to any device, modeled as an environmental resource Compute (on) Space — Here falls standard ReSpecT computation, which can now rely on new “spatial” guards, e.g.: near( Place , Radius ) — true if the reacting tuple centre is near the given location Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 17 / 30
  • 18. Toward a SCL Virtual Machine SCL VM Benchmark The “T-Program” As a reference benchmark to compare the expressiveness of different SCL, the “T-Program” is proposed in [Beal et al., 2012] w.r.t. a set of independent moveable devices: i Cooperatively create a local coordinate system ii Self-organize into a “T”-shaped structure iii Determine its center of gravity, then draw a ring around it SCL Requirements Hence it requires all the three classes of operators afore-mentioned: stage (i) requires measuring space capabilities; stage (ii) requires manipulating space capabilities; stage (iii) requires both computational capabilities and, again, measuring capabilities. Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 18 / 30
  • 19. Toward a SCL Virtual Machine SCL VM Benchmark Local Coordinate System I Setting a local coordinate system basically amounts to: i choosing an origin node ii making it spread a “vector tuple” to neighbours iii (recursively) making them increment such vector iv forwarding it to neighbours Thus, the basic mechanism needed at the VM level to enable such computation at the application level, is what we call neighborhood spreading, whose stReSpecT code is sketched in next slide. Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 19 / 30
  • 20. Toward a SCL Virtual Machine SCL VM Benchmark Local Coordinate System II 1% Check range then forward. 2reaction( out(nbr_spread(msg(Msg),nbr(Dist),req(ID))), 3( completion, success ), 4( no(req(ID)), out(req(ID)), % Avoid flooding 5current_place (Me), event_place(Sender), 6within( Me,Sender,Dist ), % Prolog computation 7out(msg(Msg)), 8rd(nbrs(Nbrs )), % Neighbours list 9out(forward( Msg,Dist,req (ID),Nbrs )) 10) ). 11 12% Delete multicast request. 13... 14 15% Forward to every neighbour. 16reaction( out(forward( Msg,Dist,req (ID),[H|T])), % Some Nbrs 17( intra, completion ), 18( H ? out(nbr_spread(msg(Msg),nbr(Dist),req(ID))), % Forward 19out(forward( Msg,Dist,req (ID),T)) % Iterate 20) ). 21 22% Delete iteration tuple. 23... Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 20 / 30
  • 21. Toward a SCL Virtual Machine SCL VM Benchmark “T”-shaped Structure I To arrange nodes (tuple centres) so as to form a “T-shaped” structure, we need to: i define spatial constraints representing the T (how much “tall”, “fat”, etc.) ii make every node move so as to satisfy them Thus, the basic mechanism needed at the VM level is motion monitoring and control. Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 21 / 30
  • 22. Toward a SCL Virtual Machine SCL VM Benchmark “T”-shaped Structure II 1% Compute motion vector then start moving. 2reaction( out(move(Constraints )), 3( completion, success ), 4( current_place (Here) ,current_time (Now),Check is Now +1000, 5direction( Constraints,Here,Vec ), % Prolog computation 6out_s( 7% Reaction 13 -23 8), 9engine@motion <- env(engine, ’on’), % Start actuators 10steering@motion <- env(dir,Vec) 11) ). 12% Motion constraints monitoring . 13reaction( time(Check), 14internal, 15( current_place (Here), 16rd(move( Constraints )), 17( check( Here,Constraints ), % Prolog computation 18engine@motion <- env(engine, ’off ’) 19; 20current_time (Now), Check is Now +1000, 21out_s( 22% Reaction 13 -23 23) ) ) ). 24% Arrival clean-up. 25reaction( to(Dest), 26internal, 27in(move( Constraints )) 28). Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 22 / 30
  • 23. Toward a SCL Virtual Machine SCL VM Benchmark Center of Gravity To first compute the focal point (FC) of the “T-shape”, then draw a sphere around it, we need two basic mechanisms, both similar to the neighborhood spreading previously shown: a bidirectional neighborhood spreading to collect replies to sent messages—allowing to aggregate all the node’s coordinates and count them a spherical multicast to draw the ring pattern VM Minimal API Nevertheless, the code for spherical multicast is almost identical to neighborhood spreading, but for the use of observation predicate start place instead of event place. This replacement (almost) alone suffices to completely change the spatial properties of communication. Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 23 / 30
  • 24. Conclusion & Further Works Outline 1 Motivations & Goals 2 Spatial Computing The Abstract Device Model SCL Requirements 3 Space-Aware Coordination ReSpecT In One Slide 4 Toward a SCL Virtual Machine ReSpecT Device Model stReSpecT Language Extensions stReSpecT vs. SCL Requirements SCL VM Benchmark 5 Conclusion & Further Works Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 24 / 30
  • 25. Conclusion & Further Works Conclusion We tried to bring some results from the Coordination field into the Spatial Computing perspective In particular, we presented the stReSpecT space-aware extension to the ReSpecT language & virtual machine as a suitable ADM for SCL We then sketched how a stReSpecT-based VM can meet “T-Program” benchmark requirements w.r.t. spatial operators Further Works Despite ReSpecT [Omicini, 2007] being freely availablea as part of the TuCSoN middleware [Omicini and Zambonelli, 1999], a full functioning, general purpose implementation of stReSpecT is still under development. a See http://tucson.apice.unibo.it and [Omicini and Mariani, 2013] Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 25 / 30
  • 26. Thanks Thanks to. . . ...everybody here for listening ...the SAPERE team for bringing me here 1 1 This work has been supported by the EU-FP7-FET Proactive project SAPERE Self-aware Pervasive Service Ecosystems, under contract no.256873. Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 26 / 30
  • 27. Bibliography Bibliography I Beal, J. (2010). A basis set of operators for space-time computations. In Proceedings of the 2010 Fourth IEEE International Conference on Self-Adaptive and Self-Organizing Systems Workshop (SASOW 2010), pages 91–97, Washington, DC, USA. IEEE Computer Society. Beal, J., Dulman, S., Usbeck, K., Viroli, M., and Correll, N. (2012). Organizing the aggregate: Languages for spatial computing. CoRR, abs/1202.5509. Casadei, M. and Omicini, A. (2009). Situated tuple centres in ReSpecT. In Shin, S. Y., Ossowski, S., Menezes, R., and Viroli, M., editors, 24th Annual ACM Symposium on Applied Computing (SAC 2009), volume III, pages 1361–1368, Honolulu, Hawai’i, USA. ACM. Mamei, M. and Zambonelli, F. (2009). Programming pervasive and mobile computing applications: The TOTA approach. ACM Transactions on Software Engineering and Methodology, 18(4). Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 27 / 30
  • 28. Bibliography Bibliography II Omicini, A. (2007). Formal ReSpecT in the A&A perspective. Electronic Notes in Theoretical Computer Science, 175(2):97–117. 5th International Workshop on Foundations of Coordination Languages and Software Architectures (FOCLASA’06), CONCUR’06, Bonn, Germany, 31 August 2006. Post-proceedings. Omicini, A. and Denti, E. (2001a). Formal ReSpecT. Electronic Notes in Theoretical Computer Science, 48:179–196. Declarative Programming – Selected Papers from AGP 2000, La Habana, Cuba, 4–6 December 2000. Omicini, A. and Denti, E. (2001b). From tuple spaces to tuple centres. Science of Computer Programming, 41(3):277–294. Omicini, A. and Mariani, S. (2013). The TuCSoN Coordination Model & Technology. A Guide. Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 28 / 30
  • 29. Bibliography Bibliography III Omicini, A., Ricci, A., and Zaghini, N. (2006). Distributed workflow upon linkable coordination artifacts. In Ciancarini, P. and Wiklicky, H., editors, Coordination Models and Languages, volume 4038 of LNCS, pages 228–246. Springer. 8th International Conference (COORDINATION 2006), Bologna, Italy, 14–16 June 2006. Proceedings. Omicini, A. and Zambonelli, F. (1999). Coordination for Internet application development. Autonomous Agents and Multi-Agent Systems, 2(3):251–269. Special Issue: Coordination Mechanisms for Web Agents. Viroli, M., Pianini, D., and Beal, J. (2012). Linda in space-time: an adaptive coordination model for mobile ad-hoc environments. In Sirjani, M., editor, Coordination Languages and Models, volume 7274 of LNCS, pages 212–229. Springer-Verlag. Proceedings of the 14th Conference of Coordination Models and Languages (Coordination 2012),Stockholm (Sweden), 14-15 June. Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 29 / 30
  • 30. Promoting Space-Aware Coordination: ReSpecT as a Spatial Computing Virtual Machine Stefano Mariani, Andrea Omicini {s.mariani, andrea.omicini}@unibo.it Alma Mater Studiorum—Universit`a di Bologna SCW 2013 SCW @ AAMAS Conference St. Paul, 6th of May 2013 Mariani, Omicini (Universit`a di Bologna) Space-Aware Coordination SCW2013, 6/5/2013 30 / 30