netxduo icon indicating copy to clipboard operation
netxduo copied to clipboard

Eclipse ThreadX - NetXDuo is an advanced, industrial-grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications

Results 70 netxduo issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, I am encountering an issue when I used nx_packet_allocate because ULONG is considered to be 8 bytes for the RISCV-64 bits architecture. It worked perfectly on my previous target...

bug

**Is your feature request related to a problem? Please describe.** Some TLS servers require ALPN extension (ALPN = application-layer protocol negotiation). For example, Network Time Security protocol requires it (RFC...

feature

Hi, I use Thread X with RA6M3 (Cortex M4). FSP version 5.3 I want to send via tcp 119k byte using BSD wrapper, but: If i try to send with...

bug

**Is your feature request related to a problem? Please describe.** I need to download a large file for a firmware upgrade through a cellular network and quite often the download...

feature

I am developing a cellular modem interface using renesas RX processor RX72N. I need to start and stop the PPP interface for each session and have followed the recommended guide....

bug

Hi, We're using the Netx Duo stack for IPv4 and IPv6 offerings and we want to confirm that the IPv6 implementation (for an end-node) is compliant and certified to the...

In an embedded system sending binary data at about 7 Mbits/second over a 100BaseT interface TCP socket, NetX Duo hangs after a few seconds, waiting on mutex `nx_ip_protection`. Addition of...

bug

Hello, I am facing an issue with MQTTs (TLS 1.3) implementation. I am using the STMH563ZI board (with TheadX as RTOS) and using the serverless emqx broker for testing. When...

**Describe the bug** We have a S7G2 Device connected to a Linux PC's ethernet. It is at static ip: 192.168.1.21. The Linux PC has two network interfaces, the WiFi on...

bug

When configuring the MQTT client to subscribe to a topic, we receive payloads of unknown size. To read the MQTT message (and release the received TCP packet), we must use...