zephyr/scripts/ci
Gerson Fernando Budke 0d216924d5 samples: net: cloud: Introduce TagoIO IoT cloud http post
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>
2020-11-04 09:06:23 +02:00
..
check_compliance.py samples: net: cloud: Introduce TagoIO IoT cloud http post 2020-11-04 09:06:23 +02:00
get_modified_boards.py
get_modified_tests.py
pylintrc ci: add compliance checking via GH actions 2020-06-12 07:53:09 -04:00
run_ci.sh ci: run module tests only on major changes 2020-09-03 18:11:19 +02:00
sanitycheck_ignore.txt ci: add more fields to versions.json 2020-10-30 15:56:52 +01:00
version_mgr.py ci: add more fields to versions.json 2020-10-30 15:56:52 +01:00
what_changed.py