Skip to content

mnoriaki/irHTTPServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

irHTTPServer

This is an HTTP server code which I use with an Arduino based IR remote module (see https://github.com/mnoriaki/irRemote ) It can send IR signal through the module and execute commands from IR controllers and HTTP clients.

Abstract

This HTTP server is written in Python using tornado HTTP server module. It can send IR seginals accessing HTTP server like

It also send wake on LAN packet by

or turn off the recorder by

or capture an image by USB camera

The HTTP server also act as an IR remote server. It changes speaker volume if it recieves some signals from the IR remote module through serial port, turns off OCR-04, air conditioner and BD/HDD recorder if it recieves another signal.

Please read the script to see how to modify for your application.

Running the script

Addition to the IR remote module, you need Python serial and tornado modules. You also need fswebcam if you want to take picture with a USB camera.

homebridge

This HTTP server can use with homebridge (homebridge-http module). Example config.json file is shown in homebridge/config.json .

About

Infrared remote server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors