Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simenkid/lwm2m-id
A dictionary of ip-based smart object(IPSO) identifiers defined by lwm2m spec.
https://github.com/simenkid/lwm2m-id
ipso lwm2m smartobject
Last synced: 2 months ago
JSON representation
A dictionary of ip-based smart object(IPSO) identifiers defined by lwm2m spec.
- Host: GitHub
- URL: https://github.com/simenkid/lwm2m-id
- Owner: simenkid
- License: mit
- Created: 2015-11-30T03:45:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T00:33:29.000Z (over 5 years ago)
- Last Synced: 2024-10-13T23:27:40.120Z (3 months ago)
- Topics: ipso, lwm2m, smartobject
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 18
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lwm2m-id
A dictionary of ip-based smart object(IPSO) identifiers defined by lwm2m spec.[![NPM](https://nodei.co/npm/lwm2m-id.png?downloads=true)](https://nodei.co/npm/lwm2m-id/)
[![Travis branch](https://img.shields.io/travis/simenkid/lwm2m-id/master.svg?maxAge=2592000)](https://travis-ci.org/simenkid/lwm2m-id)
[![npm](https://img.shields.io/npm/v/lwm2m-id.svg?maxAge=2592000)](https://www.npmjs.com/package/lwm2m-id)
[![npm](https://img.shields.io/npm/l/lwm2m-id.svg?maxAge=2592000)](https://www.npmjs.com/package/lwm2m-id)
## DocumentationPlease visit the [Wiki](https://github.com/simenkid/lwm2m-id/wiki).
## Overview
**lwm2m-id** is a dictionary of identifiers defined by [OMA LightweightM2M(v1.0)](http://technical.openmobilealliance.org/Technical/technical-information/release-program/current-releases/oma-lightweightm2m-v1-0), IPSO SmartObject Guideline([Smart Objects Starter Pack1.0](http://www.ipso-alliance.org/smart-object-guidelines/) and [Smart Objects Expansion Pack](http://www.ipso-alliance.org/so-expansion-pack/)). Please visit their websites for more information.
## Installation
> $ npm install lwm2m-id --save
## UsageSee [Usage](https://github.com/simenkid/lwm2m-id/wiki#Usage) on the Wiki.
## License
Licensed under [MIT](https://github.com/simenkid/lwm2m-id/blob/master/LICENSE).