IR remocon agent application.
You need irMagician IR board to use RemoteIRE.
-
Install Python(>2.7) pyserial:
$ easy_install pip $ pip install pyserial -
Start RemoteIRF:
$ python server.py -
Start agent:
$ python irelement.pyRun with
--helpor-hfor 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 -
Using a browser, go to Remote IR Frontend web UI (
http://localhost:8888/remocon/login) and you'll see login page. -
Follow the guidelines to use application.
Released under the MIT License.

