@@ -23,7 +23,6 @@ Decentralised LTL Monitoring. FM 2012: 85-100
> * Christian Colombo, Yliès Falcone:
Organising LTL Monitors over Distributed Systems with a Global Clock. RV 2014: 140-155
DecentMon takes as input:
- some LTL formulae to be monitored or some LTL Specification patterns (see the Specification Patterns Website);
- some traces against the formulae are monitored; an architecture given by a distributed alphabet indicating how components are organised and distributed in the system.
...
...
@@ -40,8 +39,8 @@ LTL formulae are analysed in two different modes:
## 2 Requirements
DecentMon requires GNU Make, [OCaml](https://ocaml.org) and a few OCaml extensions which can be installed with [opam](https://opam.ocaml.org).
Additional packages
DecentMon requires GNU Make, [OCaml](https://ocaml.org) and a few OCaml extensions which can be easily installed with [opam](https://opam.ocaml.org).
Additional packages are:
- oasis
- campl4
- batteries
...
...
@@ -57,11 +56,7 @@ Otherwise, to install DecenMon, please follow the below steps.