Skip to content

A Python web app which displays the temperature from a TEMPer USB device

License

Notifications You must be signed in to change notification settings

chrisknepper/in-glass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In-Glass

A Python web app which displays the temperature from a TEMPer USB device.

##Usage

  1. Install by executing python setup.py install
  2. You should get a script called in-glass in /usr/local/bin/
  3. Connect your USB TEMPer thermometer to a USB port on your computer
  4. Run sudo in-glass and visit 127.0.0.1:9000 in your favorite browser.

##Notes

  • You MUST run with sudo for the script to be able to access the USB device from the kernel.
  • For a JSON output, append /json to the URL. /json returns celsius and fahrenheit values for each device.

##Dependencies

About

A Python web app which displays the temperature from a TEMPer USB device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published