Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 299 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 299 Bytes

Deviceplane Go SDK

Set of Go packages for interacting with Deviceplane components.

REST/Websocket Client Package

Found in pkg/client.

Client for interacting with Deviceplane Controller REST API and SSHing to devices via Websockets.

See test/client/client_test.go for usage examples.