https://github.com/zstyblik/digitemp
https://github.com/zstyblik/digitemp
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zstyblik/digitemp
- Owner: zstyblik
- Created: 2014-12-02T14:59:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-02T15:00:26.000Z (over 11 years ago)
- Last Synced: 2025-01-30T05:44:01.914Z (over 1 year ago)
- Language: Perl
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digitemp - init, RRD logging, graphing
Inspiration: http://martybugs.net/electronics/tempsensor/
Reason for all of this is digitemp and USB-RS232 somehow don't work without
init first. Therefore, this might be useful to somebody, or not. I've also
rewritten Marty's grapher. I don't remember why, but either there were some
things I didn't like or just didn't work with ``use strict`` in Perl.
CGI also supports remote query for temp, therefore you can embed temperatures
from remote servers at your website or wherever.
## Directory structure
```
|
|-README.md - this readme
|-cgi-bin/ - CGI scripts
`shell/ - shell scripts
```