Categorygithub.com/crow-misia/go-aws-iot-device
modulepackage
0.2.0
Repository: https://github.com/crow-misia/go-aws-iot-device.git
Documentation: pkg.go.dev

# README

go-aws-iot-device

GoDoc Go Report Card MIT License

Package awsiotdevice implements AWS IoT features.

Implemented features:

  • Provisioning

Requirements

Go 1.21 and beyond.

Install

go get -u github.com/crow-misia/go-aws-iot-device

Build

go build

Create certification and key

aws iot create-keys-and-certificate --set-as-active --certificate-pem-outfile certificate.pem --public-key-outfile public.key --private-key-outfile private.key

endpoint

aws iot describe-endpoint --endpoint-type iot:Data-ATS

License

MIT

# Packages

No description provided by the author

# Functions

No description provided by the author
NewConnection returns a new AWS IoT Core Client instance.
No description provided by the author
No description provided by the author
WithCurve is curve implements setter.
WithSignatureAlgorithm is signature algorithm setter.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Client is AWS IoT Core Client.
No description provided by the author

# Type aliases

ProvisionerOption type.