Giter Site home page Giter Site logo

Comments (2)

codehampster avatar codehampster commented on June 11, 2024 1

Many thanks. Really appreciate your help. Great place to start

from azure-iot-sdk-c.

CIPop avatar CIPop commented on June 11, 2024

using Azure SDK for C

Is this the correct repository then? The Azure SDK for Embedded C is at https://github.com/Azure/azure-sdk-for-c
We don't recommend using the code within this repo for ESP32 or other constrained devices.

Has anyone done such scenario where ALL traffic is redirected to Ethernet and how to go about it?

We ethernet samples but, unfortunately, not with ESP.

  1. Using Azure RTOS ThreadX: https://github.com/azure-rtos/samples/ (using NXSecure's TLS and TCP/IP stack)
  2. Using FreeRTOS : https://github.com/Azure-Samples/iot-middleware-freertos-samples (using mBedTLS for TLS and LwIP for the TCP/IP stack)

In both cases, the NXP RT1060 or Renesas CK-RX64N use Ethernet using the NXSecure layer and drivers.

Similarly, for ESP you would need to use ESP32-IDF in conjunction with W5500 (looks like there is an example here).

It would be important to ensure the integration works with higher layer network stack components such as ESP-TLS and ESP-MQTT. If all that works as expected, you could start from one of our Arduino samples: https://github.com/Azure/azure-sdk-for-c-arduino

from azure-iot-sdk-c.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.