public
Description: My environmental monitoring stuff for the house.
Clone URL: git://github.com/dustin/environ.git
dustin (author)
Wed Jul 23 16:36:07 -0700 2008
commit  bfa60f2c9ea1a5b6695d946e16818a89c268e28a
tree    b16e3d173cc16dbd4b8373ed46def0cad6a92ea6
parent  230fc797f9b24ad4d5b6cf59c7a54cf8266deec6
name age message
file .gitignore Fri Apr 04 23:01:34 -0700 2008 Made .hgignore a .gitignore [dustin]
file Emakefile Mon Jun 25 11:34:03 -0700 2007 New build structure for environ. [dustin]
file Makefile Fri Apr 04 23:04:18 -0700 2008 Fixed the makefile to clean stuff properly on m... [dustin]
file README.markdown Fri Apr 04 23:11:05 -0700 2008 Added a README [dustin]
file environ.rel Wed Jul 23 16:34:29 -0700 2008 Kernel updates. [dustin]
directory include/ Mon Jun 25 11:34:03 -0700 2007 New build structure for environ. [dustin]
file initmnesia Sat Jul 21 13:39:28 -0700 2007 A script to create the mnesia db [dustin]
directory priv/ Sat Jul 21 13:40:08 -0700 2007 Changes to get stuff running on purple. [dustin]
directory src/ Wed Jul 23 16:36:07 -0700 2008 New beanstalk-xmpp stuff dispatches on its own. [dustin]
file startenviron Sat Jul 21 13:40:08 -0700 2007 Changes to get stuff running on purple. [dustin]
README.markdown

Welcome to Environ

This is an erlang program I wrote that, combined with my 1wire suite, provides near-realtime alerting of sensors going out of state (or just falling off the network) so I can know when I need to buy a new air conditioner for my machine room.

It also provides a simple TCP mirroring that will show you data as it comes in on the wire. For a good time, telnet to lemp.west.spy.net port 8181.

Don't ask me what lemp stands for. I forgot pretty much as soon as I wrote it.


This software is released under the MIT license. If you like it, great. If you don't like it, make it better.