Skip to content

Renamed example subdirs #41

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

Merged
merged 2 commits into from
Mar 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 32 additions & 32 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,105 +3,105 @@ IoT Hub ESP32 AirLift Networking

Ensure your IoT Hub device works with this simple test.

.. literalinclude:: ../examples/esp32spi/azureiot_hub_simpletest.py
:caption: examples/esp32spi/azureiot_hub_simpletest.py
.. literalinclude:: ../examples/azureiot_esp32spi/azureiot_hub_simpletest.py
:caption: examples/azureiot_esp32spi/azureiot_hub_simpletest.py
:linenos:

Handle direct methods.

.. literalinclude:: ../examples/esp32spi/azureiot_hub_directmethods.py
:caption: examples/esp32spi/azureiot_hub_directmethods.py
.. literalinclude:: ../examples/azureiot_esp32spi/azureiot_hub_directmethods.py
:caption: examples/azureiot_esp32spi/azureiot_hub_directmethods.py
:linenos:

Send device to cloud messages, and handle cloud to device messages.

.. literalinclude:: ../examples/esp32spi/azureiot_hub_messages.py
:caption: examples/esp32spi/azureiot_hub_messages.py
.. literalinclude:: ../examples/azureiot_esp32spi/azureiot_hub_messages.py
:caption: examples/azureiot_esp32spi/azureiot_hub_messages.py
:linenos:

Update the reported properties of the devices device twin, and receive updates to desired properties.

.. literalinclude:: ../examples/esp32spi/azureiot_hub_twin_operations.py
:caption: examples/esp32spi/azureiot_hub_twin_operations.py
.. literalinclude:: ../examples/azureiot_esp32spi/azureiot_hub_twin_operations.py
:caption: examples/azureiot_esp32spi/azureiot_hub_twin_operations.py
:linenos:

IoT Central ESP32 AirLift Networking
------------------------------------

Ensure your IoT Central device works with this simple test.

.. literalinclude:: ../examples/esp32spi/azureiot_central_simpletest.py
:caption: examples/esp32spi/azureiot_central_simpletest.py
.. literalinclude:: ../examples/azureiot_esp32spi/azureiot_central_simpletest.py
:caption: examples/azureiot_esp32spi/azureiot_central_simpletest.py
:linenos:

Handle commands.

.. literalinclude:: ../examples/esp32spi/azureiot_central_commands.py
:caption: examples/esp32spi/azureiot_central_commands.py
.. literalinclude:: ../examples/azureiot_esp32spi/azureiot_central_commands.py
:caption: examples/azureiot_esp32spi/azureiot_central_commands.py
:linenos:

Update the properties of the device, and receive updates to properties.

.. literalinclude:: ../examples/esp32spi/azureiot_central_properties.py
:caption: examples/esp32spi/azureiot_central_properties.py
.. literalinclude:: ../examples/azureiot_esp32spi/azureiot_central_properties.py
:caption: examples/azureiot_esp32spi/azureiot_central_properties.py
:linenos:

Handle connection errors.

.. literalinclude:: ../examples/esp32spi/azureiot_central_notconnected.py
:caption: examples/esp32spi/azureiot_central_notconnected.py
.. literalinclude:: ../examples/azureiot_esp32spi/azureiot_central_notconnected.py
:caption: examples/azureiot_esp32spi/azureiot_central_notconnected.py
:linenos:

IoT Hub Native Networking
-------------------------

Ensure your IoT Hub device works with this simple test.

.. literalinclude:: ../examples/native_networking/azureiot_hub_simpletest.py
:caption: examples/native_networking/azureiot_hub_simpletest.py
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_hub_simpletest.py
:caption: examples/azureiot_native_networking/azureiot_hub_simpletest.py
:linenos:

Handle direct methods.

.. literalinclude:: ../examples/native_networking/azureiot_hub_directmethods.py
:caption: examples/native_networking/azureiot_hub_directmethods.py
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_hub_directmethods.py
:caption: examples/azureiot_native_networking/azureiot_hub_directmethods.py
:linenos:

Send device to cloud messages, and handle cloud to device messages.

.. literalinclude:: ../examples/native_networking/azureiot_hub_messages.py
:caption: examples/native_networking/azureiot_hub_messages.py
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_hub_messages.py
:caption: examples/azureiot_native_networking/azureiot_hub_messages.py
:linenos:

Update the reported properties of the devices device twin, and receive updates to desired properties.

.. literalinclude:: ../examples/native_networking/azureiot_hub_twin_operations.py
:caption: examples/native_networking/azureiot_hub_twin_operations.py
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_hub_twin_operations.py
:caption: examples/azureiot_native_networking/azureiot_hub_twin_operations.py
:linenos:

IoT Central Native Networking
-----------------------------

Ensure your IoT Central device works with this simple test.

.. literalinclude:: ../examples/native_networking/azureiot_central_simpletest.py
:caption: examples/native_networking/azureiot_central_simpletest.py
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_central_simpletest.py
:caption: examples/azureiot_native_networking/azureiot_central_simpletest.py
:linenos:

Handle commands.

.. literalinclude:: ../examples/native_networking/azureiot_central_commands.py
:caption: examples/native_networking/azureiot_central_commands.py
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_central_commands.py
:caption: examples/azureiot_native_networking/azureiot_central_commands.py
:linenos:

Update the properties of the device, and receive updates to properties.

.. literalinclude:: ../examples/native_networking/azureiot_central_properties.py
:caption: examples/native_networking/azureiot_central_properties.py
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_central_properties.py
:caption: examples/azureiot_native_networking/azureiot_central_properties.py
:linenos:

Handle connection errors.

.. literalinclude:: ../examples/native_networking/azureiot_central_notconnected.py
:caption: examples/native_networking/azureiot_central_notconnected.py
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_central_notconnected.py
:caption: examples/azureiot_native_networking/azureiot_central_notconnected.py
:linenos: