Send data from STM32 to TD via Wifi

Dependencies:   BSP_B-L475E-IOT01

Committer:
JunkoNakajima
Date:
Wed Feb 27 18:17:05 2019 +0900
Revision:
0:8d0ccf7acecd
initial commit

Who changed what in which revision?

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