Scalable runtime verification of distributed middleboxes with Aaragog (OSDI 2020)
Перейти к файлу
behnaz arzani 3c808c3ad7 working on pushing to mS branch 2020-09-08 15:58:14 -07:00
C++Verifier working on pushing to mS branch 2020-09-08 15:58:14 -07:00
Setup working on pushing to mS branch 2020-09-08 15:58:14 -07:00
config working on pushing to mS branch 2020-09-08 15:58:14 -07:00
firewall working on pushing to mS branch 2020-09-08 15:58:14 -07:00
generateSFA working on pushing to mS branch 2020-09-08 15:58:14 -07:00
out working on pushing to mS branch 2020-09-08 15:58:14 -07:00
runme working on pushing to mS branch 2020-09-08 15:58:14 -07:00
traffic working on pushing to mS branch 2020-09-08 15:58:14 -07:00
verification working on pushing to mS branch 2020-09-08 15:58:14 -07:00
.gitignore working on pushing to mS branch 2020-09-08 15:58:14 -07:00
.gitmodules working on pushing to mS branch 2020-09-08 15:58:14 -07:00
README.md working on pushing to mS branch 2020-09-08 15:58:14 -07:00
parse-config.sh working on pushing to mS branch 2020-09-08 15:58:14 -07:00

README.md

Scalable Runtime Verification of Distributed Middleboxes

Table of Content

Techonologies

  • JAVA 9.0.4
  • Maven
  • z3
  • Symbolic Automata
  • Cppkafka
  • Apache Flink

Setup

First step is to set up topology at cloudlab. If you do not access Cloudlab. Please reach out to me (Nofel Yaseen). I will add your ssh key to the required machines.

How to set up cloud lab machines

First click on experiments and then create experiment profile.

Second step is to fill out the name (anything would work). Click on edit source, copy the file ./Setup/cloudlabProfile.txt and paste it in the textbox. Click Accept. Click Create.

In the next screen. Click Instantiate.

Select APT UTAH as the cluster and finish.

Wait for the experiment to get ready.

git clone --recurse-submodules https://github.com/NofelYaseen/MBVerifier.git
cd MBVerifier
./install.sh
cd generateSFA
./install_z3.sh

Run

cd generateSFA
mvn clean install
mvn exec:java
cd ../
./run_verify.sh

Todo

  1. Find bug in SLB trace
  2. Turn tree duplicate checking in to hashset
  3. Implement support for MAP
  4. Add support for timers in language.
  5. Think about firewall topology and invariants.