Distributed Complex Event Detection Architecture
- Run
git clone --recurse-submodules https://github.com/nesl/DistributedCE.git
- Follow the instructions in ComplexEventSimulator to install the simulator.
- Create two virtual environments: venv using requirements.txt file in root directory, and yolo using requirements.txt file in detection directory (create it there).
- Change directory:
cd ../network
- Clone Mininet and move the mininet/mininet subfolder to the current directory.
- Run
sudo python3 test_mininet.py