connectivity-ip
Installation
SKILL.md
Zephyr Connectivity: IP Networking
Build memory-efficient, cloud-connected applications using Zephyr's modular IP stack and industry-standard IoT protocols.
Core Workflows
1. Protocol Selection
Choose the right protocol (LwM2M, CoAP, MQTT) based on your device's power and management needs.
- Reference: protocol_selection.md
- Key Tools:
CONFIG_COAP,CONFIG_LWM2M,CONFIG_MQTT_LIB.
2. IP Stack Configuration
Tune the networking stack to save Flash and RAM while ensuring reliable communication.
- Reference: ip_stack_config.md
- Key Tools:
CONFIG_NET_IPV4,CONFIG_NET_BUF_RX_COUNT, DNS resolver.