uC-TCP-IP icon indicating copy to clipboard operation
uC-TCP-IP copied to clipboard

A compact, reliable, high-performance TCP/IP protocol stack. Features dual IPv4 and IPv6 support, an SSL/TLS socket option, and support for Ethernet, Wi-Fi, and PHY controllers.

Results 5 uC-TCP-IP issues
Sort by recently updated
recently updated
newest added

Hi I want to use axi-ethernet. Which `NetDev_API_` should I use in `NetIF_Add` function? Note : file "ucos_tcpip_init" for this purpose uses `NetDev_API_XIL_ETHER` from "Dev/Ether/XIL_ETHER/net_dev_xil_ether.h" but net_dev_xil_ether.h does not exist...

Hi everyone, I found the return value of function [``NetMLDP_HostGrpLeave``](https://github.com/weston-embedded/uC-TCP-IP/blob/develop/IP/IPv6/net_mldp.c#L551) will be an uninitialized variable if users call this function without occupying the ``Net_GlobalLock`` and parameter ``p_addr`` is a null...

This commit fixes various warnings for uninitialized variable and other warnings.

Hello everyone, I am building a project in Xilinx SDK and using Xilinx Zynq-7000 Zedboard evaluation board. I am running in uCOS-II v1.43. TCP Socket Objects Initialization is failed when...

Hi, I'm using the Datagram Client (UDP Client) from [this page](https://doc.micrium.com/pages/viewpage.action?pageId=53810117) Although I get NET_ERR_IF_LINK_DOWN when calling NetSock_TxDataTo. All previous calls return with no error. net_sock.c is version V3.04.06 Does...