-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
samples: net: cloud: Introduce TagoIO IoT Cloud HTTP post client #29525
Merged
jukkar
merged 1 commit into
zephyrproject-rtos:master
from
nandojve:zephyr_tagoio_http_post_json
Nov 4, 2020
Merged
samples: net: cloud: Introduce TagoIO IoT Cloud HTTP post client #29525
jukkar
merged 1 commit into
zephyrproject-rtos:master
from
nandojve:zephyr_tagoio_http_post_json
Nov 4, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jukkar
reviewed
Oct 26, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks quite reasonable,
1df1546
to
b4f5ba5
Compare
b4f5ba5
to
fd6e67f
Compare
0187edc
to
7fcdffe
Compare
jukkar
approved these changes
Nov 2, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
rlubos
reviewed
Nov 2, 2020
814eff0
to
3182694
Compare
rlubos
approved these changes
Nov 3, 2020
Add DNM to allow link docs with Inventek's radio. |
Introduce TagoIO IoT Cloud HTTP post client example. This explorer Zephyr network resources to demonstrate an end to end application. The TagoIO allows that any user can test on a easy way Ethernet, WIFI and Modem (PPP) with BSD sockets. The example provides overlays to configure WIFI and Modem. The application consists an a pseudo temperature sensor that sends periodically data to TagoIO IoT Cloud platform. The data can be visualized on a web browser dashboard, cellphone or tablet. The steps to configure TagoIO are described on the example documentation. Special Variables: - CONFIG_TAGOIO_DEVICE_TOKEN DEVID token generated by TagoIO - CONFIG_TAGOIO_HTTP_WIFI_SSID SSID when using WIFI - CONFIG_TAGOIO_HTTP_WIFI_PSK PASSWD when using WIFI - CONFIG_MODEM_GSM_UART_NAME UART label when using MODEM - CONFIG_MODEM_GSM_APN APN when using MODEM Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
3182694
to
624fcdb
Compare
Rebase and add link on docs to Inventek WIFI shield: #29507 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introduce TagoIO IoT Cloud HTTP post client example. This explorer Zephyr network resources to demonstrate an end to end application. The TagoIO IoT Cloud example allows users to test on a easy way Ethernet, WIFI and Modem (PPP) with BSD sockets. The example provides overlays to configure WIFI and Modem.
The application consists an a pseudo temperature sensor that sends periodically data to TagoIO IoT platform. The data can be visualized on a web browser dashboard, cellphone or tablet. The steps to configure TagoIO are described on the example documentation.
Special Variables:
This references commits from #29507 and should be merged after.Signed-off-by: Gerson Fernando Budke nandojve@gmail.com