OneNet_IoT_demo for ASC platform

Dependencies:   Common_lib ESP8266 EdpKit_lib cJSON_lib driver_mbed_HP20x driver_mbed_TH02 wifi_example

Fork of mbed-os-example-esp8266 by ESP8266

Committer:
sarahmarshy
Date:
Thu Jan 12 22:05:15 2017 +0000
Revision:
1:b4a718e62e0b
Parent:
0:b887535f68bf
Update esp8266-driver

Who changed what in which revision?

UserRevisionLine numberNew contents of line
group-ESP8266 0:b887535f68bf 1 Apache License
group-ESP8266 0:b887535f68bf 2 Version 2.0, January 2004
group-ESP8266 0:b887535f68bf 3 http://www.apache.org/licenses/
group-ESP8266 0:b887535f68bf 4
group-ESP8266 0:b887535f68bf 5 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
group-ESP8266 0:b887535f68bf 6
group-ESP8266 0:b887535f68bf 7 1. Definitions.
group-ESP8266 0:b887535f68bf 8
group-ESP8266 0:b887535f68bf 9 "License" shall mean the terms and conditions for use, reproduction,
group-ESP8266 0:b887535f68bf 10 and distribution as defined by Sections 1 through 9 of this document.
group-ESP8266 0:b887535f68bf 11
group-ESP8266 0:b887535f68bf 12 "Licensor" shall mean the copyright owner or entity authorized by
group-ESP8266 0:b887535f68bf 13 the copyright owner that is granting the License.
group-ESP8266 0:b887535f68bf 14
group-ESP8266 0:b887535f68bf 15 "Legal Entity" shall mean the union of the acting entity and all
group-ESP8266 0:b887535f68bf 16 other entities that control, are controlled by, or are under common
group-ESP8266 0:b887535f68bf 17 control with that entity. For the purposes of this definition,
group-ESP8266 0:b887535f68bf 18 "control" means (i) the power, direct or indirect, to cause the
group-ESP8266 0:b887535f68bf 19 direction or management of such entity, whether by contract or
group-ESP8266 0:b887535f68bf 20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
group-ESP8266 0:b887535f68bf 21 outstanding shares, or (iii) beneficial ownership of such entity.
group-ESP8266 0:b887535f68bf 22
group-ESP8266 0:b887535f68bf 23 "You" (or "Your") shall mean an individual or Legal Entity
group-ESP8266 0:b887535f68bf 24 exercising permissions granted by this License.
group-ESP8266 0:b887535f68bf 25
group-ESP8266 0:b887535f68bf 26 "Source" form shall mean the preferred form for making modifications,
group-ESP8266 0:b887535f68bf 27 including but not limited to software source code, documentation
group-ESP8266 0:b887535f68bf 28 source, and configuration files.
group-ESP8266 0:b887535f68bf 29
group-ESP8266 0:b887535f68bf 30 "Object" form shall mean any form resulting from mechanical
group-ESP8266 0:b887535f68bf 31 transformation or translation of a Source form, including but
group-ESP8266 0:b887535f68bf 32 not limited to compiled object code, generated documentation,
group-ESP8266 0:b887535f68bf 33 and conversions to other media types.
group-ESP8266 0:b887535f68bf 34
group-ESP8266 0:b887535f68bf 35 "Work" shall mean the work of authorship, whether in Source or
group-ESP8266 0:b887535f68bf 36 Object form, made available under the License, as indicated by a
group-ESP8266 0:b887535f68bf 37 copyright notice that is included in or attached to the work
group-ESP8266 0:b887535f68bf 38 (an example is provided in the Appendix below).
group-ESP8266 0:b887535f68bf 39
group-ESP8266 0:b887535f68bf 40 "Derivative Works" shall mean any work, whether in Source or Object
group-ESP8266 0:b887535f68bf 41 form, that is based on (or derived from) the Work and for which the
group-ESP8266 0:b887535f68bf 42 editorial revisions, annotations, elaborations, or other modifications
group-ESP8266 0:b887535f68bf 43 represent, as a whole, an original work of authorship. For the purposes
group-ESP8266 0:b887535f68bf 44 of this License, Derivative Works shall not include works that remain
group-ESP8266 0:b887535f68bf 45 separable from, or merely link (or bind by name) to the interfaces of,
group-ESP8266 0:b887535f68bf 46 the Work and Derivative Works thereof.
group-ESP8266 0:b887535f68bf 47
group-ESP8266 0:b887535f68bf 48 "Contribution" shall mean any work of authorship, including
group-ESP8266 0:b887535f68bf 49 the original version of the Work and any modifications or additions
group-ESP8266 0:b887535f68bf 50 to that Work or Derivative Works thereof, that is intentionally
group-ESP8266 0:b887535f68bf 51 submitted to Licensor for inclusion in the Work by the copyright owner
group-ESP8266 0:b887535f68bf 52 or by an individual or Legal Entity authorized to submit on behalf of
group-ESP8266 0:b887535f68bf 53 the copyright owner. For the purposes of this definition, "submitted"
group-ESP8266 0:b887535f68bf 54 means any form of electronic, verbal, or written communication sent
group-ESP8266 0:b887535f68bf 55 to the Licensor or its representatives, including but not limited to
group-ESP8266 0:b887535f68bf 56 communication on electronic mailing lists, source code control systems,
group-ESP8266 0:b887535f68bf 57 and issue tracking systems that are managed by, or on behalf of, the
group-ESP8266 0:b887535f68bf 58 Licensor for the purpose of discussing and improving the Work, but
group-ESP8266 0:b887535f68bf 59 excluding communication that is conspicuously marked or otherwise
group-ESP8266 0:b887535f68bf 60 designated in writing by the copyright owner as "Not a Contribution."
group-ESP8266 0:b887535f68bf 61
group-ESP8266 0:b887535f68bf 62 "Contributor" shall mean Licensor and any individual or Legal Entity
group-ESP8266 0:b887535f68bf 63 on behalf of whom a Contribution has been received by Licensor and
group-ESP8266 0:b887535f68bf 64 subsequently incorporated within the Work.
group-ESP8266 0:b887535f68bf 65
group-ESP8266 0:b887535f68bf 66 2. Grant of Copyright License. Subject to the terms and conditions of
group-ESP8266 0:b887535f68bf 67 this License, each Contributor hereby grants to You a perpetual,
group-ESP8266 0:b887535f68bf 68 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
group-ESP8266 0:b887535f68bf 69 copyright license to reproduce, prepare Derivative Works of,
group-ESP8266 0:b887535f68bf 70 publicly display, publicly perform, sublicense, and distribute the
group-ESP8266 0:b887535f68bf 71 Work and such Derivative Works in Source or Object form.
group-ESP8266 0:b887535f68bf 72
group-ESP8266 0:b887535f68bf 73 3. Grant of Patent License. Subject to the terms and conditions of
group-ESP8266 0:b887535f68bf 74 this License, each Contributor hereby grants to You a perpetual,
group-ESP8266 0:b887535f68bf 75 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
group-ESP8266 0:b887535f68bf 76 (except as stated in this section) patent license to make, have made,
group-ESP8266 0:b887535f68bf 77 use, offer to sell, sell, import, and otherwise transfer the Work,
group-ESP8266 0:b887535f68bf 78 where such license applies only to those patent claims licensable
group-ESP8266 0:b887535f68bf 79 by such Contributor that are necessarily infringed by their
group-ESP8266 0:b887535f68bf 80 Contribution(s) alone or by combination of their Contribution(s)
group-ESP8266 0:b887535f68bf 81 with the Work to which such Contribution(s) was submitted. If You
group-ESP8266 0:b887535f68bf 82 institute patent litigation against any entity (including a
group-ESP8266 0:b887535f68bf 83 cross-claim or counterclaim in a lawsuit) alleging that the Work
group-ESP8266 0:b887535f68bf 84 or a Contribution incorporated within the Work constitutes direct
group-ESP8266 0:b887535f68bf 85 or contributory patent infringement, then any patent licenses
group-ESP8266 0:b887535f68bf 86 granted to You under this License for that Work shall terminate
group-ESP8266 0:b887535f68bf 87 as of the date such litigation is filed.
group-ESP8266 0:b887535f68bf 88
group-ESP8266 0:b887535f68bf 89 4. Redistribution. You may reproduce and distribute copies of the
group-ESP8266 0:b887535f68bf 90 Work or Derivative Works thereof in any medium, with or without
group-ESP8266 0:b887535f68bf 91 modifications, and in Source or Object form, provided that You
group-ESP8266 0:b887535f68bf 92 meet the following conditions:
group-ESP8266 0:b887535f68bf 93
group-ESP8266 0:b887535f68bf 94 (a) You must give any other recipients of the Work or
group-ESP8266 0:b887535f68bf 95 Derivative Works a copy of this License; and
group-ESP8266 0:b887535f68bf 96
group-ESP8266 0:b887535f68bf 97 (b) You must cause any modified files to carry prominent notices
group-ESP8266 0:b887535f68bf 98 stating that You changed the files; and
group-ESP8266 0:b887535f68bf 99
group-ESP8266 0:b887535f68bf 100 (c) You must retain, in the Source form of any Derivative Works
group-ESP8266 0:b887535f68bf 101 that You distribute, all copyright, patent, trademark, and
group-ESP8266 0:b887535f68bf 102 attribution notices from the Source form of the Work,
group-ESP8266 0:b887535f68bf 103 excluding those notices that do not pertain to any part of
group-ESP8266 0:b887535f68bf 104 the Derivative Works; and
group-ESP8266 0:b887535f68bf 105
group-ESP8266 0:b887535f68bf 106 (d) If the Work includes a "NOTICE" text file as part of its
group-ESP8266 0:b887535f68bf 107 distribution, then any Derivative Works that You distribute must
group-ESP8266 0:b887535f68bf 108 include a readable copy of the attribution notices contained
group-ESP8266 0:b887535f68bf 109 within such NOTICE file, excluding those notices that do not
group-ESP8266 0:b887535f68bf 110 pertain to any part of the Derivative Works, in at least one
group-ESP8266 0:b887535f68bf 111 of the following places: within a NOTICE text file distributed
group-ESP8266 0:b887535f68bf 112 as part of the Derivative Works; within the Source form or
group-ESP8266 0:b887535f68bf 113 documentation, if provided along with the Derivative Works; or,
group-ESP8266 0:b887535f68bf 114 within a display generated by the Derivative Works, if and
group-ESP8266 0:b887535f68bf 115 wherever such third-party notices normally appear. The contents
group-ESP8266 0:b887535f68bf 116 of the NOTICE file are for informational purposes only and
group-ESP8266 0:b887535f68bf 117 do not modify the License. You may add Your own attribution
group-ESP8266 0:b887535f68bf 118 notices within Derivative Works that You distribute, alongside
group-ESP8266 0:b887535f68bf 119 or as an addendum to the NOTICE text from the Work, provided
group-ESP8266 0:b887535f68bf 120 that such additional attribution notices cannot be construed
group-ESP8266 0:b887535f68bf 121 as modifying the License.
group-ESP8266 0:b887535f68bf 122
group-ESP8266 0:b887535f68bf 123 You may add Your own copyright statement to Your modifications and
group-ESP8266 0:b887535f68bf 124 may provide additional or different license terms and conditions
group-ESP8266 0:b887535f68bf 125 for use, reproduction, or distribution of Your modifications, or
group-ESP8266 0:b887535f68bf 126 for any such Derivative Works as a whole, provided Your use,
group-ESP8266 0:b887535f68bf 127 reproduction, and distribution of the Work otherwise complies with
group-ESP8266 0:b887535f68bf 128 the conditions stated in this License.
group-ESP8266 0:b887535f68bf 129
group-ESP8266 0:b887535f68bf 130 5. Submission of Contributions. Unless You explicitly state otherwise,
group-ESP8266 0:b887535f68bf 131 any Contribution intentionally submitted for inclusion in the Work
group-ESP8266 0:b887535f68bf 132 by You to the Licensor shall be under the terms and conditions of
group-ESP8266 0:b887535f68bf 133 this License, without any additional terms or conditions.
group-ESP8266 0:b887535f68bf 134 Notwithstanding the above, nothing herein shall supersede or modify
group-ESP8266 0:b887535f68bf 135 the terms of any separate license agreement you may have executed
group-ESP8266 0:b887535f68bf 136 with Licensor regarding such Contributions.
group-ESP8266 0:b887535f68bf 137
group-ESP8266 0:b887535f68bf 138 6. Trademarks. This License does not grant permission to use the trade
group-ESP8266 0:b887535f68bf 139 names, trademarks, service marks, or product names of the Licensor,
group-ESP8266 0:b887535f68bf 140 except as required for reasonable and customary use in describing the
group-ESP8266 0:b887535f68bf 141 origin of the Work and reproducing the content of the NOTICE file.
group-ESP8266 0:b887535f68bf 142
group-ESP8266 0:b887535f68bf 143 7. Disclaimer of Warranty. Unless required by applicable law or
group-ESP8266 0:b887535f68bf 144 agreed to in writing, Licensor provides the Work (and each
group-ESP8266 0:b887535f68bf 145 Contributor provides its Contributions) on an "AS IS" BASIS,
group-ESP8266 0:b887535f68bf 146 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
group-ESP8266 0:b887535f68bf 147 implied, including, without limitation, any warranties or conditions
group-ESP8266 0:b887535f68bf 148 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
group-ESP8266 0:b887535f68bf 149 PARTICULAR PURPOSE. You are solely responsible for determining the
group-ESP8266 0:b887535f68bf 150 appropriateness of using or redistributing the Work and assume any
group-ESP8266 0:b887535f68bf 151 risks associated with Your exercise of permissions under this License.
group-ESP8266 0:b887535f68bf 152
group-ESP8266 0:b887535f68bf 153 8. Limitation of Liability. In no event and under no legal theory,
group-ESP8266 0:b887535f68bf 154 whether in tort (including negligence), contract, or otherwise,
group-ESP8266 0:b887535f68bf 155 unless required by applicable law (such as deliberate and grossly
group-ESP8266 0:b887535f68bf 156 negligent acts) or agreed to in writing, shall any Contributor be
group-ESP8266 0:b887535f68bf 157 liable to You for damages, including any direct, indirect, special,
group-ESP8266 0:b887535f68bf 158 incidental, or consequential damages of any character arising as a
group-ESP8266 0:b887535f68bf 159 result of this License or out of the use or inability to use the
group-ESP8266 0:b887535f68bf 160 Work (including but not limited to damages for loss of goodwill,
group-ESP8266 0:b887535f68bf 161 work stoppage, computer failure or malfunction, or any and all
group-ESP8266 0:b887535f68bf 162 other commercial damages or losses), even if such Contributor
group-ESP8266 0:b887535f68bf 163 has been advised of the possibility of such damages.
group-ESP8266 0:b887535f68bf 164
group-ESP8266 0:b887535f68bf 165 9. Accepting Warranty or Additional Liability. While redistributing
group-ESP8266 0:b887535f68bf 166 the Work or Derivative Works thereof, You may choose to offer,
group-ESP8266 0:b887535f68bf 167 and charge a fee for, acceptance of support, warranty, indemnity,
group-ESP8266 0:b887535f68bf 168 or other liability obligations and/or rights consistent with this
group-ESP8266 0:b887535f68bf 169 License. However, in accepting such obligations, You may act only
group-ESP8266 0:b887535f68bf 170 on Your own behalf and on Your sole responsibility, not on behalf
group-ESP8266 0:b887535f68bf 171 of any other Contributor, and only if You agree to indemnify,
group-ESP8266 0:b887535f68bf 172 defend, and hold each Contributor harmless for any liability
group-ESP8266 0:b887535f68bf 173 incurred by, or claims asserted against, such Contributor by reason
group-ESP8266 0:b887535f68bf 174 of your accepting any such warranty or additional liability.
group-ESP8266 0:b887535f68bf 175
group-ESP8266 0:b887535f68bf 176 END OF TERMS AND CONDITIONS
group-ESP8266 0:b887535f68bf 177
group-ESP8266 0:b887535f68bf 178 APPENDIX: How to apply the Apache License to your work.
group-ESP8266 0:b887535f68bf 179
group-ESP8266 0:b887535f68bf 180 To apply the Apache License to your work, attach the following
group-ESP8266 0:b887535f68bf 181 boilerplate notice, with the fields enclosed by brackets "{}"
group-ESP8266 0:b887535f68bf 182 replaced with your own identifying information. (Don't include
group-ESP8266 0:b887535f68bf 183 the brackets!) The text should be enclosed in the appropriate
group-ESP8266 0:b887535f68bf 184 comment syntax for the file format. We also recommend that a
group-ESP8266 0:b887535f68bf 185 file or class name and description of purpose be included on the
group-ESP8266 0:b887535f68bf 186 same "printed page" as the copyright notice for easier
group-ESP8266 0:b887535f68bf 187 identification within third-party archives.
group-ESP8266 0:b887535f68bf 188
group-ESP8266 0:b887535f68bf 189 Copyright {yyyy} {name of copyright owner}
group-ESP8266 0:b887535f68bf 190
group-ESP8266 0:b887535f68bf 191 Licensed under the Apache License, Version 2.0 (the "License");
group-ESP8266 0:b887535f68bf 192 you may not use this file except in compliance with the License.
group-ESP8266 0:b887535f68bf 193 You may obtain a copy of the License at
group-ESP8266 0:b887535f68bf 194
group-ESP8266 0:b887535f68bf 195 http://www.apache.org/licenses/LICENSE-2.0
group-ESP8266 0:b887535f68bf 196
group-ESP8266 0:b887535f68bf 197 Unless required by applicable law or agreed to in writing, software
group-ESP8266 0:b887535f68bf 198 distributed under the License is distributed on an "AS IS" BASIS,
group-ESP8266 0:b887535f68bf 199 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
group-ESP8266 0:b887535f68bf 200 See the License for the specific language governing permissions and
group-ESP8266 0:b887535f68bf 201 limitations under the License.