Skip to content

lightsec/http_sensor_lighsec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample Python HTTP server for a sensor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages