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.
- Host: GitHub
- URL: https://github.com/seqsense/aws-iot-device-sdk-go
- Owner: seqsense
- License: apache-2.0
- Created: 2018-10-25T10:34:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-15T15:51:20.000Z (6 months ago)
- Last Synced: 2025-12-18T21:24:37.771Z (6 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/seqsense/aws-iot-device-sdk-go/v5
- Size: 936 KB
- Stars: 54
- Watchers: 12
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-iot-device-sdk-go
[](https://pkg.go.dev/github.com/seqsense/aws-iot-device-sdk-go/v6)  [](https://codecov.io/gh/seqsense/aws-iot-device-sdk-go) [](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).