Skip to content

isgasho/device-sdk-go

 
 

Repository files navigation

Go Device Service SDK

Overview

This repository is a set of Go packages which can be used to build a Go-based EdgeX Foundry Device Service.

Usage

Developers could make their own Device Service by implementing the ProtocolDriver interface for the specific IoT protocol and main function to start the Device Service. To implement the main function, the startup package could be optional leveraged, or developers could write the customized bootstrap code by themselves. Please see the build-in Simple Device Service as an example.

Community

License

Apache-2.0

Packages

No packages published

Languages

  • Go 98.3%
  • Shell 1.1%
  • Other 0.6%