Giter VIP home page Giter VIP logo

ascend's Introduction

Controller: Characterization of attacks and network anomalies for autonomous vehicles

The Controller project aims to develop methodologies and techniques for advanced discovery of cyber attacks in essential contexts for a digital society: transport infrastructure and access network.


Develop Tools

The Controller project was developed in Python. To install the required tools, run the following command:

sudo apt-get install python-pip python-dev build-essential

Using pip, install virtual environment tool:

pip install virtualenv

Develop Environment

First, create a new folder and clone this repository into the created folder:

mkdir controller && cd controller
git clone https://github.com/c2dc/controller-papers framework

Python Virtual Environment

To preserve the local python enviroment it is highly recommended to create a Python Virtual Environment. To create the virtual use the following command:

python3 -m venv venv

In the framework directory, activate the created virtual environment:

source ./venv/bin/activate

Install Jupyter Kernel in the created virtual environment:

pip install ipykernel

How to build

pip install –-user –-upgrade setuptools wheel

Important: if you are installing the project in a virtual environment, remove '--user' and '--upgrade' parameter from the above command.


python3 setup.py sdist

Install the package on local machine or Virtual Environment

To install the controller framework on local machine or Virtual Environment, run the following command from root directory:

pip install .

To install the development version use the following command:

pip install -e .

How to develop

To create a new feature extends the controller.base.Feature class and implement the process method.

ascend's People

Contributors

kenniston avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.