## Overview
The DAP Net module provides comprehensive networking infrastructure for the DAP ecosystem, implementing multi-protocol communication, connection management, and network abstraction layers. This module is organized into specialized submodules for different networking aspects.
**Based on:** `dap-sdk/net/include/dap_*.h`, `dap-sdk/net/src/dap_*.c`
## Submodules
### [[Module DAP Net - Client|Module DAP Net - Client]]
Client-side networking functionality for connecting to DAP-enabled servers and services.
### [[Module DAP Net - Server|Module DAP Net - Server]]
Server-side infrastructure for creating robust, scalable DAP services and applications.
### [[Module DAP Net - Stream|Module DAP Net - Stream]]
High-level streaming communication infrastructure implementing reliable data streams and message channels.
### [[Module DAP Net - Link Manager|Module DAP Net - Link Manager]]
Link management and connection coordination functionality for network connections.
---
**See also:** [[Module DAP IO|Module DAP IO]], [[Module DAP Core|Module DAP Core]], [[ETC/Architecture Overview|Architecture Overview]]
---
*Based on: `dap-sdk/net/include/dap_*.h`, `dap-sdk/net/src/dap_*.c`*