Home
last modified time | relevance | path

Searched full:aws (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/
DREADME.rst1 .. zephyr:code-sample:: aws-iot-mqtt
2 :name: AWS IoT Core MQTT
5 Connect to AWS IoT Core and publish messages using MQTT.
11 can publish messages to AWS IoT Core using the MQTT protocol. Key features include:
15 - Establishing a TLS 1.2 connection with AWS IoT Core servers
16 - Subscribing to a topic on AWS IoT Core
17 - Publishing data to AWS IoT Core
18 - Passing the AWS Device Qualification Program (DQP) test suite: `Device Qualification Program (DQP…
26 - An AWS account with access to AWS IoT Core
27 - AWS credentials and necessary information
[all …]
DKconfig7 menu "AWS" menu
8 mainmenu "AWS IoT Core MQTT sample application"
11 string "AWS endpoint"
14 Endpoint (hostname) of the AWS MQTT broker.
15 Note that the endpoint is different when using AWS Device Advisor.
21 Set port of AWS MQTT broker.
24 string "AWS Thing name"
27 Set the AWS Thing name created on IoT Console
45 Select the AWS Device Advisor test suite to run.
53 Make sure your region supports AWS Device Advisor for DQP
[all …]
Dsample.yaml2 description: MQTT sample app to AWS IoT Core
/Zephyr-latest/.github/workflows/
Ddaily_test_version.yml19 - name: Configure AWS Credentials
20 uses: aws-actions/configure-aws-credentials@v4
22 aws-access-key-id: ${{ vars.AWS_TESTING_ACCESS_KEY_ID }}
23 aws-secret-access-key: ${{ secrets.AWS_TESTING_SECRET_ACCESS_KEY }}
24 aws-region: us-east-1
35 - name: Upload to AWS S3
38 aws s3 cp versions.json s3://testing.zephyrproject.org/daily_tests/versions.json
Ddoc-publish.yml39 - name: Configure AWS Credentials
40 uses: aws-actions/configure-aws-credentials@v4
42 aws-access-key-id: ${{ vars.AWS_DOCS_ACCESS_KEY_ID }}
43 aws-secret-access-key: ${{ secrets.AWS_DOCS_SECRET_ACCESS_KEY }}
44 aws-region: us-east-1
46 - name: Upload to AWS S3
56 aws s3 sync --quiet html-output/html s3://docs.zephyrproject.org/${VERSION} --delete
57aws s3 sync --quiet html-output/html/doxygen/html s3://docs.zephyrproject.org/apidoc/${VERSION} --…
59aws s3 sync --quiet api-coverage/coverage-report/ s3://docs.zephyrproject.org/api-coverage/${VERSI…
61 aws s3 cp --quiet pdf-output/zephyr.pdf s3://docs.zephyrproject.org/${VERSION}/zephyr.pdf
Dissue_count.yml44 - name: Configure AWS Credentials
45 uses: aws-actions/configure-aws-credentials@v4
47 aws-access-key-id: ${{ vars.AWS_TESTING_ACCESS_KEY_ID }}
48 aws-secret-access-key: ${{ secrets.AWS_TESTING_SECRET_ACCESS_KEY }}
49 aws-region: us-east-1
54aws s3 cp --quiet IssuesReport.html s3://testing.zephyrproject.org/issues/$GITHUB_REPOSITORY/index…
Dbug_snapshot.yaml43 - name: Configure AWS Credentials
44 uses: aws-actions/configure-aws-credentials@v4
46 aws-access-key-id: ${{ vars.AWS_BUILDS_ZEPHYR_BUG_SNAPSHOT_ACCESS_KEY_ID }}
47 aws-secret-access-key: ${{ secrets.AWS_BUILDS_ZEPHYR_BUG_SNAPSHOT_SECRET_ACCESS_KEY }}
48 aws-region: us-east-1
50 - name: Upload to AWS S3
65 aws s3 cp --quiet ${BUGS_PICKLE_PATH} ${PUBLISH_UPLOAD_URI}
Ddoc-publish-pr.yml64 - name: Configure AWS Credentials
66 uses: aws-actions/configure-aws-credentials@v4
68 aws-access-key-id: ${{ vars.AWS_BUILDS_ZEPHYR_PR_ACCESS_KEY_ID }}
69 aws-secret-access-key: ${{ secrets.AWS_BUILDS_ZEPHYR_PR_SECRET_ACCESS_KEY }}
70 aws-region: us-east-1
72 - name: Upload to AWS S3
77 aws s3 sync --quiet html-output/html \
81 aws s3 sync --quiet api-coverage/coverage-report/ \
Dfootprint-tracking.yml79 - name: Configure AWS Credentials
80 uses: aws-actions/configure-aws-credentials@v4
82 aws-access-key-id: ${{ vars.AWS_TESTING_ACCESS_KEY_ID }}
83 aws-secret-access-key: ${{ secrets.AWS_TESTING_SECRET_ACCESS_KEY }}
84 aws-region: us-east-1
98 aws s3 sync --quiet footprint_data/ s3://testing.zephyrproject.org/footprint_data/
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c26 LOG_MODULE_REGISTER(aws, LOG_LEVEL_DBG);
183 case MQTT_QOS_2_EXACTLY_ONCE: /* unhandled (not supported by AWS) */ in handle_published_message()
300 /* https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/ */
/Zephyr-latest/doc/services/portability/posix/overview/
Dindex.rst28 embedded applications, as can be seen in Zephyr, AWS:FreeRTOS, TI-RTOS, and NuttX.
/Zephyr-latest/boards/ezurio/pinnacle_100_dvk/doc/
Dindex.rst20 Bluetooth 5 sensor data to cloud services like AWS IoT over a
/Zephyr-latest/doc/security/
Dsensor-threat.rst409 of this writing, the three major cloud IoT service providers, AWS
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst1146 * Added new :zephyr:code-sample:`aws-iot-mqtt`.
Drelease-notes-1.14.rst1757 * :github:`12268` - doc: nightly published AWS docs are not as generated