Skip to content

Commit

Permalink
Merge pull request #109 from OpenMobileAlliance/update_lwm2m_registry
Browse files Browse the repository at this point in the history
[ADMIN] Update lwm2m registry based on David Navarro email
  • Loading branch information
jpradocueva committed Jan 24, 2023
2 parents 979b51f + a04c4ee commit 9cf3bb8
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 99 deletions.
86 changes: 65 additions & 21 deletions OMNA/LwM2M/LwM2MRegistry.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,14 +278,6 @@ <h1>
<li>LwM2M Registry API: <a target="_blank" href="https://wiki.openmobilealliance.org/display/TOOL/Registry+API">LwM2M Registry API</a></li>
</ul>
</p>
<p>The official publication of OMA LwM2M Objects and Resources is this page. However, the registration process is done via GitHub at: <a title="GitHub repository" href="https://github.com/OpenMobileAlliance/lwm2m-registry" target="_blank">lwm2m-registry</a>. IPSO Working Group, will review your registration. You can interact with this group via <a title="GitHub Issues" href="https://github.com/OpenMobileAlliance/lwm2m-registry/issues" target="_blank"> lwm2m-registry Issues</a>. </p>
<p>The Vorto Project is an Eclipse Foundation open source initiative that aims to help compile and manage abstract device descriptions (information models). The scope includes:</p>
<ul>
<li>Vorto Repository - an open platform where information models are shared</li>
<li>Vorto Domain Specific Language and editor - used to describe information models</li>
<li>SDK - helps reduce development time</li>
</ul>
<p><a target="_blank" href="https://vorto.eclipse.org/#/?s=com.ipso.smartobjects">OMA SpecWorks IPSO Vorto models</a></p>
</div>
<div>
<h2>
Expand All @@ -295,6 +287,7 @@ <h2>
<thead>
<tr>
<th>Category</th>
<th>Label</th>
<th>URN </th>
<th>Object ID range</th>
<th>Description</th>
Expand All @@ -303,8 +296,9 @@ <h2>
</thead>
<tbody>
<tr>
<td>OMA</td>
<td>
<p>oma-label</p>
<p>oma</p>
</td>
<td>
<p><code>urn:oma:lwm2m:oma:&lt;id&gt;:&lt;version&gt;</code></p>
Expand All @@ -325,10 +319,11 @@ <h2>
</td>
</tr>
<tr>
<td>Reserved</td>
<td>
<p>reserved</p>
</td>
<td></td>
<td>n/a</td>
<td>
1024 - 2047
</td>
Expand All @@ -343,8 +338,9 @@ <h2>
</td>
</tr>
<tr>
<td>SDO</td>
<td>
<p>ext-label</p>
<p>ext</p>
</td>
<td>
<p><code>urn:oma:lwm2m:ext:&lt;id&gt;:&lt;version&gt;</code></p>
Expand All @@ -363,33 +359,81 @@ <h2>
</td>
</tr>
<tr>
<td>Vendors</td>
<td>
<p>x-label</p>
<p>x</p>
</td>
<td>
<p><code>urn:oma:lwm2m:x:&lt;id&gt;:&lt;version&gt;</code></p>
</td>
<td>
10241 - 26240<br/>
26241 - 32768<br/>
10241 - 32768
</td>
<td>
Objects registered by companies or individuals.
</td>
<td>
<a title="click here to view Objects registered by companies and individuals" href="#x_label">View</a>
</td>
<td>
<a title="click here to register an Object if you are vendors or individuals" href="http://devtoolkit.openmobilealliance.org/OEditor/Register">Register</a>
</td>
</tr>
<tr>
<td>Company Reserved</td>
<td>
<p>x</p>
</td>
<td>
<p>n/a</p>
</td>
<td>
32769 - 42768
</td>
<td>
Objects registered by companies or individuals.<br/>
Objects Produced by Vendors to re-use<br/>
Block of objects reserved by vendors (Max 50). Private range, Objects will not be published
Company bulk reservation of up to 50 Object IDs. This range is to create private LwM2M Objects that are not published on the OMNA Lightweight Object registry.
</td>
<td>
<a title="click here to view Objects registered by companies and individuals" href="#x_label">View</a><br />
--<br />
<a title="click here to view reserved Objects" href="#reservedlabel">View</a>
</td>
<td>
<a title="click here to register an Object if you are vendors or individuals" href="http://devtoolkit.openmobilealliance.org/OEditor/Register">Register</a><br />
--<br />
<a title="click here to block reserve Objects" href="mailto:[email protected]?Subject=Reserve%20Objects">Reserve</a>
</td>
</tr>
<tr>
<td>Test</td>
<td>
<p>n/a</p>
</td>
<td>
<p>n/a</p>
</td>
<td>
42769 - 42800
</td>
<td>
Object IDs for testing purpose. These IDs MUST NOT be used in production as collisions with other Object IDs are possible.
</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Reserved</td>
<td>
<p>n/a</p>
</td>
<td>
<p>n/a</p>
</td>
<td>
42801 - 65534
</td>
<td>
Reserved for future use.
</td>
<td></td>
<td></td>
</tr>
</tbody>
<caption>
Note: Final allocation of objectIDs will be done by OMNA Staff
Expand Down
Loading

0 comments on commit 9cf3bb8

Please sign in to comment.