disperate / PySense

Web Based Sensor Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PySense

PySense – Web Based Sensor Analysis

Install Dependencies

pip installr requirements.txt

Usage

Log data with these commands:

import pySenseLogger as log

log.logUltraSonic("SensorLeft", 3.2)
log.logUltraSonic("SensorRight",1.6)
log.logNotice("LoggerTest", "message")

# coming soon
log.img(cv_img_array, "message")
log.stream(cv_img_array)

To analyse the logs, start the server:

python pysense.py

Your trips should now be available at http://localhost:5000/

About

Web Based Sensor Analysis

License:MIT License


Languages

Language:CSS 42.0%Language:Python 26.0%Language:JavaScript 19.7%Language:HTML 12.4%