# ネットワーク (NWK)

ネットワーク ビヘイビアは、IEEE802.15.4のMAC層のパケットの送受信に対して、アドレス定義、配送制御などを行います。

* [\<NWK\_SIMPLE>](/networks/nwk_simple.md) - 非常にシンプルな簡易中継ネットワークです。
* [\<NWK\_LAYERED>](/networks/nwk_layered.md) - レイヤー補助を用いた簡略化された木構造ネットワーク。(注：MWXは受信のみのパラントノードしかサポートしていません。）


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mwx.twelite.info/networks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
