An open API service indexing awesome lists of open source software.

https://github.com/seqsense/aws-iot-device-sdk-go

Package awsiotdev implements AWS IoT presigned WebSockets dialer and AWS IoT features.
https://github.com/seqsense/aws-iot-device-sdk-go

Last synced: 5 months ago
JSON representation

Package awsiotdev implements AWS IoT presigned WebSockets dialer and AWS IoT features.

Awesome Lists containing this project

README

          

# aws-iot-device-sdk-go

[![Go Reference](https://pkg.go.dev/badge/github.com/seqsense/aws-iot-device-sdk-go.svg)](https://pkg.go.dev/github.com/seqsense/aws-iot-device-sdk-go/v6) ![ci](https://github.com/seqsense/aws-iot-device-sdk-go/workflows/ci/badge.svg) [![codecov](https://codecov.io/gh/seqsense/aws-iot-device-sdk-go/branch/master/graph/badge.svg)](https://codecov.io/gh/seqsense/aws-iot-device-sdk-go) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/seqsense/aws-iot-device-sdk-go/blob/master/LICENSE)

Package awsiotdev implements AWS IoT presigned WebSockets dialer for [github.com/at-wat/mqtt-go](https://github.com/at-wat/mqtt-go), and AWS IoT features.

Implemented features:
- Device Shadow
- Jobs
- Secure tunneling

## Migration guide

- [v6](MIGRATION.md#v6)

## News

- v6.2.0: Go <1.18 support is dropped as aws/aws-sdk-go-v2 dropped them

## Contributing

Your contributions like bug reports, bug fixes, feature requests and implementing new features are welcome.
Feel free to open a new issue and/or Pull Request.

*seqsense/aws-iot-device-sdk-go* is developed under [GitHub flow](https://guides.github.com/introduction/flow/).
Please open an issue and ask first before actually working on any significant PR (e.g. implementing features).
Please refer to the [interface design guide](doc/interface_design_guide.md).

## License

This package is licensed under [Apache License Version 2.0](./LICENSE).