Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 854 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 854 Bytes

Sample Sensor using liblightsec

HTTP-based implementation for a sample Sensor which uses liblightsec.

Installation

Why would you want to install it?

pip install git+https://github.com/lightsec/http_sensor_lightsec.git

Requirements

The required packages are automatically installed in the procedure described above.

However, if you are going to contribute to this project, you might want to install only the project's dependencies in your virtualenv.

You can install them using the requirements.txt file in the following way:

pip install -r requirements.txt

Usage

  1. Copy the UPDATEME.ini file renaming it to config.ini.

  2. Update the values within brackets.

  3. Run the web server.

    python webapp.py