Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 349 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 349 Bytes

DIA-Protection

Algorithms to find the optimal protection scheme to protect state estimate from data injection attacks. Algorithm implementations can be found at src/main/java/edu/usc/cps/alg

Prerequisites

* Java installation (1.7)

* Apache Maven installation (3.3)

Compiling Code

* $mvn clean install