https://github.com/plgd-dev/device
https://github.com/plgd-dev/device
iot-platform ocf ocf-sdk
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plgd-dev/device
- Owner: plgd-dev
- License: apache-2.0
- Created: 2018-07-25T14:26:32.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2026-01-06T13:05:54.000Z (5 months ago)
- Last Synced: 2026-01-12T05:36:32.458Z (5 months ago)
- Topics: iot-platform, ocf, ocf-sdk
- Language: Go
- Size: 1.34 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/plgd-dev/device/actions?query=workflow%3ACI)
[](https://codecov.io/gh/plgd-dev/device)
[](https://goreportcard.com/report/plgd-dev/device)
[](https://gitter.im/ocfcloud/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[](https://sonarcloud.io/dashboard?id=plgd-dev_sdk)
# Device
The **client** enables interaction with devices in a local network:
- Listing devices
- Retrieving and updating resources
- Secure ownership transfer via coaps+tcp and coaps
- Onboard and offboard device
- Provisioning the cloud resource and credentials
## Requirements
- Go 1.23 or higher
## Installation OCF Client
```bash
go install github.com/plgd-dev/device/v2/cmd/ocfclient@latest
```