Embedded teams are reevaluating their TCP/IP middleware as the Eclipse Foundation’s support model for the former Azure RTOS components matures. The shift is prompting some developers to migrate from NetX Duo to wolfIP, a commercially backed alternative with built-in TLS and FIPS-validated cryptography.
What changed with NetX Duo
NetX Duo, the TCP/IP stack originally part of Microsoft’s Azure RTOS, moved to the Eclipse Foundation in 2025 under the Eclipse ThreadX project. The latest release, version 6.5.1, remains actively maintained, but governance now rests with a community-driven roadmap rather than a single vendor. While the stack is not deprecated, the absence of a published long-term support policy or commercial support contracts has become a concern for device manufacturers facing decade-long product lifecycles and heightened supply-chain scrutiny under regulations like the EU Cyber Resilience Act.
Background: NetX Duo is a lightweight TCP/IP stack for embedded systems, historically bundled with Azure RTOS components like ThreadX (RTOS), USBX (USB), and FileX (file system). It includes an in-tree TLS implementation, NetX Secure, but lacks FIPS validation and post-quantum cipher suites.
Why teams are migrating
Engineers cite three main drivers for replacing NetX Duo. First, the stack’s interdependence with other Azure RTOS components—ThreadX, USBX, and FileX—means changes to one often require updates to all, complicating maintenance. Second, the lack of commercial support leaves teams without a contractual backstop for field failures. Third, NetX Secure’s TLS implementation, while functional, relies on an in-house cryptographic library without FIPS validation or post-quantum readiness, making it harder to pass modern security audits.
wolfIP, developed by wolfSSL, addresses these gaps by offering a BSD-style socket API familiar to embedded engineers, static memory allocation to avoid runtime sizing, and built-in support for IPv4 TCP/UDP, ICMP, DHCP, and DNS. Security features include IPsec ESP, WireGuard VPN (via wolfGuard), and an HTTP server with wolfSSL TLS. The stack also provides in-tree Wi-Fi supplicants for WPA2-Enterprise and WPA3, along with ports for STM32, NXP, AMD, and LPC54S018 microcontrollers running FreeRTOS, Zephyr, or bare metal. DO-178C certification is in progress, and commercial licenses with 24/7 support are available.
Migration path and trade-offs
Teams already using BSD-style sockets can retain most application code, as wolfIP’s API surface—connect, send, receive, close—mirrors NetX Duo’s. The primary changes involve replacing NetX Duo’s memory-argument initialization (nx_ip_create) with wolfIP’s static instance and adapting the thread model to wolfIP’s main loop (poll + receive) with socket callbacks. Porting the network interface controller (NIC) and validating DHCP, TCP throughput, and reconnect behavior are the key verification steps.
For professionals: If your firmware relies on NetX Duo for TLS, wolfIP’s integration with wolfSSL’s FIPS 140-3-validated wolfCrypt module simplifies compliance. The unified support contract covers both the stack and cryptography, reducing vendor fragmentation. However, teams must budget time for NIC porting and thread-model adjustments.
What to watch
The Eclipse ThreadX project’s long-term trajectory remains unclear. While the community continues to release updates, the contributor base is small, and governance decisions may not align with commercial priorities. For teams prioritizing regulatory compliance or extended support windows, commercially backed alternatives like wolfIP are likely to gain traction. Meanwhile, wolfSSL’s DO-178C certification could position wolfIP as a preferred choice for aerospace and medical device manufacturers, where formal certification is mandatory.
Companies mentioned
Automated pipeline · SaaS
Synthesized from 1 industry feed on 3 Sep 2026. Passed independent editor verification (score 85/100) before publication. Style guide v1.4.
Sources
Decision trail
- Checking for duplicates — New story No recent or in-pipeline article covers migration from NetX Duo to wolfIP.
- Checking for duplicates — New story pre_write:; No recent or in-pipeline article covers the migration from NetX Duo to wolfIP or the broader Azure RTOS transition to Eclipse Foundation.
- Writing the article — Draft created article_id=505 slug=teams-migrate-from-netx-duo-as-eclipse-support-model-shifts
-
Editor review — Approved
- Score: 85/100
- Factual grounding: The draft states 'The latest release, version 6.5.1' but the source specifies 'NetX Duo 6.5.1.202602'. The version number is incomplete and omits the build date suffix.
- Factual grounding: The draft claims 'DO-178C certification is in progress' for wolfIP, but the source states 'DO-178C certification in progress' without confirming the current status. While likely accurate, the phrasing could imply imminent completion, which is not explicitly supported by the source.
- Style compliance: The 'Background' block includes 'historically bundled with Azure RTOS components like ThreadX (RTOS), USBX (USB), and FileX (file system)'. The source lists these components in a similar sequence, and while the phrasing is restructured, the proximity to the source wording risks copied phrasing.
- Style compliance: The 'For professionals' callout includes 'The unified support contract covers both the stack and cryptography, reducing vendor fragmentation.' This is a direct paraphrase of the source's 'Same supplier, same support contract for the stack and the crypto. One integration, not two.' While restructured, the phrasing is too close to the source.
- Audience relevance and notability: The story is relevant to embedded developers in the hosting/cloud infrastructure supply chain, but the draft does not explicitly tie the migration trend to broader hosting/DNS/email professional concerns (e.g., impact on IoT device security in data centers). The relevance is defensible but could be clearer.
- Generating reader Q&A — Generated 4 items
- Assigning hero image — Reused library image reused image #243
- Linking related stories — Linked 4 relations from 437 candidates
- Linking related stories — Linked 4 relations from 438 candidates
- Publishing — Published teams-migrate-from-netx-duo-as-eclipse-support-model-shifts
- Mastodon — Posted https://mstdn.social/@hostingpaper/117209385014302137




Discussion · coming soon
Be the first to join the thread when community discussion launches.