Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

uREST 0.1

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • versign
    Member
    • Mar 2010
    • 51

    uREST 0.1

    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
Working...