You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2><spanclass="section-number">5.1.1. </span>Add a Bootstrap Account in Anjay<aclass="headerlink" href="#add-a-bootstrap-account-in-anjay" title="Link to this heading"></a></h2>
148
148
<p>The Security Object holds connection parameters for the LwM2M server. In this
149
149
example, we configure a non-secure connection to the Coiote IoT Device
flag needs to be set to <cite>true</cite>. Also, LwM2M Bootstrap Server has a different IP
152
152
port than a regular LwM2M Server.</p>
153
153
<divclass="highlight-c notranslate"><divclass="highlight"><pre><span></span><spanclass="c1">// Installs Security Object and adds an instance of it.</span>
<p>The following Bootstrap-related Resources are also implemented in the Anjay’s
212
212
build-in Security Object:</p>
213
213
<ulclass="simple">
214
-
<li><p><aclass="reference external" href="https://avsystem.github.io/Anjay-doc/api/structanjay__security__instance__t.html#abe22f8c8164f40496fcf4e1d4d688cf2">anjay_security_instance_t::client_holdoff_s</a> - the time that Anjay waits
214
+
<li><p><aclass="reference external" href="https://docs.avsystem.com/hubfs/Anjay_Docs/api/api_generated/structanjay__security__instance__t.html#_CPPv4N25anjay_security_instance_t16client_holdoff_sE">anjay_security_instance_t::client_holdoff_s</a> - the time that Anjay waits
215
215
before performing a Client Initiated Bootstrap once it determines that it
216
216
should initiate this bootstrap mode.</p></li>
217
-
<li><p><aclass="reference external" href="https://avsystem.github.io/Anjay-doc/api/structanjay__security__instance__t.html#a5f249397d36fffa3c7e263c2c923fb76">anjay_security_instance_t::bootstrap_timeout_s</a> - if set, Anjay will automatically
217
+
<li><p><aclass="reference external" href="https://docs.avsystem.com/hubfs/Anjay_Docs/api/api_generated/structanjay__security__instance__t.html#_CPPv4N25anjay_security_instance_t19bootstrap_timeout_sE">anjay_security_instance_t::bootstrap_timeout_s</a> - if set, Anjay will automatically
218
218
purge the LwM2M Bootstrap-Server Account after this timeout value if a Bootstrap
219
219
procedure ends successfully. By default, the Bootstrap-Server Account lifetime
220
220
is infinite.</p></li>
221
221
</ul>
222
222
<p>There is also a legacy Server-Initiated Bootstrap mechanism based on an
223
223
interpretation of LwM2M 1.0 TS. To learn more, see
<h2><spanclass="section-number">5.1.3. </span>Coiote LwM2M Server<aclass="headerlink" href="#coiote-lwm2m-server" title="Link to this heading"></a></h2>
0 commit comments