From b91eea27add65f00ca6a574c4468a07365d2809c Mon Sep 17 00:00:00 2001 From: Strawmanbobi Date: Fri, 11 Nov 2016 10:09:39 +0800 Subject: [PATCH 1/4] Create README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c8e29c --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# irext (revision 0.0.1) + IRDA code lib for household electrical appliances + + This open source project helps people who is developing a smart home remote controller controls IRDA household appliances. + +#### Features are supported: + - IRDA pulse wave encoding from xml source format + - IRDA pulse wave decoding from binary format + - Web console managing brands of household appliances + - Encoding to binary code file uploading via friendly web console + - Minimal to 1536 bytes basic RAM requirement for embedded system in decoding + - Currently support over 10,000 types of household appliances + - Various platforms supported including 51(with no OS), RTOS, Android, PC and webside decoding + - Sample drivers and Android Apps + +#### Components are included: + - IRDA pulse wave encoder + - IRDA pulse wave decoder + - Management web console + - Remote code extension toolset + - Application samples From 8be8763728b9858c58c49a44d0aa93089b32e430 Mon Sep 17 00:00:00 2001 From: Strawmanbobi Date: Fri, 11 Nov 2016 10:13:36 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c8e29c..607f307 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,11 @@ - IRDA pulse wave decoding from binary format - Web console managing brands of household appliances - Encoding to binary code file uploading via friendly web console - - Minimal to 1536 bytes basic RAM requirement for embedded system in decoding + - Basic RAM requirement is minimized for 1536 bytes for embedded systems - Currently support over 10,000 types of household appliances - - Various platforms supported including 51(with no OS), RTOS, Android, PC and webside decoding + - Currently support 13 categories of household appliances including AC, TV, Netbox, etc. + - Currently support most commonly used control functionalities, including POWER, VOL-, VOL+, TEMP-, TEMP+, TV Channel switch, etc. + - Various platforms supported including 51(without OS), RTOS, Android, PC and webside decoding - Sample drivers and Android Apps #### Components are included: From 184b1bed5772d56a6c55abf9b5aa46892de28939 Mon Sep 17 00:00:00 2001 From: Strawmanbobi Date: Fri, 11 Nov 2016 10:14:26 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 607f307..98b1c1a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This open source project helps people who is developing a smart home remote controller controls IRDA household appliances. -#### Features are supported: +#### Following features are supported: - IRDA pulse wave encoding from xml source format - IRDA pulse wave decoding from binary format - Web console managing brands of household appliances @@ -15,7 +15,7 @@ - Various platforms supported including 51(without OS), RTOS, Android, PC and webside decoding - Sample drivers and Android Apps -#### Components are included: +#### Following components are included: - IRDA pulse wave encoder - IRDA pulse wave decoder - Management web console From ea30574c755d90bc5cd95e3b2c75e7d6665ded5c Mon Sep 17 00:00:00 2001 From: Strawmanbobi Date: Fri, 11 Nov 2016 10:16:20 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98b1c1a..8f15e51 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - IRDA pulse wave decoding from binary format - Web console managing brands of household appliances - Encoding to binary code file uploading via friendly web console - - Basic RAM requirement is minimized for 1536 bytes for embedded systems + - Basic RAM requirement is minimized to 1536 bytes for embedded systems - Currently support over 10,000 types of household appliances - Currently support 13 categories of household appliances including AC, TV, Netbox, etc. - Currently support most commonly used control functionalities, including POWER, VOL-, VOL+, TEMP-, TEMP+, TV Channel switch, etc.