AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Lwip Integration

skill-easyzoom-aix-skills-lwip-integration · by easyzoom

Use when integrating, porting, configuring, or debugging lwIP TCP/IP stack, netif drivers, memory pools, sys_arch, DHCP, TCP, UDP, or embedded networking issues

No reviews yet
0 installs
28 views
0.0% view→install

Install

$ agentstack add skill-easyzoom-aix-skills-lwip-integration

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-easyzoom-aix-skills-lwip-integration)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Lwip Integration? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

lwIP Integration

Overview

Use this skill to integrate lwIP by separating hardware Ethernet/Wi-Fi drivers, netif glue, memory pools, threading model, and protocol configuration. A successful port proves link, IP configuration, packet RX/TX, and resource stability under load.

When To Use

Use this skill when:

  • The user wants to add or debug lwIP on bare metal, FreeRTOS, RT-Thread, Zephyr, vendor SDKs, or custom network drivers.
  • The issue involves lwipopts.h, sys_arch, netif, DHCP, TCP/UDP, pbufs, memory pools, packet loss, or hard faults in networking.
  • The target uses Ethernet, Wi-Fi, PPP, SLIP, or a vendor network interface.

Do not use this skill when the physical link or board interface is not proven. Use hardware-interface-debug first for PHY, RMII/MII, clocks, or wiring issues. For FreeRTOS-native TCP/IP, use freertos-plus-tcp-integration. For MQTT over lwIP, use mqtt-embedded-integration after basic connectivity works.

First Questions

Ask for:

  • MCU/SoC, network interface, PHY/module, RTOS, and lwIP version.
  • Driver source: vendor SDK, custom MAC driver, Wi-Fi module, or simulator.
  • Threading model: NOSYS raw API, tcpipthread, socket/netconn API, or RTOS integration.
  • lwipopts.h, memory sizes, pbuf pool settings, and enabled protocols.
  • Current symptom: no link, no IP, DHCP timeout, ping fails, TCP stalls, memory exhaustion, or crash.
  • Packet/log evidence: link status, IP address, ARP, ping, Wireshark, counters, or asserts.

Integration Checklist

  1. Confirm link before IP.

Verify PHY/module link, MAC address, link callbacks, and carrier status before debugging DHCP or TCP.

  1. Confirm netif glue.

netif_add, input path, output path, MTU, flags, hostname, and link/status callbacks must match the driver.

  1. Match threading model.

Do not call raw API from arbitrary threads. Use tcpip callbacks or socket/netconn APIs according to configuration.

  1. Size memory deliberately.

Check MEM_SIZE, MEMP_NUM_*, PBUF_POOL_SIZE, TCP windows, mailbox sizes, and stack sizes.

  1. Implement OS abstraction if needed.

For RTOS ports, sys_arch must provide semaphores, mutexes, mailboxes, timeouts, and critical sections.

  1. Verify with layered tests.

Link, static IP, ARP, ping, UDP echo, TCP connect, sustained transfer, and reconnect.

Common Failures

  • DHCP fails because link callback never reports up.
  • Ping fails because ARP output path or MAC address is wrong.
  • TCP stalls because pbufs or mailboxes are exhausted.
  • Random crashes from raw API calls outside tcpip_thread.
  • Cache/DMA incoherency corrupts RX/TX buffers.
  • Stack overflow in tcpip_thread or network driver task.

Verification

Before claiming lwIP works:

  • State interface, RTOS mode, API style, and IP configuration.
  • Confirm link status, MAC address, IP address, gateway, and netmask.
  • Confirm ping or UDP/TCP test with counters.
  • Report memory pool usage or at least configured pool sizes.
  • If DMA/cache is involved, state cache maintenance policy.

Example

User:

lwIP DHCP 一直拿不到 IP。

Agent:

  1. Asks for PHY link status, netif setup, lwipopts.h, RTOS mode, and DHCP logs.
  2. Confirms link callback and RX path before changing DHCP settings.
  3. Tests static IP ping to separate driver/link problems from DHCP problems.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.