/PySense

Web Based Sensor Analysis

Primary LanguageCSSMIT LicenseMIT

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/