Skip to content

rahulaVT/SIM_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

SHSim is an open-source tool to simulate cyber-physical attacks on smart home/building.

This project has been bootstrapped with Create React App. The backend (simulation engine) has been built using python. The graph visualization has been done using D3.js. The front-end communicates with the backend using Flask services.

Platform dependencies

  1. Node v14.15.4
  2. Python v3.8.5
  3. Pip 20.3.3

Steps to run the app

  1. Install node dependencies using npm install
  2. Launch the web app using npm start
  3. Change directory to cd flask_service
  4. Install python backend dependencies using pip install -r requirements.txt
  5. Start flask server python api.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published