Device::ISY perl library Code
Perl llibrary for interacting with UDI ISY controlers
Status: Beta
Brought to you by:
jchonig
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | Perl Device::ISY libraries and utilities. For the latest release and bug fixes, go to http://sourceforge.net/projects/isyutil Tested on ISY version 4.2.18 perl/isy_util Perl module requirements: SOAP::Lite To install on Ubuntu: # apt-get install libsoap-lite-perl IO::Socket::Multicast To install on Ubuntu: # apt-get install libio-socket-multicast-perl XML::Twig To install on Ubuntu: # apt-get install libxml-twig-perl For help and documentaion, use: isy_util --help # for options isy_util --man # for full documentation perl/isy_rest Perl module requirements: XML::Twig To install on Ubuntu: # apt-get install libxml-twig-perl For help and documentaion, use: isy_rest --help # for options isy_rest --man # for full documentation |