This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit ef55b128116e3071d4b970ede66ddff5de8d15bd
tree ee91b2a964030de1acc14dfee26e27ac1c17e39d
parent 76015dbf597cdce8057d232fcbb2dfebf488036f
tree ee91b2a964030de1acc14dfee26e27ac1c17e39d
parent 76015dbf597cdce8057d232fcbb2dfebf488036f
| name | age | message | |
|---|---|---|---|
| |
Changes | ||
| |
MANIFEST | Sun Jan 18 22:55:38 -0800 2009 | |
| |
META.yml | ||
| |
Makefile.PL | Sat Dec 27 18:05:24 -0800 2008 | |
| |
README | Sun Jan 18 22:55:38 -0800 2009 | |
| |
lib/ | ||
| |
t/ | Sat Dec 27 18:05:24 -0800 2008 |
README
NAME
ElkM1::Control - a module allowing control of the ElkM1 Security / Home Automation system.
ElkM1::Control is a set of modules which provide an API for communication and control with the ElkM1 security and
home automation system. This package contains no user-runnable code, but is an API with which you can build
applications that can communicate with the Elk. With this package you can command the panel to do anything you could
do at the keypad. You can also recieve messages when certain events occur on the panel such as a zone being
violated, a task activating, etc.
This package requires the use of the Elk ethernet module. It is very possible that this could be easily ported to
use the serial port. I'd welcome patches to make this happen.
This system can use either the secure port (2601) or the insecure port (2101). See the use_ssl option in the new
method of ElkM1::Control.
PREREQUISITES
This package requires IO::Socket::INET and IO::Socket::SSL modules.
HOW TO BUILD
This package should be a fairly straight forward build.
perl Makefile.PL
make
make test
HOW TO INSTALL
make install
AUTHORS
James Russo, "<jr@halo3.net>"
COPYRIGHT
Copyright 2006 James Russo, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.








