ANNOUNCEMENT: new IRP encode/decode library + IRP database

If you're not a JP1 user, but would like help from the JP1 experts, post your question here.

Moderator: Moderators

Post Reply
msillano
Posts: 1
Joined: Tue Aug 08, 2017 3:40 am

ANNOUNCEMENT: new IRP encode/decode library + IRP database

Post by msillano »

I am just finish irp_classes, a php library to handle RAW IR stream (from Arduino) and encode/decode them. No size limits, works with air conditioners (library accepts protocol-data and device-data).
Here: https://github.com/msillano/irp_classes

Then, I developped a IRP database, home automation oriented, remotesDB, and as demo the first application: replica of any remote control, stateless or with status (i.e also for air conditioner with UI and dynamic keys).
Here: https://github.com/msillano/remotesDB

Why php? I think to specialized applications, with advanced user interfaces, like a media center: you can choose the TV channels by channel icon, or to schedule air conditioner on week basis etc., beyond the simple replication of strandard IR remote controls (as in this demo). All this using smart-phone on WIFI or Internet.
Furthermore you can use it as a collection of tools (irp_classes, remotesDB, tools and libraries, etc.) to built your custom applications in an easy way: You wanna duplicate irdb? quasi ready. So why not php?

For more infos see wiki: https://github.com/msillano/remotesDB/wiki

Bests regards,
Post Reply