uREST description
x10 REST interface
uREST is a REST-style interface for the HEYU X10 application. Now you can write your own remote control app using a simple Webased API, or just use the api directly to control all your X10 gear.
uREST "translates" the URI into heyu command line arguments. For example, the heyu command "heyu alloff a" would be "https://[your sever]:8443/alloff/a".
uREST requires that you already have a working HEYU installation (don't worry, it's simple).
Build, Run and Use
Building the source:
# To list all the ant targets:
ant -p
# To build everything
ant jarREST
# or Unpack the binaries:
tar -zxvf X10ware-[version].tar.gz
Run the server:
cd X10ware-[version]
bin/urest start
Then give is a try, go to https://yourserver:8443/on/a1 or _https://yourserver8443/help
_http://linux.softpedia.com/progDownload/uREST-Download-52051.html
x10 REST interface
uREST is a REST-style interface for the HEYU X10 application. Now you can write your own remote control app using a simple Webased API, or just use the api directly to control all your X10 gear.
uREST "translates" the URI into heyu command line arguments. For example, the heyu command "heyu alloff a" would be "https://[your sever]:8443/alloff/a".
uREST requires that you already have a working HEYU installation (don't worry, it's simple).
Build, Run and Use
Building the source:
# To list all the ant targets:
ant -p
# To build everything
ant jarREST
# or Unpack the binaries:
tar -zxvf X10ware-[version].tar.gz
Run the server:
cd X10ware-[version]
bin/urest start
Then give is a try, go to https://yourserver:8443/on/a1 or _https://yourserver8443/help
_http://linux.softpedia.com/progDownload/uREST-Download-52051.html