Merge branch 'master' of ssh://github.com/irext/core
This commit is contained in:
69
README.md
69
README.md
@@ -1,52 +1,47 @@
|
||||
#### For non-Chinese users, please refer to the official website https://irext.net for documentation.
|
||||
# IRext Open Source IR Remote Control Library
|
||||
__[中文文档](https://github.com/irext/irext/blob/master/README-cn.md)__
|
||||
|
||||
# IRext (revision 0.1.5)
|
||||
#### 开源家用电器红外的编解码和免费码库方案
|
||||
__Official Web Site : https://irext.net__
|
||||
|
||||
IRext 提供数以万计的红外设备遥控编码, 并以独特的编、解码算法为任何嵌入式设备、移动设备以及服务器提供红外设备遥控功能。
|
||||
### __IRext Projects__
|
||||
- __[Core Encoding/Decoding Algorithm](https://github.com/irext/core)__
|
||||
- __[IR Code Management Console (Private Cloud Edition)](https://github.com/irext/irext-console)__
|
||||
- __[Examples](https://github.com/irext/irext-examples)__
|
||||
- __[Java Web API for Remote Code Index](https://github.com/irext/irext-web-api)__
|
||||
- __[WebCOM Plugin](https://github.com/irext/irext-web-com)__
|
||||
|
||||
|
||||
#### 官方站点: https://irext.net
|
||||
__IRext is an open source Infra Red Remote Control library with encoding and decoding algorithm and remote control databases__
|
||||
|
||||
With IRext, you can easily get extremely compressed remote control code from web API and decode it in various environment including embedded devices, mobile phones, PC or even in your cloud servers.
|
||||
|
||||
|
||||
#### IRext 具有的功能:
|
||||
- 从简易的XML文件开始对红外遥控码进行二进制压缩编码。
|
||||
- 使用通用的解码算法,将编码成的二进制文件解码成 38KHz 红外波形码。
|
||||
- 提供基于公有云和私有云的码库索引及维护控制台。
|
||||
- 直接通过控制台上传、压缩、存储并管理编码及索引。
|
||||
- 极限的编码格式,LIRC或者其它万能红外厂商需要使用数 KB 甚至上 MB 空间进行存储的单个电器码库,IRext 只需要使用几百字节的空间就可以存储 (已申请专利)。
|
||||
- 极其节省资源的解码算法,整个万能红外码解码算法最多只消耗 1.5 KB 物理 RAM (已申请专利)。
|
||||
- 支持 14 类家用电器 (空调、电视机、机顶盒、网络盒子、IPTV、音响、投影仪、风扇、扫地机器人、空气净化器、灯、DVD、部分品牌机顶盒以及Dyson系列)。
|
||||
- 支持数万种型号的家电。
|
||||
- 支持不同平台 (51单片机、Linux、Windows、Java Web、Android、树莓派、Arduino等)。
|
||||
- 提供不同平台解码程序样例。
|
||||
- 支持在线解码以及在线板载解码。
|
||||
- 提供离线编码索引和码库,并按月更新。
|
||||
### Features :
|
||||
- All the remote control codes are well verified and extremely compressed with encoding and zipping algorithm.
|
||||
- IRext provides a set of universary decoding algorithm for 38KHz IR wave code.
|
||||
- Users can deploy private web console for IR remote code management.
|
||||
- Users can upload, verify and release IR code with private web console.
|
||||
- IRext encoding compresses millions bytes of IR remote code into files within hundreds bytes.
|
||||
- IRext provides a set of computing-resource optimized decoding algorithm for embedded devices and OS, only consume 15KB RAM at most.
|
||||
- 14 categories of home appliances are supoorted (AC, TV, TOP Set, Net Box, IPTV, Stereo, Projector, Fan, Cleaning Robot, Air Cleaner, Light Bulb, DVD, Branded TOP Box and Dyson series).
|
||||
- Support up to 10000 types of remote controls.
|
||||
- Support various types of devices and OS (SCM, Linux, Windows, Java Web, Android, RaspBerry Pi, Aduino, etc.).
|
||||
- IRext privides examples for various platforms above.
|
||||
- Support decoding online (public web console) and decoding online with evaluation boards.
|
||||
- Support offline IR codes and databases, updating monthly.
|
||||
|
||||
------
|
||||
|
||||
#### 红外码原理简介: https://irext.net/doc/
|
||||
### Documents :
|
||||
|
||||
#### 码库品牌索引RestAPI: https://irext.net/doc/#services
|
||||
- __[Infra Red Remote Control Introduction](https://irext.net/doc/)__
|
||||
- __[Remote Control Code Index Web API](https://irext.net/doc/#services)__
|
||||
- __[Decode Algorithm Documentation](https://irext.net/doc/#decode)__
|
||||
|
||||
#### 解码算法使用方法: https://irext.net/doc/#decode
|
||||
|
||||
------
|
||||
### Author
|
||||
|
||||
#### IRext 的子项目:
|
||||
- 编码/解码算法: https://github.com/irext/irext-core
|
||||
- 红外码管理控制台私有云版本: https://github.com/irext/irext-console
|
||||
- 各种平台的解码示例: https://github.com/irext/irext-examples
|
||||
- Java Web索引API: https://github.com/irext/irext-web-api
|
||||
- WebCOM (通过串行接口在你的Web页面和硬件设备之间通信 :electric_plug:) :
|
||||
https://github.com/irext/irext-web-com
|
||||
Email: strawmanbobi@163.com
|
||||
|
||||
------
|
||||
|
||||
#### 联系作者:
|
||||
|
||||
电子邮件:strawmanbobi@163.com
|
||||
|
||||
<img src="http://irext.net/images/bobi_qr.png" align="left" height="160" width="160">
|
||||
<img src="https://github.com/irext/public-site/blob/master/web/images/bobi_qr.png" align="left" height="160" width="160">
|
||||
|
||||
##### :hamster: 近期将开启 irext 第二期开发,实现码库持续扩充,请关注,谢谢。
|
||||
|
||||
Reference in New Issue
Block a user