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: 10 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T00:33:29.000Z (about 7 years ago)
- Last Synced: 2025-06-25T07:45:50.016Z (12 months ago)
- Topics: ipso, lwm2m, smartobject
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 18
- Watchers: 3
- 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.
[](https://nodei.co/npm/lwm2m-id/)
[](https://travis-ci.org/simenkid/lwm2m-id)
[](https://www.npmjs.com/package/lwm2m-id)
[](https://www.npmjs.com/package/lwm2m-id)
## Documentation
Please 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
## Usage
See [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).