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

I'm using the BSD wrapper described in: https://learn.microsoft.com/en-us/azure/rtos/netx/appendix-d The following call works: status = select(fdmax+1, &readfds, 0, 0, 0); However, the following call does not: timeout.tv_sec = 1; timeout.tv_usec =...

bug

These changes implement support for parsing of ASN.1 GeneralizedTime strings contained in X509 certificates. Support has also been added to allow the `notBefore` and `notAfter` time formats to be different....

Hi all, **Case**: We are trying to establish connections on two interfaces where one interface will work as a DHCPv6 Client and another as a DHCPv6 server. Both of them...

Not seen any Activity after Changed to Eclipse. Is new Development Expected ?

feature

**Describe the bug** The license.txt still contains Microsoft as Licenser. Shouldn't that be something related to the eclipse foundation? **To Reproduce** Take a look into the third line of license.txt...

bug

Hi Team, ((CVE-2023-48315 ,CVE-2023-48316 ,CVE-2023-48691 ,CVE-2023-48692 )) Could you give us clarity on how to test the above-mentioned vulnerabilities added. It would be helpful if you could provide the replication...

bug

I am writing to seek assistance regarding issues I am encountering with my project, specifically in connecting to an Access Point using the combination of **CYW4373 (Type 2BC)**, **STM32L4**, **ThreadX(2.0.0)**,...

bug

**Is your feature request related to a problem? Please describe.** I am working on server running TLS v1.3 using `TLS_AES_128_GCM_SHA256` as cipher. Then, private key to generate end-identity CA for...

feature

My issue is related to:- MCU: STM32H733 Middleware: Azure RTOS Middleware Component: NetxDuo (6.2.0) Addon: mDNS I am using Azure RTOS with NetxDuo, I implemented a secure https server in...

bug

Hi, I'm developing an HTTP web server with TLS. I started using a certificate and private key from a NetX Duo example, and it works. Now, I'm trying to use...