Registry / other / edgexfoundry-device-sdk-go-v2

edgexfoundry-device-sdk-go-v2

JSON →
library2.3.1gogounverified

Device SDK for building EdgeX Foundry device services in Go, providing interfaces and utilities for device integration.

go get github.com/edgexfoundry/device-sdk-go/v2
INSTALL
IMPORT
SIG · EDGEXFOUNDRY-DEVIC
E
edgexfoundry-device-sdk-go-v2
othergov2.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

device-sdk-go
github.com/edgexfoundry/device-sdk-go/v2

Minimal EdgeX device service bootstrap

package main import ( "github.com/edgexfoundry/device-sdk-go/v2/pkg/startup" ) func main() { sd := startup.NewBootstrap("MyDeviceService", "v1.0.0", nil) sd.Run() }
Debug
Known issues
breakingBreaking changes between v1 and v2
fix
Use v2 import path and updated API; refer to migration guide
affects: <2.0.0
Upgrade
Version history
2.3.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
edgexfoundry-device-sdk-go-v2 — go get edgexfoundry-device-sdk-go-v2 · libregistry