Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.45 KB

File metadata and controls

40 lines (24 loc) · 1.45 KB

AWS IoT Core with Paho Client

Table of content

AWS Setup

Rust Example

To execute one of the exemples you must configure your AWS IoT Core following the AWS Setup step.

  • Before everting configured you need to able to compile Rust applications, to do that you can following the oficial Rust installation guid

  • To run the exemplo you will need to configure the Makefile with your own configurations

  • With everting setup just execute:

make run-rust
  • The exemplo code can be find here

GoLang Exemple

To execute one of the exemples you must configure your AWS IoT Core following the AWS Setup step.

  • Before everting configured you need to able to compile GoLang applications, to do that you can following the oficial GoLang installation guid

  • To run the exemplo you will need to configure the Makefile with your own configurations

  • With everting setup just execute:

make run-go
  • The exemplo code can be find here