> For the complete documentation index, see [llms.txt](https://sdk.twelite.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.twelite.info/en/twelite-net-api-expl.md).

# TWELIET NET API overview

- [Terms](https://sdk.twelite.info/en/twelite-net-api-expl/yong-yu.md)
- [TWELITE NET library structure](https://sdk.twelite.info/en/twelite-net-api-expl/twelite-net-raiburari.md)
- [TWENET working flow](https://sdk.twelite.info/en/twelite-net-api-expl/twenet-fur.md)
- [flow: System start-up](https://sdk.twelite.info/en/twelite-net-api-expl/twenet-fur/fur.md)
- [flow: Main loop](https://sdk.twelite.info/en/twelite-net-api-expl/twenet-fur/meinrpufur.md)
- [flow: Wireless events](https://sdk.twelite.info/en/twelite-net-api-expl/twenet-fur/fur-1.md)
- [flow: Hardware interrupts/events](https://sdk.twelite.info/en/twelite-net-api-expl/twenet-fur/hdouafur.md)
- [flow: User-defined event processing function](https://sdk.twelite.info/en/twelite-net-api-expl/twenet-fur/yzaibentofur.md)
- [Structure of the source code](https://sdk.twelite.info/en/twelite-net-api-expl/ssukdono.md)
- [Modules](https://sdk.twelite.info/en/twelite-net-api-expl/mojru.md)
- [Wireless packets](https://sdk.twelite.info/en/twelite-net-api-expl/paketto.md)
- [Maximum packet length](https://sdk.twelite.info/en/twelite-net-api-expl/paketto/pakettono.md)
- [Addressing conventions](https://sdk.twelite.info/en/twelite-net-api-expl/paketto/adoresuno.md)
- [Application ID](https://sdk.twelite.info/en/twelite-net-api-expl/paketto/apurikshonid.md)
- [About the network](https://sdk.twelite.info/en/twelite-net-api-expl/nettowkunitsuite.md)
- [SimpleNet](https://sdk.twelite.info/en/twelite-net-api-expl/nettowkunitsuite/netto.md)
- [Transmit](https://sdk.twelite.info/en/twelite-net-api-expl/nettowkunitsuite/netto/song-xin.md)
- [Receive](https://sdk.twelite.info/en/twelite-net-api-expl/nettowkunitsuite/netto/shou-xin.md)
- [RelayNet](https://sdk.twelite.info/en/twelite-net-api-expl/nettowkunitsuite/netto-1.md)
- [Implementation of the parent device](https://sdk.twelite.info/en/twelite-net-api-expl/nettowkunitsuite/netto-1/no.md)
- [Implementation of repeaters](https://sdk.twelite.info/en/twelite-net-api-expl/nettowkunitsuite/netto-1/no-1.md)
- [Implementing a child device (MININODES)](https://sdk.twelite.info/en/twelite-net-api-expl/nettowkunitsuite/netto-1/no-mininodes.md)
- [NB beacon system connection](https://sdk.twelite.info/en/twelite-net-api-expl/nettowkunitsuite/netto-1/nbbkonno.md)
- [Address of the relay network](https://sdk.twelite.info/en/twelite-net-api-expl/nettowkunitsuite/netto-1/nettonoadoresu.md)
- [Static relay with fixed host address](https://sdk.twelite.info/en/twelite-net-api-expl/nettowkunitsuite/netto-1/adoresuwoshita.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://sdk.twelite.info/en/twelite-net-api-expl.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.
