Skip to content

netbuffalo/RemoteIRE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Remote IR Element

IR remocon agent application.

You need irMagician IR board to use RemoteIRE.

Getting Started

  1. Install Python(>2.7) pyserial:

     $ easy_install pip
     $ pip install pyserial
    
  2. Start RemoteIRF:

     $ python server.py
    
  3. Start agent:

     $ python irelement.py
    

    Run with --help or -h for options

     $ python irelement.py -h
     usage: irelement.py [-h] [-s SERVER] [-p PORT] [-d IRDEV]
     remote IR agent
    
     optional arguments:
       -h, --help                  show this help message and exit
       -s SERVER, --server SERVER  WebAPI host
       -p PORT, --port PORT        WebAPI port
       -d IRDEV, --device IRDEV    device file to send IR
       -t TEMP, --temperature TEMP temperature measurement and notification interval in sec
    
  4. Using a browser, go to Remote IR Frontend web UI (http://localhost:8888/remocon/login) and you'll see login page.

  5. Follow the guidelines to use application.

License

Released under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages