Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuzzleio/kuzzle-device-manager
IoT Devices & Assets Management providing digital twins, payload decoding, normalized measures, provisioning. Multi-Tenant ready for white labelled and B2B2C applications.
https://github.com/kuzzleio/kuzzle-device-manager
asset-management device-management hacktoberfest iot kuzzle kuzzle-iot-platform kuzzle-plugin multitenancy scalability whitelabel
Last synced: 2 days ago
JSON representation
IoT Devices & Assets Management providing digital twins, payload decoding, normalized measures, provisioning. Multi-Tenant ready for white labelled and B2B2C applications.
- Host: GitHub
- URL: https://github.com/kuzzleio/kuzzle-device-manager
- Owner: kuzzleio
- License: apache-2.0
- Created: 2020-12-07T12:41:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T07:37:57.000Z (6 months ago)
- Last Synced: 2024-05-23T08:41:20.871Z (6 months ago)
- Topics: asset-management, device-management, hacktoberfest, iot, kuzzle, kuzzle-iot-platform, kuzzle-plugin, multitenancy, scalability, whitelabel
- Language: TypeScript
- Homepage: https://docs.kuzzle.io/official-plugins/device-manager/1
- Size: 4.3 MB
- Stars: 14
- Watchers: 10
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Device manager
This plugin provides the necessary APIs to manage a fleet of devices linked to assets.
It allows to decode the payloads received for the different device models of the application.
It works in a multi-tenant mode where each tenant has its own devices and assets.
See the [documentation](https://next-docs.kuzzle.io/official-plugins/device-manager/2/)
## Usage
In proper way to use this library in your program as an NPM module:
```
npm install kuzzle-device-manager
```