Cellular example for BG96 module. In addition to default example integration of GNSS module is presented. Tested on Hani-IoT board with Shiratech LTE CAT-M1/NB1 Arduino Shield containing BG96 module.

Dependencies:   BG96_GNSS

Committer:
Pawel Zarembski
Date:
Thu Mar 05 15:05:49 2020 +0100
Revision:
1:3e3e200fa4dd
Parent:
0:8fb2a7fbc33a
add mbed-os lib

Who changed what in which revision?

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